nagios: Reduce the threshold for nagios alerts about the size of rabbitmq queues

(imported from commit b3d999913caae5b36892be4ddeee1fdbc84e147b)
This commit is contained in:
Zev Benjamin 2013-12-10 17:35:08 -05:00
parent 9faec9d778
commit 5af50391b2

View file

@ -6,8 +6,8 @@ import time
import os import os
import subprocess import subprocess
WARN_THRESHOLD = 50 WARN_THRESHOLD = 10
CRIT_THRESHOLD = 100 CRIT_THRESHOLD = 50
states = { states = {
0: "OK", 0: "OK",