views:

11

answers:

0

I have a WMI query that will give me all the data I need to do this but I can't figure out how to get this working in Zenoss. I know I need to set data points and a threshold, and optionaly a graph. The problem is examples of how to do this with WMI are few and very confusing. Could anyone atleast point me to documention on how to do this?

WMI Query(WQL):

"SELECT Caption, Capacity, Freespace FROM Win32_Volume WHERE DriveLetter IS NULL"

related questions