Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.05 KB

File metadata and controls

37 lines (24 loc) · 1.05 KB

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