自己証明書のwebサービスをblackbox_exporterで監視する
1289 ワード
自己証明書のwebサービスをblackbox_exporterで監視する
以下のようにinsecure_skip_verify: true
をconfに書くことでhttpsを使った自己証明書の外径監視ができるようになる。
デフォルトとではfalseになってるので監視としてはエラーとなります。
http:
valid_http_versions: ["HTTP/1.1", "HTTP/2"]
method: GET
fail_if_ssl: false
fail_if_not_ssl: true
tls_config:
insecure_skip_verify: true
自己証明書の環境を監視する機会はあんまなさそうですがローカルでblackbox_exporterを試す場合なんかは使えそうですね。
Author And Source
この問題について(自己証明書のwebサービスをblackbox_exporterで監視する), 我々は、より多くの情報をここで見つけました https://qiita.com/ryuichi1208/items/c1e592cd5d2ce69139d7著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .