Skip to content

A Centreon Container for Docker running in a Raspberry PI

License

Notifications You must be signed in to change notification settings

deividgdt/dockerpicentreon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dockerpicentreon

A Centreon Container for Docker running in a Raspberry PI

Installation

  • Create a docker directory

    mkdir -p /root/docker

  • Move to the new docker dir

    cd /root/docker

  • Download the Dockerfile

    wget https://raw.githubusercontent.com/deividgdt/dockerpicentreon/master/Dockerfile

  • Build the image

    docker build -t centreon:0.0 .

  • Run the container

    docker run -d --name centreon --privileged -v /sys/fs/cgroup:/sys/fs/cgroup:ro -p 8080:80 centreon:0.0

  • Execute an interactive bash shell

    docker exec -it centreon bash

  • Execute the script

    /root/centreon_central.sh

  • Go to the following URL and finish the configuration:

    http://raspberrypi_ip:8080/centreon

More info

Buy me a coffe

ko-fi

About

A Centreon Container for Docker running in a Raspberry PI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published