On Tue, 18 Dec 2007, Leandro Silva wrote: > Anyone know how to monitoring a daemon in a unix system, like > postifx, apache2, dns, ...
The normal way is to check that the service it is providing is really working, such as with check_smtp, check_http, check_dns, ... Or if you really want to see if the daemon process is running you can use check_procs. Hopefully this brief answer will give you some tools to search for. Try running them with --help. Jeremy C. Reed ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ Nagios-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
