Run the server
docker run -p 8080:80 -d -v /path/to/conf.d:/etc/munin/munin-conf.d -v /path/to/access:/etc/munin-access --name munin-server maxwayt/munin-serverTo manage create the htpasswd file
htpasswd -c /path/to/access/htpasswd usernameTo manage your nodes (See https://github.com/Wayt/docker-munin-node) create a configuration file
vim /path/to/conf.d/node-1.confExample configuration
[fii.foo.com]
address foo
use_node_name yes
Content type
Image
Digest
sha256:9f20dc43f…
Size
102.4 MB
Last updated
about 11 years ago
docker pull maxwayt/munin-server