Munin in a Docker container.
https://github.com/dockur/munin.git
Container image for Munin server optimized for a large number of hosts in an effective manner.
rrdcached is used to be able to handle a large number of hostsfcgi is used for generation of graphs on demand and not cronNODES[group1;]node1:ip1[:port1] [group2;]node2:ip2[:port2]...
SNMP_NODES[group1;]node1:commutiy1: [group2;]node2:community2:...
Check SNMP units directly from the container. Defaults to SNMP version 2c.
TZUTC.
80For persistense.
/etc/munin/munin-conf.d/nodes.conf and snmp-nodes.conf are generated by this container.
/etc/munin/plugin-conf.d/snmp_communities is generated by this container, but custom changes will not be overwritten.
/var/lib/munin//var/log/munin/docker run -d \
-v /etc/munin/munin-conf.d:/etc/munin/munin-conf.d \
-v /etc/munin/plugin-conf.d:/etc/munin/plugin-conf.d \
-v /var/lib/munin:/var/lib/munin \
-v /var/log/munin:/var/log/munin \
-e NODES="server1:10.0.0.2 server2:10.1.0.2" \
-e SNMP_NODES="routers;10.0.0.1:mycommunity routers;10.1.0.1:mycommunity" \
-p 80:80 \
--name munin-server \
aheimsbakk/munin-alpine
Access container at http://host/munin/