How To Change Default Password For Fully Automated Nagios(FAN Nagios) Web Interface
Go to the Centreon web interface.
Select Configuration >Users> nagiosadmin then you can change the password ( Or whatever your admin user name)
Launch this command on the FAN server :
--------------------------------------------------------------------
Change centreon password from console.
The default login nagiosadmin/nagiosadmin
# mysql centeon2
mysql> update contact set contact_passwd='426d184e674e6c3020d38bde1d7ed35d' where contact_alias='nagiosadmin';
No comments:
Post a Comment