Hi
is you monitoring is agent less ? as you are querying remote server using wmi.. if yes have you enabled agent proxy on the agent server ?
also can you post xml configuration of rule and Discovery and error details.
refer below link for agent less monitoring
http://www.ms-opsmgr.eu/?p=332
http://blog.tyang.org/2012/01/27/scom-process-performance-collection-rule-for-services/
Regards
I am not totally sure what you are needing help with, and your second reply does not help as you mention "SCCM throws the above error when I create a wmi rule" when you first ask about a WMI performance rule in SCOM.
So which product do you have a question about, SCCM, or SCOM, and what specifically are you having problems with? A SCOM rule to collect WMI Performance or a SCCM collection problem?
If it is SCCM, I'll be glad to move this thread to the SCCM area.
Thank you,
Scott Moss
Sorry my mistake the product is SCOM. Its a wmi rule. The rule is running against a agent managed win 2012 server. The scom action account has administrator privilege on that server. I can run the wmi query remotely from the scom server to target with no issues using the scom action account. however scom server reports the error in the subject.
Alert context
Time window start | 7/21/2015 7:28:33 PM |
Time window end | 7/21/2015 8:28:32 PM |
Time First | 7/21/2015 7:28:33 PM |
Time Last | 7/21/2015 7:39:30 PM |
Count | 3 |
Context
|
|
Event Data:
< DataItem type =" System.XmlData " time =" 2015-07-21T19:39:30.0237093-04:00 " sourceHealthServiceId =" 2A56B99C-6490-A768-BA63-A87379586170 " > < EventData > < Data > Ninja Monitor </ Data > < Data > MomUIGeneratedRule7808a3993d3d429f9bf68fe7aacd9afa </ Data > < Data > DATA.techninja.local </ Data > < Data > {7A37EAC5-9001-946C-51CD-F4F14157AD16} </ Data > < Data > cimv2 </ Data > < Data > 145 </ Data > < Data > 0x8004100e </ Data > </ EventData ></DataItem >
Thank you so much for assisting I am in a bind here.
- Edited by bigbluestar 7 hours 17 minutes ago
Sorry my mistake the product is SCOM. Its a wmi rule. The rule is running against a agent managed win 2012 server. The scom action account has administrator privilege on that server. I can run the wmi query remotely from the scom server to target with no issues using the scom action account. however scom server reports the error in the subject.
Alert context
Time window start | 7/21/2015 7:28:33 PM |
Time window end | 7/21/2015 8:28:32 PM |
Time First | 7/21/2015 7:28:33 PM |
Time Last | 7/21/2015 7:39:30 PM |
Count | 3 |
Context
|
|
Event Data:
< DataItem type =" System.XmlData " time =" 2015-07-21T19:39:30.0237093-04:00 " sourceHealthServiceId =" 2A56B99C-6490-A768-BA63-A87379586170 " > < EventData > < Data > Ninja Monitor </ Data > < Data > MomUIGeneratedRule7808a3993d3d429f9bf68fe7aacd9afa </ Data > < Data > DATA.techninja.local </ Data > < Data > {7A37EAC5-9001-946C-51CD-F4F14157AD16} </ Data > < Data > cimv2 </ Data > < Data > 145 </ Data > < Data > 0x8004100e </ Data > </ EventData ></DataItem >
Thank you so much for assisting I am in a bind here.
- Edited by bigbluestar Tuesday, July 21, 2015 11:54 PM
Sorry my mistake the product is SCOM. Its a wmi rule. The rule is running against a agent managed win 2012 server. The scom action account has administrator privilege on that server. I can run the wmi query remotely from the scom server to target with no issues using the scom action account. however scom server reports the error in the subject.
Alert context
Time window start | 7/21/2015 7:28:33 PM |
Time window end | 7/21/2015 8:28:32 PM |
Time First | 7/21/2015 7:28:33 PM |
Time Last | 7/21/2015 7:39:30 PM |
Count | 3 |
Context
|
|
Event Data:
< DataItem type =" System.XmlData " time =" 2015-07-21T19:39:30.0237093-04:00 " sourceHealthServiceId =" 2A56B99C-6490-A768-BA63-A87379586170 " > < EventData > < Data > Ninja Monitor </ Data > < Data > MomUIGeneratedRule7808a3993d3d429f9bf68fe7aacd9afa </ Data > < Data > DATA.techninja.local </ Data > < Data > {7A37EAC5-9001-946C-51CD-F4F14157AD16} </ Data > < Data > cimv2 </ Data > < Data > 145 </ Data > < Data > 0x8004100e </ Data > </ EventData ></DataItem >
Thank you so much for assisting I am in a bind here.
- Edited by bigbluestar Tuesday, July 21, 2015 11:54 PM
Not sure if this will address your problem, but following Kevin Holman Example, from his blog http://blogs.technet.com/b/kevinholman/archive/2008/07/02/collecting-and-monitoring-information-from-wmi-as-performance-data.aspx
your Value should be $Data/Property[@Name='FreeSpace']$
The query I used,SELECT FreeSpace FROM Win32_LogicalDisk WHERE DeviceID='C:'
try that out and let us know.