====== Munin ======
https://munin-monitoring.org/
Docker from https://hub.docker.com/r/aheimsbakk/munin-alpine
Config in Portainer:
{{:homeautomatisation:munin_docker1.jpg?400|}}
{{:homeautomatisation:munin_docker2.jpg?400|}}
{{:homeautomatisation:munin_docker3.jpg?400|}}
{{:homeautomatisation:munin_docker4.jpg?400|}}
{{:homeautomatisation:munin_docker5.jpg?400|}}
Munin Node on Host System:
apt-get install munin-node smartmontools
To get S.M.A.R.T Tools working in Munin:
ln -s /usr/share/munin/plugins/smart_ /etc/munin/plugins/smart_sda
ln -s /usr/share/munin/plugins/smart_ /etc/munin/plugins/smart_sdc
edit /etc/munin/munin-node.conf and add allow the docker ip from munin
# A list of addresses that are allowed to connect. This must be a
# regular expression, since Net::Server does not understand CIDR-style
# network notation unless the perl module Net::CIDR is installed. You
# may repeat the allow line as many times as you'd like
allow ^127\.0\.0\.1$
allow ^172\.17\.0\.3$
allow ^::1$