Merge pull request #15 from TouchInstinct/feature/blackbox-exporter.http

blackbox-exporter: update http module setup
This commit is contained in:
TonCherAmi 2020-06-08 13:49:37 +03:00 committed by GitHub
commit 6df542aa93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -5,7 +5,10 @@ modules:
http:
prober: http
timeout: 5s
http: {}
http:
valid_status_codes: [200, 401, 403, 404]
tls_config:
insecure_skip_verify: true
tcp:
prober: tcp
timeout: 5s