summaryrefslogtreecommitdiff
path: root/watchdog.go
diff options
context:
space:
mode:
Diffstat (limited to 'watchdog.go')
-rw-r--r--watchdog.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/watchdog.go b/watchdog.go
index 46235a9..75ac1cb 100644
--- a/watchdog.go
+++ b/watchdog.go
@@ -32,6 +32,8 @@ func NewWatchdog() {
return
case t := <-me.dog.C:
log.Info("Watchdog() ticked", me.zookeeper, "Current time: ", t)
+ updatePackages()
+ pingStatus()
// h.pollHypervisor()
// h.Scan()
}