Configuring Deadcheck
Deadcheck can be easily configured via a config.yaml file. Below is an example configuration:
Basic Configuration
provider:
type: pagerduty
apiKey: "YOUR_PAGERDUTY_API_KEY"
serviceId: "YOUR_PAGERDUTY_SERVICE_ID"
Interval and Alerts
You can configure checks to trigger alerts after a set interval:
checks:
- id: "2pm-checkin"
name: "Reports Finalized"
schedule:
weekdays:
timezone: "America/New_York"
times: ["14:00"]
# Only allow check-ins between 13:55 and 14:05
tolerance: "5m"