how to industrialize and automate centreon CI/CD git

  • 21 October 2022
  • 3 replies
  • 84 views

Badge +6

Hello,

So far I have made the different version upgrades and modifications of the different confs manually,

I'm looking for a solution or advice on how to automate the whole thing (Centreon conf, plugin, etc.) via a git CI/CD or other solution.

 

I would be grateful if anyone has any ideas .

Thanks


3 replies

Userlevel 4
Badge +14

Hello,

I don’t test it, but you have a Terraform Provider to configure it here :

Terraform Registry https://registry.terraform.io/providers/smutel/centreon/ the GitHub Repo https://github.com/smutel/terraform-provider-centreon

Centreon have old projet like that :

I don’t test it also.. 

IaC by Ansible https://github.com/centreon/centreon-iac-ansible and configurator https://github.com/centreon/centreon-iac-ansible-configurator

IaC By Puppet https://github.com/centreon/centreon-iac-puppet and configurator https://github.com/centreon/centreon-iac-puppet-configurator

Greg

Userlevel 4
Badge +14

And i think you could use centctl from YPSI https://github.com/YPSI-SAS/centctl to manage Centreon Server

Badge +6

thank you very much for the return

Reply