diff --git a/.github/workflows/monitor.yml b/.github/workflows/monitor.yml index d8ea1ec..995b623 100644 --- a/.github/workflows/monitor.yml +++ b/.github/workflows/monitor.yml @@ -24,6 +24,8 @@ jobs: --form-string "title=🔴 $NAME Alert" \ --form-string "message=⚠️ $URL is down ($STATUS) at $TIME" \ --form-string "priority=2" \ + --form-string "retry=60" \ + --form-string "expire=600" \ https://api.pushover.net/1/messages.json else echo "✅ $NAME is up: $STATUS"