Merge pull request #31 from GETandSELECT/master

correct wrong AND to OR for blackbox_exporter
This commit is contained in:
Samuel Berthe 2019-06-17 19:37:24 +02:00 committed by GitHub
commit f460b39c97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -407,7 +407,7 @@ services:
rules:
- name: Status Code
description: HTTP status code is not 200-299
query: 'probe_http_status_code <= 199 AND probe_http_status_code >= 300'
query: 'probe_http_status_code <= 199 OR probe_http_status_code >= 300'
severity: error
- name: SSL certificate will expire soon
description: SSL certificate expires in 30 days