Hello
I am trying to run Monit on Red Hat Linux version - Fedora core release 3.
I extracted the downloaded gunzip file and then ran ./configure, make
and make install. All these steps executes fine without any error. It creates
an executable monit under /usr/local/bin as per documentation. After this I
start monit with command 'monit -v start all' in daemon mode. The verbose
confirms the starting in the daemon mode. The start does not show any error.
But when I do 'monit status' or 'monit summary' I get: monit daemon is not
running. This is a problem as to why monit fails to run as daemon. I read the
documentation of monit about platforms. It does not mention any such problem.
But I see this as some compatability problem with the Linux platform I am using.
It seems that that the monit script fails on trying to run monit as daemon on OS.
I am clueless because
start does show any error. Can someone suggest the reason
of the problem.
Thanks
Navin