User Tools

Site Tools


homeautomatisation:munin

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

homeautomatisation:munin [2022/03/01 21:26] – created illuhomeautomatisation:munin [2022/03/01 21:58] (current) illu
Line 31: Line 31:
 </code> </code>
  
 +edit /etc/munin/munin-node.conf and add allow the docker ip from munin
 +<code bash> 
 +# 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$
 +</code>
homeautomatisation/munin.1646166409.txt.gz · Last modified: 2022/03/01 21:26 by illu