diff --git a/monitoring/monitrc b/monitoring/monitrc index 17c955d..815a5db 100644 --- a/monitoring/monitrc +++ b/monitoring/monitrc @@ -19,3 +19,7 @@ check system $HOST if cpu usage (system) > 40% for 2 cycles then alert if cpu usage (wait) > 80% for 2 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