Page 1 of 1

Configuration Wizards Success with no any info in op center

Posted: Sat Jan 21, 2017 11:42 pm
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

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

Posted: Mon Jan 23, 2017 3:34 pm
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