This image provides a munin server, configured as CGI, using nginx. It can be totally configured by command line, passing the hosts you want to monitor as argument.
Use the following command to start the munin server, in the NODES argument you should supply a space separated list of <name>:<host> munin node pairs. (i.e. foo.local:127.0.0.1 bar.remote:1.2.3.4)
docker run -p 80 -e NODES="foo.local:127.0.0.1 bar.remote:1.2.3.4" --name munin-srv -d jekil/docker-munin-server
Ports exposed:
Environment Variables :
NODES: Space separated list of <name>:<host> munin node pairs. (i.e. foo.local:127.0.0.1 bar.remote:1.2.3.4)Volumes:
Content type
Image
Digest
sha256:c8363eab5…
Size
111.9 MB
Last updated
over 6 years ago
docker pull jekil/docker-munin-server