Browse Source

(Probably) fix the blip bug

develop
Sven Slootweg 10 years ago
parent
commit
5eb46c13e8
  1. 2
      ccollectd/ccollectd

2
ccollectd/ccollectd

@ -55,7 +55,7 @@ def heartbeat():
msg_type = "down"
send_message = True
else:
if retries > 0:
if up and retries > 0:
msg_type = "blip"
send_message = True

Loading…
Cancel
Save