Running 1.2.0 Console and agents.
First question, I have a WMI Query WMI.Query(root\cimv2,"select * from Win32_PerfFormattedData_PerfDisk_PhysicalDisk Where Name = '_total'",DiskWriteBytesPersec) and it yields results but yet when I try to graph this DCI I get a flat line of 0.
Second question, is it possible to monitor all windows services that are set to "automatic" and if any are not started to get an alert. I believe Nagios does something like this.
Third question, I would really like to try out the reporting, is there an example somewhere?
			First question, I have a WMI Query WMI.Query(root\cimv2,"select * from Win32_PerfFormattedData_PerfDisk_PhysicalDisk Where Name = '_total'",DiskWriteBytesPersec) and it yields results but yet when I try to graph this DCI I get a flat line of 0.
Second question, is it possible to monitor all windows services that are set to "automatic" and if any are not started to get an alert. I believe Nagios does something like this.
Third question, I would really like to try out the reporting, is there an example somewhere?