ReferenceDriverPagerdutyAlert Task

PagerDuty Alert Task

Learn how to configure PagerDuty alert tasks in Synnax.

For task lifecycle management, see the Task Basics page.

Task Configuration Reference

ParameterTypeRequiredDefaultDescription
namestringYes-Human-readable task name
routing_keystringYes-32-character PagerDuty Events API v2 Integration Key
auto_startbooleanNofalseAutomatically start the task after configuration
alertsarrayYes-List of alert configurations

Alert Configuration Reference

Each alert maps a Synnax status key to a PagerDuty event. At least one alert must be enabled.

ParameterTypeRequiredDefaultDescription
statusstringYes-The Synnax status key to watch
enabledbooleanNotrueWhether this alert is active
treat_error_as_criticalbooleanNofalseMap error variant to critical PagerDuty severity instead of error
componentstringNo""Component of the source machine (e.g., "engine-1")
groupstringNo""Logical grouping of components (e.g., "engines")
classstringNo""Class/type of the event (e.g., "engine-failure")

How-To

Console

Python