No host on the web interface after upgrade

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
rrustamSAI
Posts: 17
Joined: Wed Jun 01, 2016 11:53 am

No host on the web interface after upgrade

Post by rrustamSAI »

I upgraded v5.6.14 -> 5.7.1 and all seems good but upon login into the web interface it shows 0 host(s) and/or 0 service(s).
The nagiosmobile v1.02 (not sure how to use the newest one) seems to show all the host(s) & service(s) as it should be.
The log still show check activities.

Pls help, tkx.
--Rival.
rrustamSAI
Posts: 17
Joined: Wed Jun 01, 2016 11:53 am

Re: No host on the web interface after upgrade

Post by rrustamSAI »

My issue seems to be similar (if not the same) as https://support.nagios.com/forum/viewto ... 16&t=59054 but the Mods locked it with no solution provided.
User avatar
lmiltchev
Former Nagios Staff
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: No host on the web interface after upgrade

Post by lmiltchev »

Did your upgrade complete successfully? Did you see any errors in the CLI while upgrading? Do you have any errors in the mysqld.log (or mariadb.log)?

Can you run the following commands from the command line and show the output in code wraps?

Code: Select all

service nagios restart
service nagios status
tail -50 /usr/local/nagios/var/nagios.log
grep broker /usr/local/nagios/etc/nagios.cfg
cat /usr/local/nagios/etc/ndo.cfg
Be sure to check out our Knowledgebase for helpful articles and solutions!
rrustamSAI
Posts: 17
Joined: Wed Jun 01, 2016 11:53 am

Re: No host on the web interface after upgrade

Post by rrustamSAI »

Upgraded clean, the support ended up re-compiled the NDO v3 and seems to do the trick all hosts & services now listed back into the web interface.

After system reboot now all those hosts & services listed stuck in 'pending' status like issue in thread https://support.nagios.com/forum/viewto ... 16&t=58967
lmiltchev wrote:Did your upgrade complete successfully? Did you see any errors in the CLI while upgrading? Do you have any errors in the mysqld.log (or mariadb.log)?

Can you run the following commands from the command line and show the output in code wraps?

Code: Select all

service nagios restart
service nagios status
tail -50 /usr/local/nagios/var/nagios.log
grep broker /usr/local/nagios/etc/nagios.cfg
cat /usr/local/nagios/etc/ndo.cfg
User avatar
lmiltchev
Former Nagios Staff
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: No host on the web interface after upgrade

Post by lmiltchev »

Locking the topic. The discussion will continue here: https://support.nagios.com/forum/viewto ... 095#311995
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked