SOURCES: munin-plugins-muninexchange-postfix.patch (NEW) - proper category
baggins
baggins at pld-linux.org
Sat Nov 29 13:18:34 CET 2008
Author: baggins Date: Sat Nov 29 12:18:34 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- proper category
---- Files affected:
SOURCES:
munin-plugins-muninexchange-postfix.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/munin-plugins-muninexchange-postfix.patch
diff -u /dev/null SOURCES/munin-plugins-muninexchange-postfix.patch:1.1
--- /dev/null Sat Nov 29 13:18:34 2008
+++ SOURCES/munin-plugins-muninexchange-postfix.patch Sat Nov 29 13:18:28 2008
@@ -0,0 +1,79 @@
+diff -ur munin-plugins-muninexchange-20081128/postfix/dkimproxy_mails munin/postfix/dkimproxy_mails
+--- munin-plugins-muninexchange-20081128/postfix/dkimproxy_mails 2008-11-28 18:35:13.000000000 +0100
++++ munin/postfix/dkimproxy_mails 2008-11-29 13:16:14.000000000 +0100
+@@ -47,7 +47,7 @@
+ if [ "$1" = "config" ]; then
+ echo 'graph_title DKIM Proxy mails'
+ echo 'graph_order dkimnone dkimpass dkiminvalid dkimfail'
+- echo 'graph_category mail'
++ echo 'graph_category postfix'
+ echo 'graph_vlabel Count'
+ echo 'graph_args --base 1000 -l 0'
+ # echo 'graph_total total'
+diff -ur munin-plugins-muninexchange-20081128/postfix/postfix_filtered munin/postfix/postfix_filtered
+--- munin-plugins-muninexchange-20081128/postfix/postfix_filtered 2008-11-28 18:35:14.000000000 +0100
++++ munin/postfix/postfix_filtered 2008-11-29 13:16:14.000000000 +0100
+@@ -60,7 +60,7 @@
+ else
+ echo 'graph_order allowed rbl policy helo client sender recipient relay'
+ fi
+- echo 'graph_category mail'
++ echo 'graph_category postfix'
+ echo 'graph_vlabel Mails per second'
+ echo 'graph_args --base 1000 -l 0'
+
+diff -ur munin-plugins-muninexchange-20081128/postfix/postfix_mailfiltered munin/postfix/postfix_mailfiltered
+--- munin-plugins-muninexchange-20081128/postfix/postfix_mailfiltered 2008-11-28 18:35:15.000000000 +0100
++++ munin/postfix/postfix_mailfiltered 2008-11-29 13:16:14.000000000 +0100
+@@ -30,7 +30,7 @@
+ if [ "$1" = "config" ]; then
+ echo 'graph_title Postfix daily filtering'
+ echo 'graph_order relay rbl helo client sender recipient'
+- echo 'graph_category mail'
++ echo 'graph_category postfix'
+ echo 'graph_vlabel Count'
+ echo 'graph_args --base 1000 -l 0'
+ echo 'graph_total total'
+diff -ur munin-plugins-muninexchange-20081128/postfix/postfix-policyd munin/postfix/postfix-policyd
+--- munin-plugins-muninexchange-20081128/postfix/postfix-policyd 2008-11-28 18:35:14.000000000 +0100
++++ munin/postfix/postfix-policyd 2008-11-29 13:16:14.000000000 +0100
+@@ -25,7 +25,7 @@
+ if [ "$1" = "config" ]; then
+ echo 'graph_title Postfix-Policyd daily filtering'
+ echo 'graph_order delayed passed whitelisted'
+- echo 'graph_category mail'
++ echo 'graph_category postfix'
+ echo 'graph_vlabel Count'
+ echo 'graph_scale no'
+
+@@ -50,4 +50,4 @@
+ echo "delayed.value ${DELAYED}"
+ echo "passed.value ${PASSED}"
+ echo "whitelisted.value ${WHITELISTED}"
+-echo "blacklisted.value ${BLACKLISTED}"
+\ No newline at end of file
++echo "blacklisted.value ${BLACKLISTED}"
+diff -ur munin-plugins-muninexchange-20081128/postfix/postfix_stats munin/postfix/postfix_stats
+--- munin-plugins-muninexchange-20081128/postfix/postfix_stats 2008-11-28 18:35:16.000000000 +0100
++++ munin/postfix/postfix_stats 2008-11-29 13:16:14.000000000 +0100
+@@ -19,7 +19,7 @@
+ system.type COUNTER
+ graph_title Postfix statistics
+ graph_vlabel Postfix statistics
+-graph_category Mail
++graph_category postfix
+ graph_total Total
+ received.label received
+ delivered.label delivered
+diff -ur munin-plugins-muninexchange-20081128/postfix/postgrey munin/postfix/postgrey
+--- munin-plugins-muninexchange-20081128/postfix/postgrey 2008-11-28 18:35:17.000000000 +0100
++++ munin/postfix/postgrey 2008-11-29 13:16:14.000000000 +0100
+@@ -30,7 +30,7 @@
+ if [ "$1" = "config" ]; then
+ echo 'graph_title Postgrey daily filtering'
+ echo 'graph_order delayed passed whitelisted'
+- echo 'graph_category mail'
++ echo 'graph_category postfix'
+ echo 'graph_vlabel Count'
+ echo 'graph_scale no'
+
================================================================
More information about the pld-cvs-commit
mailing list