Page 1 of 1
No host on the web interface after upgrade
Posted: Sat Jun 20, 2020 12:24 am
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.
Re: No host on the web interface after upgrade
Posted: Sun Jun 21, 2020 10:21 am
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.
Re: No host on the web interface after upgrade
Posted: Mon Jun 22, 2020 12:03 pm
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
Re: No host on the web interface after upgrade
Posted: Mon Jun 22, 2020 12:24 pm
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
Re: No host on the web interface after upgrade
Posted: Mon Jun 22, 2020 2:02 pm
by lmiltchev
Locking the topic. The discussion will continue here:
https://support.nagios.com/forum/viewto ... 095#311995