From 525362fcc772f8edfa5fe3aada91fc7fe17c8030 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 22 Oct 2024 19:34:50 -0500 Subject: deprecate hypervisor file. yay! Signed-off-by: Jeff Carr --- watchdog.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'watchdog.go') diff --git a/watchdog.go b/watchdog.go index b778ea4..6e4aed6 100644 --- a/watchdog.go +++ b/watchdog.go @@ -32,7 +32,8 @@ func (h *HyperT) NewWatchdog() { return case t := <-h.Dog.C: log.Log(POLL, "Watchdog() ticked", h.pb.Hostname, "Current time: ", t) - h.Scan() + h.pollHypervisor() + // h.Scan() } } } -- cgit v1.2.3