Page 1 of 1

Status Summaries - "No status information found"

Posted: Mon May 21, 2012 9:44 am
by hhlodge
XI 2.4 on CentOS 64 bit hardware.

Any clue on this? No changes at all and this just started happening today.
nagbad.png

Re: Status Summaries - "No status information found"

Posted: Mon May 21, 2012 9:58 am
by nscott
Do you have MySQL offloaded to a different server? Can you make sure MySQL is running wherever it is located and that it is accessible if it is on a remote box? Can you also make sure PostgreSQL is running?

Please note the following will not work if you changed the default password values, please change the following commands if you did

For MySQL

Code: Select all

service mysql status
mysql -u root -p nagiosxi
For PostgreSQL

Code: Select all

service postresql status
psql nagiosxi nagiosxi

Re: Status Summaries - "No status information found"

Posted: Mon May 21, 2012 10:06 am
by hhlodge
Services are all local.

Code: Select all

[root@psm-itmon log]# service mysqld status
mysqld (pid 4100) is running...
[root@psm-itmon log]# service postgresql status
postmaster (pid 32623 28919 26194 13303 11680 10814 10811 10808 10670 10665 10662 10659 10625 8794 8687 8680 8670 8665 4210 4209 4208 4187 4185 3696) is running...

Re: Status Summaries - "No status information found"

Posted: Mon May 21, 2012 10:45 am
by hhlodge
I couldn't wait and rebooted and all is well. ???

Re: Status Summaries - "No status information found"

Posted: Mon May 21, 2012 11:26 am
by nscott
Hmm, well I'm glad its working now, but if it pops up again we'll tackle it then.