From e11e39a60409f4cabd8280d1588f2a0b9be872d1 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Thu, 15 Jun 2023 15:17:28 +1000 Subject: [PATCH] more logs --- main.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.go b/main.go index fec1865..eab241d 100644 --- a/main.go +++ b/main.go @@ -403,6 +403,8 @@ func main() { Vcenter: u.Host, }) } + } else { + log.Printf("Found %d hostfailure messages.", len(hostFailures)) } // Combine details of host outages and VM outages into one interface