From 5b99a88e0607426e3651ef1526809c84ede8301a Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 22 Oct 2024 19:55:32 -0500 Subject: dump Scan var Signed-off-by: Jeff Carr --- configfiles.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'configfiles.go') diff --git a/configfiles.go b/configfiles.go index c633a6d..d9ba578 100644 --- a/configfiles.go +++ b/configfiles.go @@ -38,9 +38,7 @@ func readConfigFile() { h.Delay = 5 * time.Second h.lastpoll = time.Now() - h.Scan = func() { - h.pollHypervisor() - } + me.hypers = append(me.hypers, h) log.Log(EVENT, "config new hypervisors", h.pb.Hostname) } -- cgit v1.2.3