5nafu/dashing-icinga2
Docker with and Dashing and icinga2 project https://github.com/Icinga/dashing-icinga2
68
docker run -d -p 3030:3030 5nafu/dashing-icinga2
And point your browser to http://localhost:3030/.
To provide a custom dashboard, use container volume /dashboards:
docker run -v=/my/custom/dashboards:/dashboards -d -p 3030:3030 5nafu/dashing-icinga2
To provide custom jobs, use container volume /jobs:
docker run -v=/my/custom/job:/jobs -d -p 3030:3030 5nafu/dashing-icinga2
Also you can use local custom widgets
docker run -v=/my/custom/widgets:/widgets -d -p 3030:3030 5nafu/dashing-icinga2
docker pull 5nafu/dashing-icinga2