If you have already checked out our RapidWatcher product (you should! :), you are already familiar with how it can help you monitor various systems and take actions accordingly. You should also be familiar with RapidWatcher's status updates in the form of an RSS feed.
In this post, I will explain how an RSS feed from RapidWatcher can be used to create notifications in the Smarts server with the help of a simple RapidConnector adapter. The example can be modified to feeds other than RapidWatcher.
Building the solution
Once you have your RapidWatcher up and running, you can get the status information on managed systems by accessing the RSS feed URL (http://localhost:9191/RapidWatcher/ManagedObject/rssFeed) using a feed reader or browser. To see how a feed looks like, you can take a look at the RSS feed from the RapidWatcher demo.More...
RSS feed is of course an alternative to getting the same information via the web based user interface or the web services API.Here is a sample RSS feed from RapidWatcher.
read more »

