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

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
perryell
Posts: 52
Joined: Fri May 06, 2011 10:12 am

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

Post by perryell »

I have a ticket open since yesterday for the error

(Error while connecting to database:
[localhost] Connection to the database server has failed by reason:
Too many connections

After repair the database we start going out of sync, and now Im getting

DB Connect Error [nagiosxi]: Database connection failed

Running Centus on default VM environment, 32 bits.
Please help ASAP
perryell
Posts: 52
Joined: Fri May 06, 2011 10:12 am

Re: [b]DB Connect Error [nagiosxi]: Database connection fail

Post by perryell »

I reboot the server..problems fixed..i dont like this behavior!
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: [b]DB Connect Error [nagiosxi]: Database connection fail

Post by mguthrie »

My guess would be that the postgres service needed to be restarted. If you encounter that in the future, try:

Code: Select all

service postgresql restart
Locked