diff options
| author | Jeff Carr <[email protected]> | 2024-10-26 21:13:25 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-26 21:13:25 -0500 |
| commit | 5d1729f99ba8968900eaaaa38f74f327730fffd4 (patch) | |
| tree | d0fe2a24e443e14fe6ffcb28fd1937f8ec0ee0b0 /main.go | |
| parent | cec509ae7f3156887a807a50a3e8d6982a236435 (diff) | |
more cleanups
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -148,8 +148,11 @@ func main() { // start the watchdog polling for each hypervisor for _, h := range me.hypers { log.Info("starting polling on", h.pb.Hostname) + // inititialize the search directories on each hypervisor h.sendDirs() + + // start a watchdog on each hypervisor go h.NewWatchdog() } |
