From 59ecf3f15e63f1ebd80005696597daddc11b7f9b Mon Sep 17 00:00:00 2001 From: thefinn93 Date: Wed, 15 Jan 2014 19:07:28 -0800 Subject: [PATCH 1/2] Moved mailman-queue-check to the mailman folder --- plugins/{other => mail}/mailman-queue-check | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename plugins/{other => mail}/mailman-queue-check (100%) diff --git a/plugins/other/mailman-queue-check b/plugins/mail/mailman-queue-check similarity index 100% rename from plugins/other/mailman-queue-check rename to plugins/mail/mailman-queue-check From faca733fd6ab7168c1bbd03aae2b92814914dd2d Mon Sep 17 00:00:00 2001 From: thefinn93 Date: Wed, 15 Jan 2014 19:09:31 -0800 Subject: [PATCH 2/2] Added a category to mailman-queue-check --- plugins/mail/mailman-queue-check | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/mail/mailman-queue-check b/plugins/mail/mailman-queue-check index 8240a71c..4c75c792 100755 --- a/plugins/mail/mailman-queue-check +++ b/plugins/mail/mailman-queue-check @@ -17,6 +17,7 @@ if [ "$1" = "config" ]; then echo "graph_title Mailman Queue" + echo "graph_category mailman" echo "graph_args --base 1000 -l 0" echo "archive.label Archive" echo "archive.draw LINE2"