DB Connect Error [nagiosfusion]: Database connection failed

This support forum board is for questions relating to Nagios Fusion.
Locked
AdamT
Posts: 2
Joined: Thu Dec 01, 2011 10:37 am

DB Connect Error [nagiosfusion]: Database connection failed

Post by AdamT »

After funning the fullinstall script and conencting to x.x.x.x/nagiosfusion i get the error message
DB Connect Error [nagiosfusion]: Database connection failed
when i try and manualy run the create_postgres_db.sh i get the error
psql: FATAL: database 2Roor" does not exits

The XI server im trying to install fusion onto is a VM runnign a fresh VM image of XI

IS anyone able to advise me what i will be doing wrong?

32bit Centos VM image from XI downlaod page running on winodws7 64bit on AMD Phenom II x6 1057T
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: DB Connect Error [nagiosfusion]: Database connection fai

Post by mguthrie »

What version of CentOS is this running on?

There have been some repo changes lately that have been causing a lot of headaches for our install scripts. Can you also check to see if postgresql is running (or was installed at all)?

Code: Select all

service postgresql restart
Locked