Reported on IRC by Jeff. Any complaints?
--
Martin Hicks || mort@xxxxxxxx || PGP/GnuPG: 0x4C7F2BEE
mort@laplace:~/src/pcp$ git show HEAD
commit a010a02c2592466ff97f954b644e47a007702a59
Author: Martin Hicks <mort@xxxxxxxx>
Date: Mon Mar 15 09:01:31 2010 -0400
Fix a label in postfix pmda
The label was simply wrong. Must have been a cut & paste
error or something.
Reported-by: Josef 'Jeff' Sipek <jeffpc@xxxxxxxxxxxxxx>
Signed-off-by: Martin Hicks <mort@xxxxxxxx>
diff --git a/src/pmdas/postfix/pmdapostfix.pl b/src/pmdas/postfix/pmdapostfix.pl
index 6953fc8..d64bea4 100644
--- a/src/pmdas/postfix/pmdapostfix.pl
+++ b/src/pmdas/postfix/pmdapostfix.pl
@@ -100,7 +100,7 @@ my @postfix_queues_dom = ( 0 => 'total',
6 => '80-160 mins',
7 => '160-320 mins',
8 => '320-640 mins',
- 9 => '640-1280 <callto:+1640-1280> mins',
+ 9 => '640-1280 mins',
10=> '1280+ mins',
);
|