diff options
| author | Jeff Carr <[email protected]> | 2024-11-15 19:25:24 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-15 19:25:24 -0600 |
| commit | 1e9ee55a8e098ada869fd5870c2eed9938421485 (patch) | |
| tree | 32a154be37490abe2d9bcda240e5da8a3ae58bcc /watchdog.go | |
| parent | 9e4045f35e7b037f60b0a89a4368b9c4f77aa48d (diff) | |
connects to zookeeper
Diffstat (limited to 'watchdog.go')
| -rw-r--r-- | watchdog.go | 2 |
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() } |
