Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.85 KB

pagerduty.md

File metadata and controls

37 lines (27 loc) · 1.85 KB

PagerDuty

Table of content

Configuration

Setting Env var Default value Description
pagerduty.routingkey PAGERDUTY_ROUTINGKEY Pagerduty Routing Key, if not empty, Pagerduty output is enabled
pagerduty.region PAGERDUTY_REGION us Pagerduty Region (us, eu)
pagerduty.minimumpriority PAGERDUTY_MINIMUMPRIORITY "" (= debug) Minimum priority of event for using this output, order is emergency,alert,critical,error,warning,notice,informational,debug or ""

Note

The Env var values override the settings from yaml file.

Example of config.yaml

pagerduty:
  routingkey: "" # Pagerduty Routing Key, if not empty, Pagerduty output is enabled
  region: "us" # Pagerduty Region, can be 'us' or 'eu' (default: us)
  minimumpriority: "" # minimum priority of event for using this output, order is emergency|alert|critical|error|warning|notice|informational|debug or "" (default)

Additional info

Screenshots