On 2. des.. 2008, at 14.43, olo wrote:

start program = "/usr/bin/imwheel -k -X :0.0; /bin/pidof imwheel > /tmp/imwheel.pid"


You cannot write a shell script as the start or stop program. A program with arguments is expected here. However you can wrap it in a shell like so:

start program = "/bin/bash -c '/usr/bin/imwheel -k -X :0.0; /bin/pidof imwheel > /tmp/imwheel.pid'"




--
To unsubscribe:
http://lists.nongnu.org/mailman/listinfo/monit-general

Reply via email to