diff options
| author | Jeff Carr <[email protected]> | 2024-11-15 21:51:40 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-15 21:51:40 -0600 |
| commit | fb9f369a93c56db6918a9e1509168a6b7eacc0b2 (patch) | |
| tree | 12b8c4c170fa7beb8a83cc8084c6ced56b468098 /watchdog.go | |
| parent | 8193bf18abbef3ffb00d22820899096db19ba428 (diff) | |
ready to packagev0.0.2
Diffstat (limited to 'watchdog.go')
| -rw-r--r-- | watchdog.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/watchdog.go b/watchdog.go index 14faea8..00c729a 100644 --- a/watchdog.go +++ b/watchdog.go @@ -33,7 +33,7 @@ func NewWatchdog() { case t := <-me.dog.C: log.Info("Watchdog() ticked", me.zookeeper, "Current time: ", t) updatePackages() - pingStatus() + // pingStatus() sendMachine() // h.pollHypervisor() // h.Scan() |
