Munin in a Docker container.
10K+
Container image for a Munin master server.
rrdcached for better performanceservices:
munin:
image: dockurr/munin
container_name: munin
environment:
TZ: "UTC"
NODES: "node1:10.0.0.101 node2:10.0.0.102"
ports:
- 80:80
volumes:
- ./lib:/var/lib/munin
- ./log:/var/log/munin
- ./conf:/etc/munin/munin-conf.d
- ./plugin:/etc/munin/plugin-conf.d
restart: always
stop_grace_period: 1m
docker run -it --rm --name munin -p 80:80 -e "NODES=node1:10.0.0.101 node2:10.0.0.102" --stop-timeout 60 docker.io/dockurr/munin
Special thanks to @aheimsbakk, for creating the original project.
Content type
Image
Digest
sha256:53b6dadc9…
Size
32.6 MB
Last updated
11 days ago
docker pull dockurr/muninPulls:
2,050
Jun 29 to Jul 5