mirror of
https://forgejo.altau.su/lego/lego-monitoring.git
synced 2026-03-10 04:41:10 +00:00
do not send reminder alerts
This commit is contained in:
parent
5c57e1765e
commit
13fd4b05d9
1 changed files with 3 additions and 2 deletions
|
|
@ -75,6 +75,7 @@ class BaseChecker:
|
|||
for alert in alerts:
|
||||
await send_alert(alert, note="ongoing")
|
||||
|
||||
if not self.is_reminder:
|
||||
for alert in alerts:
|
||||
await send_healthchecks_status(alert)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue