Nagios XI Installation for RHEL Server

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
pmfunder
Posts: 19
Joined: Wed Jul 25, 2012 9:31 am

Re: Nagios XI Installation for RHEL Server

Post by pmfunder »

Thanks

I am still getting the same error message and still have to bypass the create_postgres_db.sh script which creates roles and the db.
Any other ideas other than the restore?
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Nagios XI Installation for RHEL Server

Post by lmiltchev »

I don't guarantee the commands I posted earlier will work 100% of the time but I tested them on several machines (RHEL & CentOS) and they worked fine every time. That leads me to believe that you must be having issues because of your proxy. Did you modify the following files?

/etc/yum.conf

by adding:

Code: Select all

proxy=http://someproxyserver:port/
proxy_username=myname
proxy_password=mypass
/etc/wgetrc

by adding:

Code: Select all

no_proxy=localhost
Be sure to check out our Knowledgebase for helpful articles and solutions!
pmfunder
Posts: 19
Joined: Wed Jul 25, 2012 9:31 am

Re: Nagios XI Installation for RHEL Server

Post by pmfunder »

We started on a fresh server and successfully installed.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Nagios XI Installation for RHEL Server

Post by lmiltchev »

I'm glad I could help!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked