Mailwatchd

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
search4u2003
Posts: 8
Joined: Tue Jul 16, 2013 11:25 pm

Mailwatchd

Post by search4u2003 »

Hi Friends,

I want to monitor mailwatchd service with nagios tried googling all around but found nothing is there anyway i can monitor it with nrpe.

Regards
Vicky
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Mailwatchd

Post by slansing »

Is it a service which runs on a *nix/windows system? If so, you likely can with the standard nagios plugins package that is included in most NRPE installation documentation, if you can give us some more info on this that would be helpful.
chris.fixter
Posts: 22
Joined: Wed Jun 18, 2014 4:15 am

Re: Mailwatchd

Post by chris.fixter »

this is how I monitor distributed nagios services.
from central nagios server:

Code: Select all

# i use multiple ports, you probably don't need this additional command if youhave check_nrpe ready.
define command{
        command_name    check_nrpe_l
        command_line    $USER1$/check_nrpe -H $HOSTADDRESS$ -p 5666-c $ARG1$
        }

define service{
       use                     generic-service
       host_name               nagios_mega
       service_description     -Nagios Running
       check_command           check_nrpe_l!check_nagios_proc
       }
add this to the remote host nrpe config:

Code: Select all

command[check_nagios_proc]=/usr/local/nagios/libexec/check_procs -c 1: -C nagios
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: Mailwatchd

Post by sreinhardt »

What aspects of the daemon are you looking to monitor? If you are just looking to verify the service is running, that is easily done. However if you are looking for more indepth details such as internal queues and such, we would have to find a plugin for that specifically.
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
search4u2003
Posts: 8
Joined: Tue Jul 16, 2013 11:25 pm

Re: Mailwatchd

Post by search4u2003 »

We are running Baricade MX service, which till date was running fine.
We have observed that from last few days mailwatchd service is going down automatically which is creating pain for me.
Is there any specific script or command that can help me resolve this issue.

Regards
Vicky
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: Mailwatchd

Post by Box293 »

search4u2003 wrote:We are running Baricade MX service, which till date was running fine.
Is this a hardware appliance in your environment or is it installed on a server? If it is installed on a server, are you already monitoring that server using Nagios (and what is the server OS name)?
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked