nagios: Increase the timeout on MIT zephyr forwarding functioning.
Sometimes messages are delayed passed the allowed 10 seconds. We may eventually decide that that amount of latency is unacceptable, but the latency is not what this script is supposed to be checking. (imported from commit d83a6a83d60e9eac13b3b87fb31de7f9881acabf)
This commit is contained in:
parent
244ff8459e
commit
34abe48f62
|
@ -130,7 +130,7 @@ else:
|
|||
|
||||
max_message_id = humbug_client.get_profile()['max_message_id']
|
||||
|
||||
time.sleep(10)
|
||||
time.sleep(20)
|
||||
if options.verbose:
|
||||
print "Receiving messages!"
|
||||
notices = []
|
||||
|
|
Loading…
Reference in a new issue