Skip to main content
Solved

Service error after migration

  • May 9, 2022
  • 2 replies
  • 127 views

art3mis
Forum|alt.badge.img+3

Hello all,

 

I have migrate my centron 18.10 server to 21.10.

All is good except these 3 errors services :

 

 

Have you got an idea for this ?

 

Cordially

 

Best answer by itoussies

Hello @art3mis,

 

Before Centreon 20.04, the Centreon Broker configuration file format was XML but it is now JSON. You will need to update the corresponding Plugin Pack, deploy the services again and export your configuration.

Your process args probably look like '/etc/centreon-broker/*.xml' but it should be '/etc/centreon-broker/*(.xml|.json)' or '/etc/centreon-broker/*.json'.


centcore died with Centreon 20.04 o7 It has been replaced by Centreon Gorgone.

 

Regards,

2 replies

itoussies
Centreonian
Forum|alt.badge.img+11
  • Centreonian
  • Answer
  • May 9, 2022

Hello @art3mis,

 

Before Centreon 20.04, the Centreon Broker configuration file format was XML but it is now JSON. You will need to update the corresponding Plugin Pack, deploy the services again and export your configuration.

Your process args probably look like '/etc/centreon-broker/*.xml' but it should be '/etc/centreon-broker/*(.xml|.json)' or '/etc/centreon-broker/*.json'.


centcore died with Centreon 20.04 o7 It has been replaced by Centreon Gorgone.

 

Regards,


art3mis
Forum|alt.badge.img+3
  • Author
  • Steward *
  • May 25, 2022

That was the problem.
Thanks very much @itoussies