Where unkown NRDP checks show up?

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Where unkown NRDP checks show up?

Post by lmiltchev »

Can you check Unconfigured Object again to see if the "testhost/testservice" showed up? What is the output of the following command?

Code: Select all

grep test* /usr/local/nagiosxi/var/corelog.newobjects
Is opening a new ticket in our email ticketing system an option for you? We may need to schedule a remote session to further troubleshoot this issue.
Be sure to check out our Knowledgebase for helpful articles and solutions!
vmesquita
Posts: 315
Joined: Fri Aug 10, 2012 12:52 pm

Re: Where unkown NRDP checks show up?

Post by vmesquita »

Yes:

Code: Select all

[root@nagios snmptt]# cat /etc/group|grep nag
nagios:x:500:snmptt,nagios,apache,sucon
nagcmd:x:501:snmptt,apache,nagios
The grep command suggested gives no output:

Code: Select all

[root@nagios snmptt]# grep test* /usr/local/nagiosxi/var/corelog.newobjects
You have mail in /var/spool/mail/root
[root@nagios snmptt]#
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Where unkown NRDP checks show up?

Post by lmiltchev »

We may need to schedule a remote session. If opening a new support ticket in our email ticketing system is an option for you, send us an email at [email protected]. Type "Where unkown NRDP checks show up?" in the subject field, and provide a URL link to this post in the email's body. Thank you!
Be sure to check out our Knowledgebase for helpful articles and solutions!
vmesquita
Posts: 315
Joined: Fri Aug 10, 2012 12:52 pm

Re: Where unkown NRDP checks show up?

Post by vmesquita »

We found out that the NRDP version that comes with the Nagios virtual machine is actually different from the one on the source install. They have completelly different changelogs:

From Nagios VM

Code: Select all

1.2.4 - 05/06/2016
------------------
- Fixed cron ending \n causing issues on some versions of linux -JO
- Fixed too many concurrent connections cause NRDS config download to be zero length -SS,BH

1.2.3 - 12/03/2015
----------------
- Fixed NRSD update functionality to pass config  to nrds_updater http://tracker.nagios.com/view.php?id=695 -SW
- Send cron results to /dev/null to avoid filling root mailbox -SW
- Fixed downloading of plugins that are not followed by a dash -SW
- Fix escaping special chars in send_nrdp.sh -SW

1.2.2 - 08/13/2012
----------------
- Converted to perl for *nix systems -ES
- Added plugins for Windows and support for NRDS_WIN to nrdsconfigmanager - SW
- Numerous other changes -SW, ES, YR
- Fixed directory permission for plugins directory, added some defaults for os & arch -SW

1.2.1 - 02/08/2012
----------------
- Added bash and python clients - SW
- Bash client can process STDIN, args, single NRDP formatted file or from directory of NRDP formatted files. -SW

1.2 - 01/31/2011
----------------
- Added bulk transfer mode when reading NSCA-style data from STDIN (--usestdin option)
- Fixed bug where debug statements where on by default


1.1 - 12/15/2010
----------------
- Fixed syntax errors in server index.php file (Jean-Fran<E7>ois Burdet)
- Fixed problem with passive checks not having proper timestamps (Jean-Fran<E7>ois Burdet)
From Source install:

Code: Select all

1.3.1 - 01/22/2015
------------------
- Added checks for function calls that are already in XI -JO
- Fixed issue with syntax in php config script -JO

1.3.0 - 10/10/2013
------------------
- Added the ability to disabled external commands in the config - NS

1.2.2 - 06/28/2012
------------------
- Changed to add support for multi-line output -SW

1.2.1 - 02/08/2012
------------------
- Added bash and python clients - SW
- Bash client can process STDIN, args, single NRDP formatted file or from directory of NRDP formatted files. -SW

1.2 - 01/31/2011
----------------
- Added bulk transfer mode when reading NSCA-style data from STDIN (--usestdin option)
- Fixed bug where debug statements where on by default

1.1 - 12/15/2010
----------------
- Fixed syntax errors in server index.php file (Jean-Fran<E7>ois Burdet)
- Fixed problem with passive checks not having proper timestamps (Jean-Fran<E7>ois Burdet)

1.0 - 07/30/2010
----------------
- Hello world!
So we decide to extract the folder /usr/local/nrdp that comes with the image and replace the contents on our install. And then it started working finally.

But still, we don't understand how the two versions can have completelly different changelogs. Maybe someone could shed some light on this topic?
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Where unkown NRDP checks show up?

Post by lmiltchev »

But still, we don't understand how the two versions can have completelly different changelogs. Maybe someone could shed some light on this topic?
I asked our developers about the differences in the changelog, and here's what they said:
The version shipped with XI is an edited version...some of the fixes in the XI version changelog only apply to systems with XI installed.
They also said that they were planning on merging various entries in the changelogs back together so that the changes made more sense.
So we decide to extract the folder /usr/local/nrdp that comes with the image and replace the contents on our install. And then it started working finally.
I am glad your issue has been resolved! Is it all right if we lock this thread?
Be sure to check out our Knowledgebase for helpful articles and solutions!
vmesquita
Posts: 315
Joined: Fri Aug 10, 2012 12:52 pm

Re: Where unkown NRDP checks show up?

Post by vmesquita »

Thanks for the clarification. Yes, feel free to close the topic.
Locked