Bump the zmq timeout on these nagios checks.
This commit is contained in:
parent
da642af5fd
commit
b90bf85b3d
3 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,7 @@ try:
|
|||
poller = zmq.Poller()
|
||||
poller.register(s, zmq.POLLIN)
|
||||
|
||||
timeout = 10000
|
||||
timeout = 20000
|
||||
|
||||
events = dict(poller.poll(timeout))
|
||||
if s in events and events[s] == zmq.POLLIN:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue