On Mon, 14 Apr 2008 23:28:21 +0200, Petter Reinholdtsen <[EMAIL PROTECTED]> said:
> [Matthias Schmitz] >> Would you please provide this file or check if it is valid? If i >> touch an empty file and use it as config i got the same result: > Sure. This is the content when all the comments are removed: > dbdir /var/lib/munin > htmldir /var/www/munin > logdir /var/log/munin > rundir /var/run/munin > tmpldir /etc/munin/templates > [localhost.localdomain] > address 127.0.0.1 > use_node_name yes This is supposed to be in munin.conf, not in munin-node.conf > allow ^10\.0\.2\.2$ This is correct to have in munin-node.conf. In addition, you should have something like: ,---- | 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)$ | ignore_file \.puppet-bak$ `---- -- Stig Sandbeck Mathisen, Linpro -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

