Sunday, April 3, 2011

Expose webservice information to SCOM / WMI

What would be the best way to expose information from an ASP.NET webservice to SCOM or WMI? I'm interested in basically exposing performance information so the service can be monitored: ie. get a metric of calls processed per hour, total calls per day, etc.

EDIT: This would have to run under standard ASP.NET permissions

From stackoverflow
  • You'll need to write a WMI provider to expose info to WMI - there's an example on CodeProject. An alternative, possibly simpler, would be to expose some custom performance counters as outlined in this article.

0 comments:

Post a Comment