Skip to main content
Solved

How to facilitate the export configuration pollers

  • February 10, 2022
  • 2 replies
  • 680 views

pierre1
Forum|alt.badge.img+9

Hello,

I’m new on Centreon’s administration, and really surprised by the click number needed to export configuration on pollers. If I’m not wrong (on 21.10) :

  1. Click pollers
  2. Click configure pollers
  3. Click name of the poller(s) to update
  4. Click Export configuration
  5. Click Move Export Files
  6. Click Restart Monitoring Engine
  7. Click Export

Is it the correct procedure, or is it possible to simplify it, with a clapi script or anything else ?

 

Thanks to the community

Pierre

Best answer by itoussies

Hello @pierre1,

It’s almost the correct procedure, you don’t need to restart the monitoring engine. A reload is enough 99% of the time.

 You can also it with CLAPI with one command:

centreon -u admin -p centreon -a APPLYCFG -v <ID or Poller name>

 

Also in 21.10, you can export and reload the configuration on all of your platform with one click:

 

Please keep in mind that this feature is still in beta.

 

Regards.

2 replies

itoussies
Centreonian
Forum|alt.badge.img+11
  • Centreonian
  • Answer
  • February 10, 2022

Hello @pierre1,

It’s almost the correct procedure, you don’t need to restart the monitoring engine. A reload is enough 99% of the time.

 You can also it with CLAPI with one command:

centreon -u admin -p centreon -a APPLYCFG -v <ID or Poller name>

 

Also in 21.10, you can export and reload the configuration on all of your platform with one click:

 

Please keep in mind that this feature is still in beta.

 

Regards.


pierre1
Forum|alt.badge.img+9
  • Author
  • February 10, 2022

Thank you @itoussies , I’ve tested both (clapi and beta solution on 21.10) and they work fine.