I've been banging my head against the wall on this one, and its probably something stupid but here is my problem. Ive got a windows server I'm monitoring via WMI trying to do volume utilization alerting on. I'm able to setup the CPU and memory monitoring (For CPU trigger I've selected property to monitor: Node, trigger is CPU load is greater than 10), and that works, but for whatever reason I cant get the volume to work. I've double checked, the volume is located in the dbo.Volumes table, Volume ID is 1666 and Volume PercentUsed is showing as 68.xxx.
So I created my alert, with a trigger conditions: Type of Property to Monitor: Volume, then when all of the following apply: VolumePercentUsed is greater than 60.
When I goto Test the alert, I click on the nodeID (the same one i queried above in the dbo.volumes table), then the volume D: drive (same one showing 68.xxx VolumePercentUsed) , and hit test alert trigger I get:: Alert blah blah: - Failed - Detail - The requested name is valid, but no data of the requested type was found.
What am I missing?