Forum Discussion
That part of the UI lacks discoverability, but each of those filter rules can be clicked on to show which items were filtered out by that rule. That will let you know if the instances are not discovered because they do not meet the criteria to pass through the filter.
I clicked on the J Drive and it says Filtered Out Messages of Capacity Greater Than 0. This Drive's Volume was monitored for months and now it's just not there.
- Anonymous4 months ago
Is there any reason WMI would think that the drive has 0 capacity?
- lucjad4 months agoNeophyte
Not sure. There were no recent changes to the host or Logic Monitor's configurations. What else can I check? This also happened to other server being monitored in LM.
- Anonymous4 months ago
Hm, try running:
Get-WmiObject -Class Win32_Volume | Select-Object Name, Capacity
On the target machine. It should tell you what the OS thinks the capacity of the drive is. If the capacity is null or 0, LM is doing what it's supposed to. If the OS says it's got a non-zero capacity, then LM is broken and you would want to take it up with support.
Related Content
- 2 years ago
- 5 months ago