Hi Ananth, > we can login to Nagios web interface using the above credentials!!
Centreon uses the centreon database for authentication, so that makes sense. > Kindly let us know if there are any workarounds. Romaine did.. ============= Please launch the following command: #echo "update contact set contact_passwd = '2995cb0650c5f107230ed569a8c4d6e5' where contact_alias like '%centreonadmin%'" | mysql -u DATABASE-USER-NAME -p DATABASE-NAME -h DATABASE-IP Replace DATABASE-USER-NAME, DATABASE-NAME, DATABASE-IP with the correct values. The password for "centreonadmin" user will be "centreon". ============= This resets the password hash in the centreon database back to the default, if your unsure of the db user/name/ip then you need to locate your centreon.conf.php and refresh your memory :) -- Kyle ------------------------------------------------------------------------------ This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threading Challenge 2010. http://p.sf.net/sfu/intel-thread-sfd _______________________________________________ Nagios-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
