Alarms from Applications Manager escalate to the wrong server

Alarms from Applications Manager escalate to the wrong server

Troubleshooting Steps:

Note: Alarm from Applications Manager Plugin will be escalated to OpManager only if the following option is enabled in Plugin.

  • Under the Admin Tab, go to Action / Alarm settings and Enable the option “Enable Alarm notifications to OpManager Server”

  • Check the hostname/ipaddress of the server containing the monitor which is having alert.

  • The server containing the monitor should be added as server monitor in Applications Manager

  • Also the same server should be added as device monitor in OpManager.

  • If both OpManager and Applications Manager having the server as monitor, but the alarm is not getting escalated, then check for the following debug prints in “action.txt” file in logs folder


Print 1-
AMActionExecutor: EscalateAlarmsToOPM: final parentHost:
Above print will display the server name of the monitor, to which the alarm is going to escalate in OpManager

Print 2 -

AMActionExecuter : escalteAlarmToOpm: Alarm Details ::
Above print will display the alarm properties set in Applications Manager and send it to OpManager. Property contain alarm message, alarm code, HostName to which alarm need to be escalated, etc.

Print 3 -

AMActionExecutor: EscalateAlarmToOPM:
Above print will show the response received from OpManager.
Print 4 -
AMActionExecutor: EscalateAlarmsToOPM: skipping escalation as parentHost value =
Above print will occur if the server containing the monitor is not present in Applications Manager as a Server monitor

                  New to ADManager Plus?

                    New to ADSelfService Plus?

                      • Related Articles

                      • Applications Manager is not collecting data from Tomcat Server.

                        If the proxy settings are configured wrong, then Tomcat Data collection will not happen correctly as Applications Manager uses HTTP requests for data collection from Tomcat Server. Check if you are able to access the Tomcat Server from browser in ...
                      • Data Retention in Applications Manager

                        Following are the different types of data that are retained for generating reports in Applications Manager: Attribute data Polled data This comprises of the data collected for the attributes in each poll of the monitor. This data is used to generate ...
                      • Troubleshooting Bad Request and Internal Server error

                        Bad Request & Internal Server error When the server of URL cannot understand the request it has received it responds with a Bad request or a malformed syntax error message. If there is an error in processing the request received by the server, it ...
                      • Troubleshooting Server Authentication Failures in Applications Manager

                        If you encounter authentication failures in server monitors in Applications Manager, refer and choose the links from the below list to troubleshoot the issue. You can choose the troubleshooting steps based on the type of authentication failure. ...
                      • How to check server availability in Applications Manager?

                        You can check the availability of a server in Applications Manager using two methods: Ping Command: 1. Open command prompt in the machine in which you have installed Applications Manager. 2. Execute the following command: ping <IP ADDRESS/HOSTNAME> ...