Skip to content

Commit

Permalink
📝 Add missing delay option documentation (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElioDiNino committed Apr 24, 2024
1 parent 492f32f commit 0c2a6b6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,14 @@ sites:

In the above example, if the body HTML response does **not** include "status":"UP", the site will be marked as "down". Similarly, you can use `__dangerous__body_degraded_if_text_missing` to mark the site as "degraded" instead.

### Check Delay

You can specify an optional `delay` (in milliseconds) that will occur between checking each configured endpoint. By default, there is no delay.

```yaml
delay: 2000 # 2 seconds
```

### Notifications

You can add services to send downtime notifications to, such as SMS, Slack, or email. For more information about notifications, visit the [Notifications docs](/docs/notifications) page. You can directly configure the notifications in repository secrets (environment variables).
Expand Down

0 comments on commit 0c2a6b6

Please sign in to comment.