Page 1 of 1

Monitoring saslauthd on Debian 5 Server

Posted: Mon Jul 16, 2012 11:36 am
by brien.crean
Hi all,

I'm a total beginner. I have set up Nagios on an Alix box running Voyage Linux (Debian Squeeze) monitoring basic services so far, HTTP, SSH, SMTP etc.

I am trying to monitor a Debian 5 server that is running saslauthd to see if this process is running. Is this possible?

I see some plugins for rpm based distros alright. Has anyone done this before?

Any help would be much appreciated

Thanks
Brien

Re: Monitoring saslauthd on Debian 5 Server

Posted: Mon Jul 16, 2012 12:03 pm
by agriffin
If you are just looking to check whether the process is running, the standard Nagios plugins include check_procs, which will do the job just fine.

Re: Monitoring saslauthd on Debian 5 Server

Posted: Tue Jul 17, 2012 9:21 am
by brien.crean
agriffin wrote:If you are just looking to check whether the process is running, the standard Nagios plugins include check_procs, which will do the job just fine.
Thanks agriffin.

Sorry I should have been more specific. saslauthd (sasl) seems to crash every now and again with a general protection error. The process itself keeps running.

No idea why but when the process is restarted the issue is resolved. So what I would really like to be able to do is monitor the status of the application and send an SMS if this error occurs.

I saw some saslauthd plugins for rpm but not for debian