ARM Server

Alert Resolution Manager (ARM) server is a Java web application consisting of the following parts and features:

  • Tomcat servlet container with two main applications
    • ARM Server – consists of methods that are able to communicate with the engine, and receive processed messages and alerts.  Also, has ability to send notification alert to the designated users.
    • ARM Client – consists of methods that can serve the data to the ARM Flex client application. Transactions, messages, alerts and statistics are passed using XML. Furthermore, this application allows the user to resolve the alerts.
  • ARM Database – this database consists of all processed transactions, messages and alerts.  Also, keeps track of the any resolutions but users.

This setup allows for very flexible deployment. Custom applications can be build, that would completely replace both of these applications. The ARM Database can be harvested to generate varies reports and dashboards.