Page 3 of 4
Re: Server performance
Posted: Fri Jan 17, 2014 9:40 am
by ancovington
Thank you for resolving our Sorry Dave issue, but we are still experiencing issues with the VM hosts. A lot of them are still saying the Guest OS doesn't exist, but I know for sure it does. Also, the hosts' errors fluctuate. One minute it's fine and then it will say its critical because the service doesn't exist.
Re: Server performance
Posted: Fri Jan 17, 2014 3:00 pm
by lmiltchev
Are you checking an ESX host or a VCenter server? Do you have vmotion enabled? Is it possible that your guest is swapping hosts?
Re: Server performance
Posted: Fri Jan 17, 2014 3:22 pm
by ancovington
I am checking on the ESX server and the cluster hosts that we monitor in Nagios. They keep rotating from all services being ok to alot of them being in critical and then they go back to being fine.
Re: Server performance
Posted: Fri Jan 17, 2014 3:25 pm
by sreinhardt
OK, so you do not have a cluster of vmware servers that house the machines you are checking? It seems to me that you have vmotion or something similar and they are migrating to other hosts due to load or something else, when these checks are failing, as it states they cannot be found and is generally the message when this occurs.
Re: Server performance
Posted: Tue Jan 21, 2014 9:42 am
by ancovington
This morning our webpage wouldn't load because there was a memory issue. We added more memory and now some of the services will not start. Here is some of the output that we are getting:
[root@nagios ~]# service httpd status
httpd (pid 26547) is running...
[root@nagios ~]# service mysqld status
mysqld (pid 29554) is running...
[root@nagios ~]# service postgresql status
postmaster is stopped
[root@nagios ~]# service ndo2db status
ndo2db is not running but subsystem locked
[root@nagios ~]# service nagios status
nagios is not running
Re: Server performance
Posted: Tue Jan 21, 2014 10:00 am
by ancovington
Nevermind, we figured it out.

Re: Server performance
Posted: Tue Jan 21, 2014 10:02 am
by slansing
Excellent, and I do hope postgresql is running, that will be required.
Re: Server performance
Posted: Tue Jan 21, 2014 10:06 am
by ancovington
Yes, postgresql is running, but I do notice that the Database Maintenance has red explaination mark. Is there something that can be done?
Re: Server performance
Posted: Tue Jan 21, 2014 10:18 am
by slansing
If you mouse over the red icon it should show you how long it has been since it ran. You can run it manually to sort of reset this number, and cron should take it from there:
Code: Select all
/usr/bin/php -q /usr/local/nagiosxi/cron/dbmaint.php
Re: Server performance
Posted: Tue Jan 21, 2014 10:56 am
by ancovington
Thank you! That worked.