From ee2bb8e820804ff4f2ef8dec5de92d8efc3fb5d9 Mon Sep 17 00:00:00 2001 From: Valent Turkovic Date: Wed, 4 Apr 2018 10:00:23 +0200 Subject: [PATCH] Update Rules.md (#8501) devices.status != 1 (means device is down) devices.status = 1 (means device is up) --- doc/Alerting/Rules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Alerting/Rules.md b/doc/Alerting/Rules.md index d9c4bb61a5..7d1be458d3 100644 --- a/doc/Alerting/Rules.md +++ b/doc/Alerting/Rules.md @@ -67,7 +67,7 @@ You can associate a rule to a procedure by giving the URL of the procedure when Alert when: -- Device goes down: `devices.status = 1` +- Device goes down: `devices.status != 1` - Any port changes: `ports.ifOperStatus != 'up'` - Root-directory gets too full: `storage.storage_descr = '/' AND storage.storage_perc >= '75'` - Any storage gets fuller than the 'warning': `storage.storage_perc >= storage_perc_warn`