Monitoring saslauthd on Debian 5 Server

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
brien.crean
Posts: 6
Joined: Mon Jul 16, 2012 11:30 am

Monitoring saslauthd on Debian 5 Server

Post 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
agriffin
Posts: 876
Joined: Mon May 09, 2011 9:36 am

Re: Monitoring saslauthd on Debian 5 Server

Post 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.
brien.crean
Posts: 6
Joined: Mon Jul 16, 2012 11:30 am

Re: Monitoring saslauthd on Debian 5 Server

Post 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
Locked