From b9faf683619105e5686a455ea357793965ebe30c Mon Sep 17 00:00:00 2001 From: Dmitri Minaev Date: Tue, 1 Feb 2011 07:54:10 +0100 Subject: [PATCH] Added warning and critical levels. --- plugins/other/rabbitmq_list_queues | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/other/rabbitmq_list_queues b/plugins/other/rabbitmq_list_queues index 119a0ee5..d290e070 100755 --- a/plugins/other/rabbitmq_list_queues +++ b/plugins/other/rabbitmq_list_queues @@ -16,6 +16,8 @@ proc main {argc argv} { set clean [clean_fieldname $q] puts "$clean.label $q" puts "$clean.draw LINE3" + puts "$clean.warning 300000" + puts "$clean.critical 700000" } } "autoconf" {