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.
No host on the web interface after upgrade
-
rrustamSAI
- Posts: 17
- Joined: Wed Jun 01, 2016 11:53 am
-
rrustamSAI
- Posts: 17
- Joined: Wed Jun 01, 2016 11:53 am
Re: No host on the web interface after upgrade
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.
Re: No host on the web interface after upgrade
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?
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
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
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
Re: No host on the web interface after upgrade
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!