Skip to content

Instantly share code, notes, and snippets.

@dana-ross
Last active December 11, 2015 04:08
Show Gist options
  • Save dana-ross/4542670 to your computer and use it in GitHub Desktop.
Save dana-ross/4542670 to your computer and use it in GitHub Desktop.
Monit config for wrapped maldetect
check process maldet with pidfile /var/run/maldet.pid
start = "/etc/init.d/maldet start" with timeout 60 seconds
stop = "/etc/init.d/maldet stop"
if cpu > 60% for 2 cycles then alert
if cpu > 80% for 5 cycles then restart
if 3 restarts within 5 cycles then timeout
group server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment