Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.12 KB

README.md

File metadata and controls

30 lines (18 loc) · 1.12 KB

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