NCPA Check see only one result instead of 3.

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
bennyboy
Posts: 157
Joined: Thu Oct 29, 2015 9:42 am

Re: NCPA Check see only one result instead of 3.

Post by bennyboy »

lmiltchev wrote:Are you using modgearman or livestatus?
I use mod_gearman
lmiltchev wrote:I am sure you updated your plugin as the output in the CLI that you showed us is correct. Also, your service definition is valid. I would assume that you haven't changed the default command definition for the "check_xi_ncpa" command, have you? Can you show it, along with the output of the command below?

Code: Select all

/usr/local/nagios/libexec/check_ncpa.py -V

Code: Select all

[root@servername ~]# /usr/local/nagios/libexec/check_ncpa.py -V
check_ncpa.py, Version 1.1.1
lmiltchev wrote:If you are using modgearman, it is possible that the job is picked up by the worker, but the NCPA plugin hasn't been updated on the worker machine.
That the solution... I don't remember that particularity.

Before updating all worker...

Code: Select all

[root@worker1 libexec]# ./check_ncpa.py -V
check_ncpa.py, Version 1.0.2

Code: Select all

[root@worker1 libexec]# ./check_ncpa.py -V
check_ncpa.py, Version 1.0.2
Image


Now I see all the services :) Thank you a lot for helping. You can also close that thread :)
Locked