Skip to content

marek-knappe/centreon-poller-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

What Is It?

Thist is just satellite poller for centreon. To have it working you need to have full centreon installation, and then u can run that poller on remote locations.

Run It!

1. Build image

$ git clone https://github.com/marek-knappe/centreon-poller-docker.git
$ cd centreon-poller-docker
// Change the ./scripts/centreon_authorized_keys and put your public key of centreon user from centreon master
$ docker build -t centreon_poller .

2. Run it!

$ docker run -p 6022:22 centreon_poller

And now on the 6022 u have running SSH port for centreon poller. You can configure your centreon master and specify IP and PORT for ssh. On the centreon side you need to add:

  • poller
  • main.cfg
  • centreon broker config

and it's ready to go.

Known problems

First time ssh would have problem to log in because of new fingerprint, just on the master host you need to do: $ sudo su centreon $ ssh -p 6022 YOUR_POLLER_IP // and accept the new fingerprint

About

Centreon poller run from docker on centos6

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published