Help with NRDS?
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Help with NRDS?
Let us know if they show up
Re: Help with NRDS?
*sigh*
Still nothing. I've even gone so far as to reboot the system in the off chance it would help (not sure why though).
I ran the same check on the remote system and received the same response:
Going to unconfigured objects on that nagios server, I don't see anything listed.
Still nothing. I've even gone so far as to reboot the system in the off chance it would help (not sure why though).
I ran the same check on the remote system and received the same response:
Code: Select all
# /usr/local/nrdp/clients/nrds/nrds.pl -H testlane2
ERROR: STDIN must be either 3 or 4 fields long, I found 2
Sent 5 checks to http://xxx.xxx.xxx.xxx/nrdp/-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Help with NRDS?
Can you go to http://xxx.xxx.xxx.xxx/nrdp/ in a web browser and sobmit the test command (entering your token) to see if it show up in unconfigured objects
Re: Help with NRDS?
When I do this, I get the following results:scottwilkerson wrote:Can you go to http://xxx.xxx.xxx.xxx/nrdp/ in a web browser and sobmit the test command (entering your token) to see if it show up in unconfigured objects
Code: Select all
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<result>
<status>0</status>
<message>OK</message>
</result>Code: Select all
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<result>
<status>0</status>
<message>OK</message>
<meta>
<output>2 checks processed.</output>
</meta>
</result>Re: Help with NRDS?
Try restarting xinetd on the Nagios XI server:
wait for a while, then check the unconfigured objects again.
Code: Select all
service xinetd restartBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: Help with NRDS?
Nothing. I've waited a while too... 
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Help with NRDS?
We will likely have to schedule a remote session to try to debug what is actually happening to cause the unconfigured objects to not show up.
Can you create a support ticket by emailing [email protected] referencing this thread and we will setup a time to take a look.
Can you create a support ticket by emailing [email protected] referencing this thread and we will setup a time to take a look.
Re: Help with NRDS?
I've started messing with this on a new box and I found something interesting.
I have successfully gotten the controller to show up in unconfigured objects by using the IP of the Nagios box instead of the name.
I suppose this would indicate a lookup issue from the client to the host, correct?
I have successfully gotten the controller to show up in unconfigured objects by using the IP of the Nagios box instead of the name.
I suppose this would indicate a lookup issue from the client to the host, correct?
-
sreinhardt
- -fno-stack-protector
- Posts: 4366
- Joined: Mon Nov 19, 2012 12:10 pm
Re: Help with NRDS?
Yes this would likely be the case!
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
Re: Help with NRDS?
I'm noticing that my remote clients are not getting the updated version of the configs that they should be.
There should be a cron that runs on the remote client that would do this, correct? Where would that cron be configured normally? cron.d?
Also, where is the new config file pushed to on the client? is nrds.cfg just overwritten each time? I'm not seeing that if it is the case.
There should be a cron that runs on the remote client that would do this, correct? Where would that cron be configured normally? cron.d?
Also, where is the new config file pushed to on the client? is nrds.cfg just overwritten each time? I'm not seeing that if it is the case.