From e819995454861ffd33aabe50ea7564fef937179d Mon Sep 17 00:00:00 2001 From: Leo Franchi Date: Thu, 14 Feb 2013 13:05:05 -0500 Subject: [PATCH] Set better munin thresholds for rabbitmq (imported from commit 032fec63873a05ea7c03fc738d0f82d74322ca3e) --- .../humbug/files/munin/plugin-conf.d/munin-node.conf | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/servers/puppet/modules/humbug/files/munin/plugin-conf.d/munin-node.conf b/servers/puppet/modules/humbug/files/munin/plugin-conf.d/munin-node.conf index c109e22da0..d25392e438 100644 --- a/servers/puppet/modules/humbug/files/munin/plugin-conf.d/munin-node.conf +++ b/servers/puppet/modules/humbug/files/munin/plugin-conf.d/munin-node.conf @@ -122,10 +122,13 @@ env.PGPORT 5432 user humbug group humbug +[rabbitmq_messages] +env.queue_warn 100 +env.queue_crit 500 + [rabbitmq_queue_memory] -user root -env.QUEUE_WARN 1000000 -env.QUEUE_CRIT 2000000 +env.queue_warn 20000000 +env.queue_crit 40000000 [rabbitmq_*] user root