mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Update Rules.md (#8501)
devices.status != 1 (means device is down) devices.status = 1 (means device is up)
This commit is contained in:
committed by
Neil Lathwood
parent
189b428d50
commit
ee2bb8e820
@@ -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`
|
||||
|
Reference in New Issue
Block a user