Package: munin-node
Version: 1.4.3-2
Severity: normal

It may be easier to demonstrate:

# munin-run mail_eximstats
received.value U
completed.value U
rejected.value U
# cat /var/lib/munin/plugin-state/exim_mailstats-
%MUNIN-STATE1.0
2351803
U
U
U
# 
<wait for mail to come in>
# munin-run mail_eximstats
received.value AA
completed.value U
rejected.value U
# cat /var/lib/munin/plugin-state/exim_mailstats-
%MUNIN-STATE1.0
2355576
AA
U
U
#

Would it be better to do this?
=== BEGIN ===
--- exim_mailstats.orig 2010-02-11 17:44:11.000000000 -0500
+++ exim_mailstats      2010-02-11 17:44:26.000000000 -0500
@@ -218,7 +218,7 @@
     # file up to now, but remember how large it is now, and next
     # time read from there.
     $pos = (stat $logfile)[7];  # File size
-    $received = $completed = $rejected = 'U';
+    $received = $completed = $rejected = '0';
 }
 else {
     $pos = parseEximfile($logfile, $pos);
=== END ===

Or even change U to 0 in parseEximfile?

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.30 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages munin-node depends on:
ii  adduser                    3.100         Add and remove users and groups
ii  gawk                       1:3.1.4-2.0.1 GNU awk, a pattern scanning and pr
ii  libnet-server-perl         0.94-1        An extensible, general perl server
ii  lsb-base                   3.2-20        Linux Standard Base 3.2 init scrip
ii  munin-common               1.4.3-2       network-wide graphing framework (c
ii  perl                       5.10.1-9      Larry Wall's Practical Extraction 
ii  procps                     1:3.2.7-3     /proc file system utilities

Versions of packages munin-node recommends:
ii  libnet-snmp-perl              5.2.0-1    Script SNMP connections

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to