Merge pull request #15 from TouchInstinct/feature/blackbox-exporter.http
blackbox-exporter: update http module setup
This commit is contained in:
commit
6df542aa93
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue