Problem with access to Nagios xi - Database connection faile
-
- Posts: 15
- Joined: Thu Mar 03, 2011 8:14 am
Re: Problem with access to Nagios xi - Database connection f
I'm used pdf documentation "Nagios xi – Resizing the VM Disk Size"
-
- 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
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 ~]#
-
- Posts: 15
- Joined: Thu Mar 03, 2011 8:14 am
Re: Problem with access to Nagios xi - Database connection f
finally, it has helped.
issue was done
tyvm
issue was done
tyvm
-
- Posts: 4380
- Joined: Mon Jun 14, 2010 10:21 am
Re: Problem with access to Nagios xi - Database connection f
Glad it's working for you!