components for a docker instance does not include the mysql database the database needs to be instantiated separatly using the mariadb instance on docker registry
$ docker run --name centreon-mariadb -e MYSQL_ROOT_PASSWORD=pas5word -d mariadb
$ docker run -d --name centreon-engine -p 80:80 centreon-engine
Access port 80 of the docker instance and configure the database and the centreon engine
$ docker exec -ti centreon-engine bash
[image ] # mv /etc/supervisord_2.conf to /etc/supervisord.conf
And restart docker container
$ docker stop centreon-engine
$ docker start centreon-engine
requires the configuration of the connection to use the remote poller
- exchange keys between centron and the pooler
- create the poller
- create the poller broker configuration
- configure the poller engine > Data to use and additional broker module
/usr/lib64/nagios/cbmod.so /etc/centreon-broker/poller-module.xml
- apply all configuration to the poller