How can I use the Custom Component notification feature of AppMetrics?
AppMetrics comes with a sample component already configured to respond to alerts. This feature is described in the AppMetrics documentation in Chapter 3, Page 36. The sample component is called XSNotification.wsc, and it is in this subdirectory: yourdrive:\Program Files\Xtremesoft\AppMetrics for Transactions\ The work done by the sample component is purely for illustration purposes it writes out the parameters that have been passed to it into a log file (c:\xsnotificationLogFile.log). The work that you want the component to do is customizable by you There is a sample vbscript that demonstrates interacting with COM+ published by Microsoft here: Google Groups Link The work you want done is sometimes on the application server, where your application and our agent reside. In that case, the component that the AppMetrics Manager invokes will in turn need to invoke a script on the application server machine.