monitoring: check space and inode usage on /
This commit is contained in:
parent
8a5cdab94e
commit
ae835019bd
@ -19,3 +19,7 @@ check system $HOST
|
|||||||
if cpu usage (system) > 40% for 2 cycles then alert
|
if cpu usage (system) > 40% for 2 cycles then alert
|
||||||
if cpu usage (wait) > 80% for 2 cycles then alert
|
if cpu usage (wait) > 80% for 2 cycles then alert
|
||||||
if cpu usage > 200% for 4 cycles then alert
|
if cpu usage > 200% for 4 cycles then alert
|
||||||
|
|
||||||
|
check filesystem rootfs with path /
|
||||||
|
if space usage > 90% then alert
|
||||||
|
if inode usage > 90% then alert
|
||||||
|
Loading…
Reference in New Issue
Block a user