After we ugraded to 2.1, we got several problems:
Notifications for all hosts are switched off, Warnings and Alerts cannot be Acknowledged, Check are hanging with "check is pending"
under System status only three point are green all others red (see Picture)
I've tried several things like:
-fixing permissions script
-repair mssql script
-restart Nagios from UI getting the message ->
-restart Nagios processes from OS
-Restart the whole Server
Nothing help any Idea, i have seen there are several similar threads on the forum is there a bug, do we have to rollback the Patch?
Thanks for advice
Andy
After upgrading to R2.1 several problems
After upgrading to R2.1 several problems
You do not have the required permissions to view the files attached to this post.
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: After upgrading to R2.1 several problems
We are working on information gathering around this issue right now, could you let us know anything you think of use to this case, one thing to try "which has resolved one users issues" is the following:
Please share the output of the following:
Code: Select all
service nagios stop
service ndo2db stop
service mysqld stop
service npcd stop
service postgresql stop
service httpd stop
service crond stopCode: Select all
chmod +x /usr/local/nagiosxi/scripts/reset_config_perms.sh
/usr/local/nagiosxi/scripts/reset_config_perms.shCode: Select all
service nagios start
service ndo2db start
service mysqld start
service npcd start
service postgresql start
service httpd start
service crond startCode: Select all
tail -20 /var/log/mysqld.logCode: Select all
tail -20 /var/log/cronCode: Select all
cd /usr/local/nagiosxi
ls -ld ./ cron html html/includes
ll html/config.inc.php
ll html/includes/utils.inc.phpRe: After upgrading to R2.1 several problems
I've tryed out your suggestion but it did not help.
Actually I'm in a training so I can only help you little.
attached the output of your requested commands
Regards Andy
Actually I'm in a training so I can only help you little.
attached the output of your requested commands
Regards Andy
You do not have the required permissions to view the files attached to this post.
Re: After upgrading to R2.1 several problems
after i rebooted the whole system it looks like working now !!!
But still please keep me informed about when you find the reason for this issue.
Thanks for the moment i will stay tuned ....
Andy
But still please keep me informed about when you find the reason for this issue.
Thanks for the moment i will stay tuned ....
Andy
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: After upgrading to R2.1 several problems
Great, thanks for the update Andy, this is a very strange bug....