Page 2 of 2

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

Posted: Thu May 05, 2011 4:02 am
by Servo
I'm used pdf documentation "Nagios XI – Resizing the VM Disk Size"

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

Posted: Wed May 11, 2011 4:58 pm
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 ~]#

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

Posted: Mon May 16, 2011 4:55 am
by Servo
finally, it has helped.
issue was done
tyvm

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

Posted: Mon May 16, 2011 10:34 am
by mguthrie
Glad it's working for you!