correct wrong AND to OR

This commit is contained in:
anon 2019-06-17 14:25:43 +02:00
parent 5aa24b7836
commit bb5dba262f

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