This website requires JavaScript.
Explore
Help
Register
Sign In
admin_tan
/
infra
Watch
0
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
cf748339256ff93e5d5c527fecc2512ca34d6cbb
infra
/
14_infra-assistant
/
api
/
alerts
/
policy.py
T
3 lines
84 B
Python
Raw
Normal View
History
Unescape
Escape
init stacks
2026-03-21 14:12:55 +01:00
def
should_alert
(
incident
):
return
incident
[
"severity"
]
in
(
"high"
,
"critical"
)
Reference in New Issue
Copy Permalink