Re: [Nagios-users] check_snmp - sendmail on localhost

2009-01-28 Thread Chris
On Tue, Jan 27, 2009 at 10:26 PM, Ian Masters wrote: >> I'm trying to monitor if sendmail is running on localhost for one of >> my servers via Nagios. > > Is there a reason you don't want to use check_smtp? check_smtp doesn't work when SMTP is listening on 127.0.0.1 on a remote server. -

Re: [Nagios-users] check_snmp - sendmail on localhost

2009-01-27 Thread Ian Masters
> I'm trying to monitor if sendmail is running on localhost for one of > my servers via Nagios. Is there a reason you don't want to use check_smtp? Ian -- This SF.net email is sponsored by: SourcForge Community SourceFo

[Nagios-users] check_snmp - sendmail on localhost

2009-01-27 Thread Chris
I'm trying to monitor if sendmail is running on localhost for one of my servers via Nagios. I can do snmpwalk -c -v1 server | grep "sendmail: accepting connections" and get HOST-RESOURCES-MIB::hrSWRunPath.9260 = STRING: "sendmail: accepting connections". I got Nagios to check for snmp via hrSWRun