In the last post, we've looked at how we can simply extend the ICIM model by adding new properties to existing classes. In this post, we'll go one step further and look at what we can do to take advantage of the events functionality and generate notifications in Smarts.
The objective
Monitor applications with synthetic transactions and depending on the response time, create a notification that states either the application is slow (degraded) or down.
The model changes
We will extend the ICIM_LogicalElement class since it seems to be appropriate for an application. There may be a more appropriate class but this one will do. First, the properties we need to use in monitoring:
read more »


