Alarms are not generated and actions are not executed even when they are associated to an attribute of monitor.
Reason: Alarms and Actions will not be executed when the severity remains the same.
Solution: Alarms are generated and corresponding actions are executed if the severity changes (previous severity and current severity are different).
New to ADSelfService Plus?
Related Articles
Attribute violated threshold, but alarms were not generated
1.) Ensure that thresholds have been associated for the attribute and that there are no business hours restriction configured for it. For example, if the CPU utilisation of the server exceeded the permissible levels, navigate to Monitor → Configure ...
Script/Custom Monitors - Alarms configured for Table rows were missing
In the Applications manager , users have the ability to manage the table rows of a script or custom monitor type according to their specific requirements. This can be done by enabling the "Enable Script Row Deletion" option. For example, let's ...
Self monitor Applications Manager using Real User Monitoring
We can monitor the Applications Manager using Real User Monitoring with a Java Script injection and this can be used to measure the Applications Manager's performance continuously. All you need is to install and setup the Real User Monitoring (RUM) ...
Action details using Query
Email Action Details : SELECT AM_ACTIONPROFILE.ID AS ACTION_ID, NAME AS ACTION_NAME, FROMADDRESS, TOADDRESS FROM AM_ACTIONPROFILE LEFT JOIN AM_EMAILACTION ON AM_ACTIONPROFILE.ID = AM_EMAILACTION.ID WHERE AM_ACTIONPROFILE.TYPE = 1 Action Association ...
Troubleshooting URL Monitor
When configuring a URL monitor in Applications Manager, you might encounter several errors related to accessibility, configuration, or server-side issues. Below are common errors along with step-by-step troubleshooting instructions to help you ...