diff options
| author | Jeff Carr <[email protected]> | 2024-10-22 19:55:32 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-22 19:55:32 -0500 |
| commit | 5b99a88e0607426e3651ef1526809c84ede8301a (patch) | |
| tree | 3444bb6593d55d722580b160871ca3d4f397ce43 /configfiles.go | |
| parent | a5a972e2f41c9f79938f4779027c62eebeb45704 (diff) | |
dump Scan var
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'configfiles.go')
| -rw-r--r-- | configfiles.go | 4 |
1 files changed, 1 insertions, 3 deletions
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) } |
