NRDP Not Showing Unconfigured Objects
Re: NRDP Not Showing Unconfigured Objects
I've install version 5.3.3 on a clean machine. Results still the same, no "Unconfigured Objects" shown.
Re: NRDP Not Showing Unconfigured Objects
What OS and release did you install XI on?
Try doing this
Login to the XI GUI and go to the Admin > Inbound Transfers menu.
Make sure you are on the NRDP tab and put in a second token. Make it easy like token and update the settings.
Then open up a new tab to the server using the following URL (replace xxx.xxx.xxx.xxx with the servers IP address)
Then login as root to the server and run the following command
Then go back to the NRDP GUI, type token in the Token: field and click on the Submit Check Data button.
Does it say Message OK and that 2 checks are processed?
Can you post the output of the tail command and also the output of the following command
Try doing this
Login to the XI GUI and go to the Admin > Inbound Transfers menu.
Make sure you are on the NRDP tab and put in a second token. Make it easy like token and update the settings.
Then open up a new tab to the server using the following URL (replace xxx.xxx.xxx.xxx with the servers IP address)
Code: Select all
http://xxx.xxx.xxx.xxx/nrdp/Code: Select all
tail -f /var/log/httpd/*_logDoes it say Message OK and that 2 checks are processed?
Can you post the output of the tail command and also the output of the following command
Code: Select all
ls -l /usr/local/nagiosxi/var/Be sure to check out our Knowledgebase for helpful articles and solutions!