Besides the generic options listed below, actions have additional options that are specific to their type. Actions control what happens when an alarm (check) or event (report) is triggered.
name | example | optional | default |
---|---|---|---|
disable | true |
✔ | false |
name | "Foobar" |
❌ | |
timeout | 3 |
✔ | 10 |
placeholders | {"internal_action_id" = "id_foobar"} |
✔ | |
filter | {type = "Average", window_size = 16 } |
✔ | |
type | "Email" |
❌ |
If true
, the action is disabled and will not be triggered.
The name of the action. It is used for logging and the action_name
placeholder.
Must be unique.
The maximum time in seconds an action may take to finish its execution before being interrupted.
Custom placeholders that will be merged with ones of the check/alarm.
Filter to transform the measurement data using a transformation function.
Type of the check as listed below. This determines which specific check and alarm options are available.
One of:
Name of the action that was triggered.