We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78ed06d commit 162e9b6Copy full SHA for 162e9b6
build_debian.sh
@@ -269,6 +269,8 @@ sudo sed -i '
269
sudo tee -a $FILESYSTEM_ROOT/etc/monit/monitrc > /dev/null <<'EOF'
270
check filesystem root-aufs with path /
271
if space usage > 90% for 5 times within 10 cycles then alert
272
+check filesystem var-log with path /var/log
273
+ if space usage > 90% for 5 times within 10 cycles then alert
274
check system $HOST
275
if memory usage > 90% for 5 times within 10 cycles then alert
276
if cpu usage (user) > 90% for 5 times within 10 cycles then alert
0 commit comments