Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Check server status remotely with a perl script' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Check server status remotely with a perl script
Authored by: xsa on Mar 01, '06 03:07:03AM
monit is another good utility for managing and monitoring, processes, files, directories and devices on a UNIX system and iss pretty easy to setup: http://www.tildeslash.com/monit/.

[ Reply to This | # ]
monit site is nonreachable
Authored by: macubergeek on Mar 01, '06 03:32:27PM

Ironicly the monit site wasn't reachable when I tried it ;-)



[ Reply to This | # ]
monit site is nonreachable
Authored by: xsa on Mar 01, '06 11:55:37PM

Yeah, life sucks.



[ Reply to This | # ]
Check server status remotely with a perl script
Authored by: gaoshan on Mar 05, '06 11:49:33PM
When configuring monit make sure you use:
./configure --without-resource
or make will throw an error.

[ Reply to This | # ]