Zenoss need to get freespace threshold and alerts on windows "mount points"
        Posted  
        
            by 
                agilenoob
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by agilenoob
        
        
        
        Published on 2010-09-24T15:52:59Z
        Indexed on 
            2011/06/24
            16:24 UTC
        
        
        Read the original article
        Hit count: 342
        
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"
© Server Fault or respective owner