Skip to content

Commit

Permalink
updated alert
Browse files Browse the repository at this point in the history
  • Loading branch information
emamihe committed Nov 8, 2023
1 parent 717d80a commit 81c63f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/preemptible_checker/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ def send_alert(alertname, severity, message):
"labels": {
"domain": "parity-zombienet",
"alertname": alertname,
"severity": severity
"severity": severity,
"matrix_room": "QMnmZxkvuvLckXBUtz"
},
"annotations": {
"message": f"{message}"
},
"generatorURL": "https://grafana.parity-mgmt.parity.io/"
}
}
]
response = requests.post(url, headers=headers, json=payload)
Expand Down

0 comments on commit 81c63f0

Please sign in to comment.