Deadcheck - Configuration

Configuring Deadcheck

Deadcheck can be easily configured via a config.yaml file. Below is an example configuration:

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"

Basic Configuration

alert:
  pagerduty:
    apiKey: "string"
    escalationPolicy: "string"
    [ from: "string" ]
  slack:
    apiToken: "string"
    channelID: "string"