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:
Jessica McKellar 2012-11-20 15:13:29 -05:00
parent 244ff8459e
commit 34abe48f62

View file

@ -130,7 +130,7 @@ else:
max_message_id = humbug_client.get_profile()['max_message_id'] max_message_id = humbug_client.get_profile()['max_message_id']
time.sleep(10) time.sleep(20)
if options.verbose: if options.verbose:
print "Receiving messages!" print "Receiving messages!"
notices = [] notices = []