fix: only overwrite severity for alarm being raised not cleared
This commit is contained in:
parent
a45848733e
commit
9e7298478d
1
app.py
1
app.py
@ -125,6 +125,7 @@ def handler(event, context):
|
|||||||
msg_type = notify_map[msg["NewStateValue"].lower()]
|
msg_type = notify_map[msg["NewStateValue"].lower()]
|
||||||
|
|
||||||
# Reduce severtity for CPUCredit Alarms to Warning
|
# Reduce severtity for CPUCredit Alarms to Warning
|
||||||
|
if msg_type == apprise.NotifyType.FAILURE:
|
||||||
if msg["Trigger"]["MetricName"] == "CPUSurplusCreditBalance":
|
if msg["Trigger"]["MetricName"] == "CPUSurplusCreditBalance":
|
||||||
msg_type = apprise.NotifyType.WARNING
|
msg_type = apprise.NotifyType.WARNING
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user