Trace: centreon
  • reset password centreon*
mysql -u centreon -p
use centreon;
show tables;
select * from contact where contact_alias = 'admin';
UPDATE contact SET contact_passwd = 'MD5 Password' where contact_alias = 'admin';
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki