DB Connect Error [nagiosxi]

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
User avatar
costanza2k1
Posts: 197
Joined: Fri Aug 09, 2013 12:19 pm

DB Connect Error [nagiosxi]

Post by costanza2k1 »

Came in to work this morning with this error when trying to bring up our dev XI:

DB Connect Error [nagiosxi]: Database connection failed DB Connect Error [nagiosxi]: Database connection failed DB Connect Error [nagiosxi]: Database connection failed

restarted httpd, came back with OK but with this message:
httpd dead but subsys locked

Any suggestions?
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: DB Connect Error [nagiosxi]

Post by slansing »

Where are you seeing this DB connect error?

If it's on the login splash page please run:

Code: Select all

service httpd restart
service postgresql restart

In order to get apache to restart run:

Code: Select all

rm -f  /var/lock/subsys/httpd

Code: Select all

service httpd restart
User avatar
costanza2k1
Posts: 197
Joined: Fri Aug 09, 2013 12:19 pm

Re: DB Connect Error [nagiosxi]

Post by costanza2k1 »

excellent! It worked just fine, this can be closed.
Locked