Package: munin-node Version: 1.0.5-1 Severity: normal Tags: patch The named plugin is setup for the location of the daemon output of solaris, this should be changed to where this file is on Debian. Attached you can find a patch that does this:
--- /tmp/named.debian 2005-01-23 08:42:44.000000000 -0800 +++ named 2004-12-05 07:56:51.000000000 -0800 @@ -43,9 +43,9 @@ # The name of the file where syslog puts daemon output - ie the named # statistics output. On solaris this is /var/adm/messages, on most # linuxes it is /var/log/messages. But on Debian it is -# /var/log/daemon.log which is read restricted so we have to run as a user +# /var/log/daemon which is read restricted so we have to run as a user # with read rights, or remove the restrictions. -SYSLOGFILE=${logfile:-/var/log/daemon.log} +SYSLOGFILE=${logfile:-/var/adm/messages} #---------------------------------------------------------------------- -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (990, 'testing'), (600, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.7-1-k7 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages munin-node depends on: ii libnet-server-perl 0.87-2 An extensible, general perl server ii perl 5.8.4-5 Larry Wall's Practical Extraction ii procps 1:3.2.1-2 The /proc file system utilities -- no debconf information
--- /tmp/named.debian 2005-01-23 08:42:44.000000000 -0800 +++ named 2004-12-05 07:56:51.000000000 -0800 @@ -43,9 +43,9 @@ # The name of the file where syslog puts daemon output - ie the named # statistics output. On solaris this is /var/adm/messages, on most # linuxes it is /var/log/messages. But on Debian it is -# /var/log/daemon.log which is read restricted so we have to run as a user +# /var/log/daemon which is read restricted so we have to run as a user # with read rights, or remove the restrictions. -SYSLOGFILE=${logfile:-/var/log/daemon.log} +SYSLOGFILE=${logfile:-/var/adm/messages} # ----------------------------------------------------------------------