summaryrefslogtreecommitdiff
path: root/watchdog.go
diff options
context:
space:
mode:
Diffstat (limited to 'watchdog.go')
-rw-r--r--watchdog.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/watchdog.go b/watchdog.go
index 75ac1cb..14faea8 100644
--- a/watchdog.go
+++ b/watchdog.go
@@ -34,6 +34,7 @@ func NewWatchdog() {
log.Info("Watchdog() ticked", me.zookeeper, "Current time: ", t)
updatePackages()
pingStatus()
+ sendMachine()
// h.pollHypervisor()
// h.Scan()
}