Fresh install NRDP not showing Unconfigured Objects
Posted: Wed Jul 29, 2015 4:38 pm
My company recently purchased Nagios XI and I went to setup our first test server. Our standard linux build is RedHat 6, which I kickstarted form out satellite server. I added the REHL 6 optional repo and installed the Nagios repository per https://repo.nagios.com/
rpm -Uvh http://repo.nagios.com/nagios/6/nagios- ... noarch.rpm
yum install nagiosxi -y
Nagios XI installed and I was able to login and start using it without issue till I attempted to use passive monitoring via NRDP. When I submit a test via the http://<server_address>/nrdp/ page with the correct token I get:
Submit Nagios Command:
<result>
<status>0</status>
<message>OK</message>
</result>
Submit Check Data:
<result>
<status>0</status>
<message>OK</message>
<meta>
<output>2 checks processed.</output>
</meta>
</result>
But when I return to the Unconfigured Objects screen there are no Unconfigured Objects. I also have several clients setup and still don't have any unconfigured objects showing up....
To rule out any system configuration issue that may or may not be impacting NRDP's functionality, I downloaded a copy of the centos 6 minimal iso and did a basic install of centos in a virtual machine. I then ran thought the same install yum install process(https://repo.nagios.com/) and had the same result.....no unconfigured objects.
As I have done a vanilla install of centos in a virtualbox vm and used repo.nagios.com, I'm guessing there is something wrong with this method of installing nagios xi when it comes to NRDP.
There don't seem to be any errors in the /usr/local/nagios/var/nagios.log or /var/log/httpd/{error_log, ssl_error_log}
Also, I noticed that /usr/local/nagiosxi/var/corelog.newobjects is empty
Any suggestions would be helpful
rpm -Uvh http://repo.nagios.com/nagios/6/nagios- ... noarch.rpm
yum install nagiosxi -y
Nagios XI installed and I was able to login and start using it without issue till I attempted to use passive monitoring via NRDP. When I submit a test via the http://<server_address>/nrdp/ page with the correct token I get:
Submit Nagios Command:
<result>
<status>0</status>
<message>OK</message>
</result>
Submit Check Data:
<result>
<status>0</status>
<message>OK</message>
<meta>
<output>2 checks processed.</output>
</meta>
</result>
But when I return to the Unconfigured Objects screen there are no Unconfigured Objects. I also have several clients setup and still don't have any unconfigured objects showing up....
To rule out any system configuration issue that may or may not be impacting NRDP's functionality, I downloaded a copy of the centos 6 minimal iso and did a basic install of centos in a virtual machine. I then ran thought the same install yum install process(https://repo.nagios.com/) and had the same result.....no unconfigured objects.
As I have done a vanilla install of centos in a virtualbox vm and used repo.nagios.com, I'm guessing there is something wrong with this method of installing nagios xi when it comes to NRDP.
There don't seem to be any errors in the /usr/local/nagios/var/nagios.log or /var/log/httpd/{error_log, ssl_error_log}
Also, I noticed that /usr/local/nagiosxi/var/corelog.newobjects is empty
Any suggestions would be helpful