Skip to content

Commit

Permalink
fix: changing check alive alerts to warning
Browse files Browse the repository at this point in the history
If it's really important, it will have other checks
  • Loading branch information
amunchet committed Dec 7, 2023
1 parent e423fd6 commit defa607
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion backend/alive.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,11 @@ def check_all_hosts():

if not result:
watcher.send_alert(
"Check Alive", alive_type, host_name, summary=summary
"Check Alive",
alive_type,
host_name,
summary=summary,
severity="warning"
)


Expand Down

0 comments on commit defa607

Please sign in to comment.