close #154 add ok for alert state

This commit is contained in:
butlerx 2019-07-18 09:23:25 +01:00
parent 28d6ec2215
commit 48e612c278
No known key found for this signature in database
GPG Key ID: B37CA765BAA89170

View File

@ -112,6 +112,7 @@ BYTES_PER_SEC_FORMAT = "Bps"
STATE_NO_DATA = "no_data"
STATE_ALERTING = "alerting"
STATE_KEEP_LAST_STATE = "keep_state"
STATE_OK = "ok"
# Evaluator
EVAL_GT = "gt"