mirror of https://github.com/zulip/zulip.git
Set better munin thresholds for rabbitmq
(imported from commit 032fec63873a05ea7c03fc738d0f82d74322ca3e)
This commit is contained in:
parent
91a3e0402f
commit
e819995454
|
@ -122,10 +122,13 @@ env.PGPORT 5432
|
||||||
user humbug
|
user humbug
|
||||||
group humbug
|
group humbug
|
||||||
|
|
||||||
|
[rabbitmq_messages]
|
||||||
|
env.queue_warn 100
|
||||||
|
env.queue_crit 500
|
||||||
|
|
||||||
[rabbitmq_queue_memory]
|
[rabbitmq_queue_memory]
|
||||||
user root
|
env.queue_warn 20000000
|
||||||
env.QUEUE_WARN 1000000
|
env.queue_crit 40000000
|
||||||
env.QUEUE_CRIT 2000000
|
|
||||||
|
|
||||||
[rabbitmq_*]
|
[rabbitmq_*]
|
||||||
user root
|
user root
|
||||||
|
|
Loading…
Reference in New Issue