diff --git a/app/plugins/networkCheck.go b/app/plugins/networkCheck.go index ac8a0ca..1437616 100644 --- a/app/plugins/networkCheck.go +++ b/app/plugins/networkCheck.go @@ -54,6 +54,7 @@ func (nc *networkCheck) run() { // through other actions // we reset out timer lastMessageReceived = time.Now() + nc.bus.Publish(event.NewEvent(event.NetworkStatus, map[event.Field]string{event.Error: "", event.Status: "Success"})) } case <-time.After(tickTime): // if we haven't received an action in the last minute...kick off a set of testing