|
From: | Martin Vaner |
Subject: | Re: Configuring a warning using a shell script |
Date: | Fri, 02 May 2014 23:17:06 +0200 |
User-agent: | K-9 Mail for Android |
I'm trying to configure a simple warning using a bash script.I used the example at the bottom of this page as a startingpoint: http://mmonit.com/wiki/Monit/ConfigurationExamples
My bash script outputs an exit status:
exit $numberI've run the script manually (it's mode 777), and it outputs nothing, buthas an exit status that is non-zero.
Then in my monitrc file, I have:
check program CheckQueueSize with path "/var/opt/qcheck.sh"
if status > 5 then alertIn M/Monit, it shows Program "CheckQueueSize" with status "Status ok" with 0 Events and the light is green.However, when I run the shell script manually, it always outputs numbers greater than 5.Is the shell script not being executed? Or is M/Monit just not warning me? I'm confused.J--
To unsubscribe:
https://lists.nongnu.org/mailman/listinfo/monit-general
[Prev in Thread] | Current Thread | [Next in Thread] |