Last active
December 11, 2015 04:08
-
-
Save dana-ross/4542670 to your computer and use it in GitHub Desktop.
Monit config for wrapped maldetect
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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