Package: hobbit
Version: 4.2.0.dfsg-7~etch.1
Severity: minor

In /etc/hobbit/hobbitgraph.cfg I read:

[mailq]
       # This handles "mailq.rrd", "mailqin.rrd" and "mailqout.rrd"
       FNPATTERN mailq(.+).rrd

This isn't correct, because mailq(.+).rrd doesn't handle mailq.rrd.
The attached patch corrects this.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable'), (70, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18-4-686
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1)

Versions of packages hobbit depends on:
ii  hobbit-client      4.2.0.dfsg-7~etch.1 client for the Hobbit network moni
ii  libc6              2.3.6.ds1-13etch2   GNU C Library: Shared libraries
ii  libldap2           2.1.30-13.3         OpenLDAP libraries
ii  libpcre3           6.7+7.4-2           Perl 5 Compatible Regular Expressi
ii  libpng12-0         1.2.15~beta5-1      PNG library - runtime
ii  librrd2            1.2.15-0.3          Time-series data storage and displ
ii  libssl0.9.8        0.9.8c-4etch1       SSL shared libraries

hobbit recommends no packages.

-- no debconf information

Tschoeeee

        Roland

-- 
 * [EMAIL PROTECTED] * http://www.spinnaker.de/ *
--- hobbitgraph.cfg~	2007-11-11 12:37:52.000000000 +0100
+++ hobbitgraph.cfg	2007-11-11 12:43:57.000000000 +0100
@@ -923,7 +923,7 @@
 
 [mailq]
 	# This handles "mailq.rrd", "mailqin.rrd" and "mailqout.rrd"
-	FNPATTERN mailq(.+).rrd
+	FNPATTERN mailq(.*).rrd
 	TITLE Mail Queue Length
 	YAXIS Queue Length
 	DEF:[EMAIL PROTECTED]@[EMAIL PROTECTED]@:mailq:AVERAGE

Reply via email to