nagios: Reduce the threshold for nagios alerts about the size of rabbitmq queues
(imported from commit b3d999913caae5b36892be4ddeee1fdbc84e147b)
This commit is contained in:
parent
9faec9d778
commit
5af50391b2
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue