We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0023fca commit 13b066fCopy full SHA for 13b066f
build_debian.sh
@@ -304,6 +304,10 @@ check system $HOST
304
if memory usage > 50% for 5 times within 10 cycles then alert
305
if cpu usage (user) > 90% for 5 times within 10 cycles then alert
306
if cpu usage (system) > 90% for 5 times within 10 cycles then alert
307
+check process rsyslog with pidfile /var/run/rsyslogd.pid
308
+ start program = "/bin/systemctl start rsyslog.service"
309
+ stop program = "/bin/systemctl stop rsyslog.service"
310
+ if totalmem > 800 MB for 5 times within 10 cycles then restart
311
EOF
312
313
## Config sysctl
0 commit comments