mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Example rules for diskspace on / (#14082)
* add a rule for space on / * correct copy/paste issue
This commit is contained in:
committed by
GitHub
parent
a63524e839
commit
09b63ba90f
@@ -532,5 +532,15 @@
|
||||
"rule": "applications.app_type = \"mysql\" && applications.app_state != \"OK\"",
|
||||
"name": "MySQL Server not responding",
|
||||
"severity":"critical"
|
||||
},
|
||||
{
|
||||
"rule": "storage.storage_deleted = 0 AND storage.storage_descr = \"/\" AND storage.storage_perc >= 90 AND storage.storage_perc < 95",
|
||||
"name": "Space on / is >= 90% and < 95% in use",
|
||||
"severity":"warning"
|
||||
},
|
||||
{
|
||||
"rule": "storage.storage_deleted = 0 AND storage.storage_descr = \"/\" AND storage.storage_perc >= 95",
|
||||
"name": "Space on / is >= 95% in use",
|
||||
"severity":"critical"
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user