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
Nagios xi / Core Distributed - Some Service Checks Pending
-
- Posts: 33
- Joined: Fri Oct 05, 2012 8:24 pm
Nagios xi / Core Distributed - Some Service Checks Pending
You do not have the required permissions to view the files attached to this post.
-
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
Re: Nagios xi / Core Distributed - Some Service Checks Pendi
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.
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.
-
- Posts: 33
- Joined: Fri Oct 05, 2012 8:24 pm
Re: Nagios xi / Core Distributed - Some Service Checks Pendi
Legend. Thanks for that mate.
-
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
Re: Nagios xi / Core Distributed - Some Service Checks Pendi
Does the "NSClient++ Version" item continue to show in the Unconfigured Objects?
-
- Posts: 33
- Joined: Fri Oct 05, 2012 8:24 pm
Re: Nagios xi / Core Distributed - Some Service Checks Pendi
Yeah man "NSClient Version" and "C:\ Drive Space".
-
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
Re: Nagios xi / Core Distributed - Some Service Checks Pendi
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
to the following
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.
In your /usr/local/nagios/libexec/eventhandlers/service_check file on the remote machine, change line 5 from
Code: Select all
srv=$2
Code: Select all
srv=${2//+/%2B}
Once 2012R1.1 comes out (maybe today), you can add the "C:\ Drive Space" and it will go in correctly.