mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Updated alert_rules.json with more examples
This commit is contained in:
@@ -22,5 +22,13 @@
|
||||
{
|
||||
"rule": "%processors.processor_usage > \"85\" && %macros.device_up = \"1\"",
|
||||
"name": "Processor usage over 85%"
|
||||
},
|
||||
{
|
||||
"rule": "%sensors.sensor_descr = \"Primary Unit.*\" && %sensors.sensor_current = \"10\" && %sensors.sensor_prev = \"9\"",
|
||||
"name": "Cisco ASA Primary unit changed to standby"
|
||||
},
|
||||
{
|
||||
"rule": "%ports.ifOperStatus = \"down\" && %ports.ifOperStatus_prev = \"up\" && %macros.device_up = \"1\"",
|
||||
"name": "Port status change from up to down"
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user