Page 2 of 2

Re: INSTALLATION ERROR!

Posted: Fri Jan 13, 2012 1:33 pm
by scottwilkerson
You should take a look at this wiki it has the yum proxy info as well as additional considerations when using proxies with Nagios XI
http://support.nagios.com/wiki/index.ph ... th_Proxies

Re: INSTALLATION ERROR!

Posted: Sat Jan 14, 2012 9:07 am
by piccirillo
nagiosxi managed to install but do not know the user and password initial to access

Re: INSTALLATION ERROR!

Posted: Sat Jan 14, 2012 11:52 am
by scottwilkerson
The username is nagiosadmin and the password was set the first time you visited the webpage and completed the install.

If you lost the password you can run the following to reset the nagiosadmin password

Code: Select all

cd /usr/local/nagiosxi/scripts
./reset_nagiosadmin_password.php --password=NEWPASSWORD

Re: INSTALLATION ERROR!

Posted: Fri Feb 03, 2012 11:49 pm
by NA42
We're in the middle of a trial if XI, and the password isn't working/forgotten/spaced/who knows. :oops:

Attempting to run said script results in the following:

./reset_nagiosadmin_password.php --password=<AAAAAAAA>
-bash: syntax error near unexpected token `newline'

Any ideas?

--Nick

Re: INSTALLATION ERROR!

Posted: Fri Feb 03, 2012 11:51 pm
by NA42
NEVER MIND. I included the <> Doh!


We're in the middle of a trial if XI, and the password isn't working/forgotten/spaced/who knows. :oops:

Attempting to run said script results in the following:

./reset_nagiosadmin_password.php --password=<AAAAAAAA>
-bash: syntax error near unexpected token `newline'

Any ideas?

--Nick

Re: INSTALLATION ERROR!

Posted: Mon Feb 06, 2012 10:20 am
by scottwilkerson
So were you able to get it reset properly...?