Question

Error access-denied

  • 14 August 2023
  • 4 replies
  • 98 views

Badge +1

Dear

I did a fresh VMware 23.04 installation. I have 3 problems with this installation.
Error message :

  • Connection-Time : CRITICAL: Cannot connect: Access denied for user 'centreon-engine'@'localhost'
  • proc-rsyslogd : Number of current processes running: 0
  • proc-postfix : Number of current processes running: 0

     

Also, during server reboot, wait 30 minutes before data refresh. I think about first error message

 

Centreon also does not want to change the administrator password 

Thanks to help me


J'ai fait une nouvelle installation VMware 23.04. J'ai 2 porblèmes avec cette installation.
Message d'erreur 

  • Connection-Time : CRITICAL: Cannot connect: Access denied for user 'centreon-engine'@'localhost'
  • proc-rsyslogd : Number of current processes running: 0
  • proc-postfix : Number of current processes running: 0

Egalement, lors du redémarrage serveur, il faut attendre 30 minutes avant l'actualisation des données

Centreon ne veut pas non plus changer le mot de passe administrateur 

Merci de votre aide


4 replies

Badge +1

Dear

I did a fresh VMware 23.04 installation. I have 3 problems with this installation.
Error message :

  • Connection-Time : CRITICAL: Cannot connect: Access denied for user 'centreon-engine'@'localhost'
  • proc-rsyslogd : Number of current processes running: 0
  • proc-postfix : Number of current processes running: 0

     

Also, during server reboot, wait 30 minutes before data refresh. I think about first error message

 

Centreon also does not want to change the administrator password 

Thanks to help me

 

Hello,

I have exactly the same problem.

Please can someone help us with these issues?


Thank you!

Badge +1

Hello,

Nobody can help us with this issue?

Thanks,

Badge +1

Impossible to change the password...

Badge +1

Centreon also does not want to change the administrator password 

Thanks to help me

Hello @Cyrille , just solved it this by doing this:

  1. connect to mysql running “mariadb”
  2. SELECT contact_id, contact_name FROM centreon.contact; (to get the ID of the contact you want to reset the password)
  3. UPDATE contact_password SET password = md5('XXX') WHERE contact_id = XX;
  4. Voilà 😀

Reply