Nagios is not showing proper data

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
sgoffar
Posts: 122
Joined: Wed Sep 21, 2016 9:30 am

Nagios is not showing proper data

Post by sgoffar »

Hi Team,

We have a customize script to monitor some process. When we are executing the script manually it's showing everything is fine. However when we are using the same script through nagios service it's showing critical even the process are running fine.

Can you please help on this
server output:
./check_ctxxxx_tws_processes
SYSTEM: OK - All monitoring processes are running. Process: /tools/maestro/ctnlxcsc01/maestro/TWS/bin/netman /tools/maestro/ctnlxcsc01/maestro/TWS/bin/batchman /tools/maestro/ctnlxcsc01/maestro/TWS/bin/jobman . Ports:

Nagios output:
usr/local/nagios/libexec/check_nrpe -H ctnlxcsc01 -t 30 -c check_tws_processes

SYSTEM CRITICAL - One or more processes (/tools/maestro/ctnlxcsc01/maestro/TWS/bin/netman /tools/maestro/ctnlxcsc01/maestro/TWS/bin/batchman /tools/maestro/ctnlxcsc01/maestro/TWS/bin/jobman ) not running
Regards,
Sk Abdul Goffar
Nagios Version:Nagios XI 5.4.8
OS:CentOS release 6.5
avandemore
Posts: 1597
Joined: Tue Sep 27, 2016 4:57 pm

Re: Nagios is not showing proper data

Post by avandemore »

What happens when you run the check on the listener?

Code: Select all

# su - nagios
$ usr/local/nagios/libexec/check_nrpe -H localhost -t 30 -c check_tws_processes
Previous Nagios employee
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Nagios is not showing proper data

Post by tmcdonald »

Just checking in since we have not heard from you in a while. Did @avandemore's post clear things up or has the issue otherwise been resolved?
Former Nagios employee
Locked