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
INSTALLATION ERROR!
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
-
piccirillo
- Posts: 6
- Joined: Thu Jan 12, 2012 6:54 am
- Contact:
Re: INSTALLATION ERROR!
nagiosxi managed to install but do not know the user and password initial to access
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: INSTALLATION ERROR!
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
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=NEWPASSWORDRe: INSTALLATION ERROR!
We're in the middle of a trial if XI, and the password isn't working/forgotten/spaced/who knows.
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
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!
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.
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
We're in the middle of a trial if XI, and the password isn't working/forgotten/spaced/who knows.
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
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: INSTALLATION ERROR!
So were you able to get it reset properly...?