summaryrefslogtreecommitdiff
path: root/watchdog.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-15 20:59:42 -0600
committerJeff Carr <[email protected]>2024-11-15 20:59:42 -0600
commit706b0418bf68a09ff7b78a1646c280a53be68c97 (patch)
tree6b0dc5c3c10f9360860730f86b76cbd6d4f78836 /watchdog.go
parent0700306530e9d88420c326c9899ddc098b2fb450 (diff)
sending a machine protobuf
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()
}