Page 3 of 3
Re: Issues after Nagios upgrade to NagiosXi 2011
Posted: Sat Mar 26, 2011 1:13 am
by griffithusg
No worries mate

Re: Issues after Nagios upgrade to NagiosXi 2011
Posted: Mon Mar 28, 2011 11:36 am
by rdedon
I am making a note of this thread as I see some others having Oracle issues.
Re: Issues after Nagios upgrade to NagiosXi 2011
Posted: Thu Apr 28, 2011 7:00 am
by diegosiassb
I ran upgrade 2011R1.2 After the upgrade would not start nagios.
After reboot the service does not start automatically, but will start running ..... service nagios start On nagiosxi do not see anything while on nagioscore okay. I also run / usr / local / nagiosxi / scripts / nagios * repairmysql.sh but nothing has changed.
What can I do ?
Re: Issues after Nagios upgrade to NagiosXi 2011
Posted: Thu Apr 28, 2011 10:11 am
by admin
Just to clarify...
1. Nagios Core does not start automatically when the server reboots
but
2. Nagios Core DOES start when you manually issue a "service nagios start" from the command line?
If that's the case, the symlink to the /etc/init.d/nagios file may be missing from the /etc/rc.d/rc3.d directory (assuming your server is starting in runlevel 3). To fix this, you can issue the following command:
Code: Select all
ln -s /etc/init.d/nagios /etc/rc.d/rc3.d/nagios
If manually starting Nagios doesn't work, check for configuration errors by running:
Code: Select all
/usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg
Re: Issues after Nagios upgrade to NagiosXi 2011
Posted: Thu Apr 28, 2011 10:13 am
by mguthrie
For future posts like this please start a new thread as it will make it easier for us to manage support issues per user.
I ran upgrade 2011R1.2 After the upgrade would not start nagios.
After reboot the service does not start automatically, but will start running ..... service nagios start
After Nagios is running, do you get any error messages when you run:
On nagiosxi do not see anything while on nagioscore okay.
Can you elaborate on this? What do you mean by "do not see anything"? Do you get a blank page at this URL?
http://<yourserver>/nagiosxi
Do you get an error message?
I also run / usr / local / nagiosxi / scripts / nagios * repairmysql.sh but nothing has changed.
This script should not be run arbitrarily. Unless you have reason to believe that you might have table corruption in your mysql tables this script is only for repair procedures and should be run according to our documentation here.
http://library.nagios.com/library/produ ... i-database
If you run the repair script with mysql still running you risk damaging your existing tables.
What distribution is your install running on?