Sign inSign up

5nafu/dashing-icinga2

By 5nafu

Updated almost 9 years ago

Docker with and Dashing and icinga2 project https://github.com/Icinga/dashing-icinga2

Image
0

1.1K

5nafu/dashing-icinga2 repository overview

Dashing-icinga2

Run

docker run -d -p 3030:3030 5nafu/dashing-icinga2

And point your browser to http://localhost:3030/.

Configuration

Dashboards

To provide a custom dashboard, use container volume /dashboards:

docker run -v=/my/custom/dashboards:/dashboards -d -p 3030:3030 5nafu/dashing-icinga2

Jobs

To provide custom jobs, use container volume /jobs:

docker run -v=/my/custom/job:/jobs -d -p 3030:3030 5nafu/dashing-icinga2

Widgets

Also you can use local custom widgets

docker run -v=/my/custom/widgets:/widgets -d -p 3030:3030 5nafu/dashing-icinga2

Tag summary

Content type

Image

Digest

Size

235.2 MB

Last updated

almost 9 years ago

docker pull 5nafu/dashing-icinga2