Opened 5 years ago

Closed 5 years ago

#181 closed defect (invalid)

CheckDriveSize reports no perfdata without drives explicitly specified

Reported by: Jeff Goldschrafe <goldschr@…> Owned by: MickeM
Priority: 1 Milestone: 0.4.0
Component: Core Version: 0.3.1
Severity: Bugs Keywords:
Cc:

Description

The following queries, for example, return no performance data:

CheckDriveSize ShowAll MinWarnFree=4% MinCritFree=2%
CheckDriveSize MinWarnFree=4% MinCritFree=2% FilterType=FIXED
d \NSClient++.cpp(537) Injected Performance Result: ''

However, this returns performance data:

CheckDriveSize MinWarnFree=4% MinCritFree=2% Drive=C:
d \NSClient++.cpp(537) Injected Performance Result: ''C:'=67%;5;2; '

This appears to be a bug.

Change History (2)

comment:1 Changed 5 years ago by Jeff Goldschrafe <goldschr@…>

There's a numeric typo in the perfdata above, which I was unable to copy and paste from my virtual machine. You get the idea.

comment:2 Changed 5 years ago by anonymous

  • Resolution set to invalid
  • Status changed from new to closed

I'm an idiot and my check was missing CheckAll?.

Note: See TracTickets for help on using tickets.