Sign inSign up

jekil/docker-munin-server

By jekil

•Updated over 6 years ago

Image
1

4.7K

jekil/docker-munin-server repository overview

⁠Munin Server

Docker Stars Docker Pulls Twitter Follow

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.

⁠Quick Start

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

⁠Technical details

Ports exposed:

  • 80

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:

  • /var/lib/munin
  • /var/log/munin
  • /etc/munin

Tag summary

Content type

Image

Digest

sha256:c8363eab5…

Size

111.9 MB

Last updated

over 6 years ago

docker pull jekil/docker-munin-server