ready to package
This commit is contained in:
parent
8193bf18ab
commit
fb9f369a93
|
@ -33,7 +33,7 @@ func NewWatchdog() {
|
||||||
case t := <-me.dog.C:
|
case t := <-me.dog.C:
|
||||||
log.Info("Watchdog() ticked", me.zookeeper, "Current time: ", t)
|
log.Info("Watchdog() ticked", me.zookeeper, "Current time: ", t)
|
||||||
updatePackages()
|
updatePackages()
|
||||||
pingStatus()
|
// pingStatus()
|
||||||
sendMachine()
|
sendMachine()
|
||||||
// h.pollHypervisor()
|
// h.pollHypervisor()
|
||||||
// h.Scan()
|
// h.Scan()
|
||||||
|
|
Loading…
Reference in New Issue