[Holger Levsen] > The Debian Edu configuration is broken. How? This is the complete Debian Edu configuration for Munin, and /var/www/munin is not mentioned anywhere. Seem to me some default value is wrong in the munin package.
tjener:~# for f in /etc/default/munin-node /etc/munin/debian-edu-munin-node.conf; do echo "********* $f ******"; cat $f; done ********* /etc/default/munin-node ****** #Debian Edu is using an alternative configuration file: DAEMON_ARGS="--config /etc/munin/debian-edu-munin-node.conf" ********* /etc/munin/debian-edu-munin-node.conf ****** # # Example config-file for munin-node # log_level 4 log_file /var/log/munin/munin-node.log port 4949 pid_file /var/run/munin/munin-node.pid background 1 setseid 1 # Which port to bind to; host * user root group root setsid yes # Regexps for files to ignore ignore_file ~$ ignore_file \.bak$ ignore_file %$ ignore_file \.dpkg-(tmp|new|old|dist)$ ignore_file \.rpm(save|new)$ # Set this if the client doesn't report the correct hostname when # telnetting to localhost, port 4949 # #host_name localhost.localdomain # A list of addresses that are allowed to connect. This must be a # regular expression, due to brain damage in Net::Server, which # doesn't understand CIDR-style network notation. You may repeat # the allow line as many times as you'd like allow ^127\.0\.0\.1$ allow ^10\.0\.2\.2$ tjener:~# Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

