Nagios xi / Core Distributed - Some Service Checks Pending

This support forum board is for support questions relating to Nagios xi, our flagship commercial network monitoring solution.
jhobbins
Posts: 33
Joined: Fri Oct 05, 2012 8:24 pm

Nagios xi / Core Distributed - Some Service Checks Pending

Post by jhobbins »

G'day,

Most service checks are appearing on Nagios xi (master) for all hosts monitored by Core (slave). NRDP working fine, using send_nrdp.sh

However, "C:\ Drive Space" and "NSClient++ Version" are showing as "Pending" on Master.

On Slave they are fine.

These 2 services are also shown as Unconfigured Objects. Obviously I configure them but they re-appear.

Question, why would these be showing as "Service check is pending..."

Attached are screen shots from master and slave to help explain what I'm trying to say.

Cheers, John Hobbins
Australia
You do not have the required permissions to view the files attached to this post.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises

Re: Nagios xi / Core Distributed - Some Service Checks Pendi

Post by scottwilkerson »

Just wanted to let you know we are working on this.

The problem with , the item for "C:\ Drive Space" is a bug that should be fixed in 2012R1.1 when it comes out.

Still working on the other bug but it is related to the ++ in the service description.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
jhobbins
Posts: 33
Joined: Fri Oct 05, 2012 8:24 pm

Re: Nagios xi / Core Distributed - Some Service Checks Pendi

Post by jhobbins »

Legend. Thanks for that mate.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises

Re: Nagios xi / Core Distributed - Some Service Checks Pendi

Post by scottwilkerson »

Does the "NSClient++ Version" item continue to show in the Unconfigured Objects?
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
jhobbins
Posts: 33
Joined: Fri Oct 05, 2012 8:24 pm

Re: Nagios xi / Core Distributed - Some Service Checks Pendi

Post by jhobbins »

Yeah man "NSClient Version" and "C:\ Drive Space".
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises

Re: Nagios xi / Core Distributed - Some Service Checks Pendi

Post by scottwilkerson »

I have an adhoc solution to the NSClient++ Version item for you.

In your /usr/local/nagios/libexec/eventhandlers/service_check file on the remote machine, change line 5 from

Code: Select all

srv=$2
to the following

Code: Select all

srv=${2//+/%2B}
Then remove the the current service and add the new NSClient++ Version when it shows up in unconfigured objects.

Once 2012R1.1 comes out (maybe today), you can add the "C:\ Drive Space" and it will go in correctly.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart