- Newest
- Most votes
- Most comments
From the screenshot actually it looks like alarm is breached when your expression is greater than threshold, not lower.
Hi Dhruv,
Given the Alarm configuration and the screenshot that you have provided, they are not quite aligning with each other.
What I can suggest is to look at the Alarm History, and check that particular StateUpdate
happened at 7:40 as you mentioned to understand the reason of the triggering which could enlighten us why the alarm triggered. From the History of StateUpdate
look for section starting with below for example:
...
"newState": {
"stateValue": "ALARM",
"stateReason": "Threshold Crossed: 1 out of the last 1 datapoints [42.7118644067809 (21/01/22 13:00:00)] was greater than or equal to the threshold (40.0) (minimum 1 datapoint for OK -> ALARM transition).",
...
This section will give you explanation on how the Alarm got triggered, and by what reason. The reason data also can provide you confirmation of the Alarm configuration of the threshold and the comparison operator.
Further down information within stateReasonData like recentDatapoints
, threshold
, and evaluatedDatapoints
sections will provide further details into the StateUpdate.
Hope this helps to further troubleshoot your Alarm configuration and the state updates regarding ALARM state.
Hi Munkhbat_T,
Thanks for the detailed response.
I am adding more details below from the history section. This is for a different timeframe(24/01/2022) as compared to the 1 mentioned in the original question.
Here is the screenshot for alarm and metric value: https://ibb.co/s6RjBTH. As can be seen here, the alarm triggered at 4:12 when it was supposed to trigger at 3:49.
Here is a screenshot from the history section: https://ibb.co/6gyjkgR for the same duration(bottom rows).
Here is a screenshot of the state change data for the alarm triggering at 4:12 : https://ibb.co/7vLgPQR .
Relevant content
- asked a month ago
- asked 2 years ago
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago
I know but the expression is opposite. Here is a screenshot(https://ibb.co/Lnh0NfM) with the expression.