From faca733fd6ab7168c1bbd03aae2b92814914dd2d Mon Sep 17 00:00:00 2001 From: thefinn93 Date: Wed, 15 Jan 2014 19:09:31 -0800 Subject: [PATCH] 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"