Domino Monitoring (Waiting and Dead Mail)

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
HAL
Posts: 151
Joined: Thu Sep 27, 2012 7:57 am

Domino Monitoring (Waiting and Dead Mail)

Post by HAL »

Hi,

Dead mails and waiting mails are not getting monitored for few domino servers. The SNMP and LNSNMP services are already started on server. The status shown in Nagios is UNKNOWN and it is showing error : Dead/Waiting mail problem - no data received from host.
Please guide.

Thanks,
HAL
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Domino Monitoring (Waiting and Dead Mail)

Post by rkennedy »

For clarification what plugin are you using to check this?
Former Nagios Employee
HAL
Posts: 151
Joined: Thu Sep 27, 2012 7:57 am

Re: Domino Monitoring (Waiting and Dead Mail)

Post by HAL »

We are using check_lotus.pl plugin
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Domino Monitoring (Waiting and Dead Mail)

Post by lmiltchev »

Can you show us the actual command that you run from the command line along with the output of it?
Add "-v" or "-vv" to your command for more verbose output. Thanks!
Be sure to check out our Knowledgebase for helpful articles and solutions!
HAL
Posts: 151
Joined: Thu Sep 27, 2012 7:57 am

Re: Domino Monitoring (Waiting and Dead Mail)

Post by HAL »

Please tell me how to do that.
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: Domino Monitoring (Waiting and Dead Mail)

Post by hsmith »

You would copy and paste it from your terminal.
Former Nagios Employee.
me.
HAL
Posts: 151
Joined: Thu Sep 27, 2012 7:57 am

Re: Domino Monitoring (Waiting and Dead Mail)

Post by HAL »

Hi,
Below is the command line for monitoring lotus notes dead mail :

COMMAND: /usr/local/nagios/libexec/check_snmp -H $HOSTADDRESS$ $ARG1$

OUTPUT: SNMP problem - No data received from host
CMD: /usr/bin/snmpget -t 1 -r 5 -m '' -v 1 [authpriv] 'HOSTADDRESS' 'OID of dead mail'
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Domino Monitoring (Waiting and Dead Mail)

Post by rkennedy »

From the Nagios machine, can you run a nmap <ipofclient> and post the result?
Former Nagios Employee
HAL
Posts: 151
Joined: Thu Sep 27, 2012 7:57 am

Re: Domino Monitoring (Waiting and Dead Mail)

Post by HAL »

PFB the result of namp <ipofclient> from nagios machine.

PORT STATE SERVICE
22/tcp Closed ssh
23/tcp Closed telnet
53/tcp Open domain
80/tcp Open http
443/tcp Closed https
1352/tcp Open lotusnotes
1521/tcp Closed Oracle
1533/tcp Closed Virtual-places
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Domino Monitoring (Waiting and Dead Mail)

Post by rkennedy »

I'm a bit confused, are you using check_snmp or check_lotus.pl?

You mentioned you are using check_lotus.pl, and the command you pasted is for SNMP.

It also does not look like port 161 is open for SNMP.
Former Nagios Employee
Locked