Skip to content

This is a docker for Centreon. How to install a Centreon in 5 minutes ?

Notifications You must be signed in to change notification settings

marek-knappe/centreon-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

centreon-docker

This is a docker for Centreon. How to install a Centreon in 5 minutes ?

BEFORE BUILD:

  • you should change default root password in Dockerfile (or change it afterwards)
  • you should change default.timezone from UTC to anthing u want

To run this just run:

docker build -t centreon-docker .

docker run -p 80 -p 22 -i -t centreon-docker supervisord

Default root password: centreon (please change it asap after install - u can ssh) Default centreon admin user: admin/centreon To check what ports u need to use make command

docker ps

CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 512dfc6f7f0a centreon-docker "supervisord" 2 minutes ago Up 2 minutes 0.0.0.0:32775->22/tcp, 0.0.0.0:32774->80/tcp ecstatic_almeida

And you will get that ssh is on 32775 and http on 32774

About

This is a docker for Centreon. How to install a Centreon in 5 minutes ?

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published