We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa86001 commit bc1b245Copy full SHA for bc1b245
cmd/scollector/collectors/hp_eva_windows.go
@@ -12,7 +12,6 @@ func init() {
12
var q = wmi.CreateQuery(&dst, ``)
13
err := queryWmi(q, &dst)
14
if err != nil {
15
- slog.Info(err)
16
return // No HP EVA datasources found
17
}
18
collectors = append(collectors, &IntervalCollector{F: cHPEvaVirtualDiskWindows})
0 commit comments