All right, try this:
There is a script in the /usr/local/nagiosxi/scripts directory that you can use to reset the password. Login to a shell as root and run the following command (replacing <newpassword> with the password of your choice):
php /usr/local/nagiosxi/scripts/reset_nagiosadmin_password.php --password=<newpassword>
Ngaiosxi admin password
-
tonyyarusso
- Posts: 1128
- Joined: Wed Mar 03, 2010 12:38 pm
- Location: St. Paul, MN, USA
- Contact:
Re: Ngaiosxi admin password
Finally i got it running. But I start all deamons, i get message that /usr/local/nagios/bin/npcd not found. So it does not start npcd. Does that mean any thing?tonyyarusso wrote:All right, try this:
There is a script in the /usr/local/nagiosxi/scripts directory that you can use to reset the password. Login to a shell as root and run the following command (replacing <newpassword> with the password of your choice):
php /usr/local/nagiosxi/scripts/reset_nagiosadmin_password.php --password=<newpassword>
-
tonyyarusso
- Posts: 1128
- Joined: Wed Mar 03, 2010 12:38 pm
- Location: St. Paul, MN, USA
- Contact:
Re: Ngaiosxi admin password
Can you manually search for npcd and let us know the results?
Code: Select all
updatedb
locate npcd
Re: Ngaiosxi admin password
using the reset_nagiosadmin_password.php script worked for me, I then had to change the password as soon as I logged in.
Re: Ngaiosxi admin password
Excellent! Please feel free to contact us again if you require any additional assistance.ashworth wrote:using the reset_nagiosadmin_password.php script worked for me, I then had to change the password as soon as I logged in.
Thanks!