Configuration Wizards Success with no any info in op center

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
X.Liu
Posts: 1
Joined: Thu Jan 19, 2017 10:28 pm

Configuration Wizards Success with no any info in op center

Post by X.Liu »

HI , i installed Nagios Xi 5.4 on Redhat 6.4 x86-64 ,ti successed . Then i add a monitor on a windows desktop with Configuration Wizards , and it successed with no any wrong tips . but when i return to the operator center to see the hosts detail and service detail ,there is no any records . i go through the "Nagios Support Knowledgebase" , i try to fix it with excute the following shell , accroding the article “ Nagios XI - Configuration Applies, No Changes Take Place" at
https://support.nagios.com/kb/article.p ... ategory=44

Code: Select all

/usr/local/nagiosxi/scripts/reset_config_perms.sh



the picture is my configuration wizards step info

Image

Image

Image


it doesn`t work ,so please give me some help , Thanks
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Configuration Wizards Success with no any info in op cen

Post by tgriep »

Lets reset the daemons that nagios uses to run and see if that fixes the issue.
Login as root to the XI server and run the following

Code: Select all

service nagios stop
service ndo2db stop
killall -9 nagios
service ndo2db start
service nagios start
Give the server a minute to run, login to the GUI and see if the hosts show up now.
If not, run the following commands and post the output.

Code: Select all

cd /usr/local/nagiosxi/scripts
su nagios
./reconfigure_nagios.sh
ps -ef --cols=300
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked