Problem with access to Nagios xi - Database connection faile

This support forum board is for support questions relating to Nagios xi, our flagship commercial network monitoring solution.
Servo
Posts: 15
Joined: Thu Mar 03, 2011 8:14 am

Re: Problem with access to Nagios xi - Database connection f

Post by Servo »

I'm used pdf documentation "Nagios xi – Resizing the VM Disk Size"
tonyyarusso
Posts: 1128
Joined: Wed Mar 03, 2010 12:38 pm
Location: St. Paul, MN, USA

Re: Problem with access to Nagios xi - Database connection f

Post by tonyyarusso »

Try resetting the postgres password:

Code: Select all

[root@demo ~]# su postgres -c 'psql nagiosxi'
could not change directory to "/root"
psql (8.4.7)
Type "help" for help.

nagiosxi=# UPDATE pg_authid SET rolpassword='md533b97bd8097634a70f4da23cdaaca826' WHERE rolname='nagiosxi';
UPDATE 1
nagiosxi=# \q
[root@demo ~]#
Tony Yarusso
Technical Services
___
TIES
Web: http://ties.k12.mn.us/
Servo
Posts: 15
Joined: Thu Mar 03, 2011 8:14 am

Re: Problem with access to Nagios xi - Database connection f

Post by Servo »

finally, it has helped.
issue was done
tyvm
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: Problem with access to Nagios xi - Database connection f

Post by mguthrie »

Glad it's working for you!