Page 1 of 2
Domino Monitoring (Waiting and Dead Mail)
Posted: Tue Nov 17, 2015 6:56 am
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
Re: Domino Monitoring (Waiting and Dead Mail)
Posted: Tue Nov 17, 2015 10:22 am
by rkennedy
For clarification what plugin are you using to check this?
Re: Domino Monitoring (Waiting and Dead Mail)
Posted: Thu Nov 19, 2015 9:17 am
by HAL
We are using check_lotus.pl plugin
Re: Domino Monitoring (Waiting and Dead Mail)
Posted: Thu Nov 19, 2015 2:58 pm
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!
Re: Domino Monitoring (Waiting and Dead Mail)
Posted: Wed Dec 16, 2015 4:43 am
by HAL
Please tell me how to do that.
Re: Domino Monitoring (Waiting and Dead Mail)
Posted: Wed Dec 16, 2015 10:46 am
by hsmith
You would copy and paste it from your terminal.
Re: Domino Monitoring (Waiting and Dead Mail)
Posted: Wed Jan 20, 2016 9:45 am
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'
Re: Domino Monitoring (Waiting and Dead Mail)
Posted: Wed Jan 20, 2016 10:04 am
by rkennedy
From the Nagios machine, can you run a nmap <ipofclient> and post the result?
Re: Domino Monitoring (Waiting and Dead Mail)
Posted: Fri Jan 22, 2016 9:28 am
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
Re: Domino Monitoring (Waiting and Dead Mail)
Posted: Fri Jan 22, 2016 10:16 am
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.