Server performance

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
ancovington
Posts: 175
Joined: Fri Sep 13, 2013 1:32 pm

Re: Server performance

Post 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.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Server performance

Post 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?
Be sure to check out our Knowledgebase for helpful articles and solutions!
ancovington
Posts: 175
Joined: Fri Sep 13, 2013 1:32 pm

Re: Server performance

Post 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.
You do not have the required permissions to view the files attached to this post.
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: Server performance

Post 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.
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
ancovington
Posts: 175
Joined: Fri Sep 13, 2013 1:32 pm

Re: Server performance

Post 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
ancovington
Posts: 175
Joined: Fri Sep 13, 2013 1:32 pm

Re: Server performance

Post by ancovington »

Nevermind, we figured it out. :D :geek:
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Server performance

Post by slansing »

Excellent, and I do hope postgresql is running, that will be required.
ancovington
Posts: 175
Joined: Fri Sep 13, 2013 1:32 pm

Re: Server performance

Post 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?
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: Server performance

Post 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
ancovington
Posts: 175
Joined: Fri Sep 13, 2013 1:32 pm

Re: Server performance

Post by ancovington »

Thank you! That worked.
Locked