Hi everyone,
I'm new here but maybe not the only one who is wondering about the following issue ;)
currently I'm trying to create a new Management Pack to use in a demo environment as a proof of concept.
The Idea: I'm using OpsMgr 2007 R2 to monitor several VMs, including a VMM 2008 R2 RC VM and an IIS7 (on 2008 R2 RC).
Now I began to create a Management Pack with the following settings:
- I targeted a "Virtual Machine as PRO Target" (Since I want to use the
Alerts generated by this particular MP to create PRO Tipps and
implement them automatically on VMM-Side)
- Parent monitor is "Performance" and [x] enabled
- I used a WMI Query with the root\cimv2 namespace and the following
query: select * from Win32_PerfFormattedData_W3SVC_WebService,
CurrentConnections
==> When the current connections for IIS exceed a particular
threshold (to be overidden for any particular purpose) I want to
generate a PRO Tipp to initiate a rollout of a second IIS server in the
VMM Library that is to be configured as a supporting cluster node for
the IIS
- Frequency for the WMI query was set to 30(!) seconds. I know that way
too frequent, but again: It's a proof of concept for a demo environment
- Now the part comes where I started wondering: The performance mapper.
What Object, Counter, Instance and Value should I target?
I'd appreciate any hint you have.
Thanks in advance! :-)
Kind regards,
Frank