Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/en/monitors/notify/variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The following conditional variables are available:
| `{{^is_recovery}}` | The monitor does not recover from `ALERT`, `WARNING`, `UNKNOWN`, or `NO DATA` |
| `{{#is_warning_recovery}}` | The monitor recovers from `WARNING` to `OK` |
| `{{^is_warning_recovery}}` | The monitor does not recover from `WARNING` to `OK` |
| `{{#is_alert_recovery}}` | The monitor recovers from `ALERT` to `OK` |
| `{{#is_alert_recovery}}` | The monitor recovers from `ALERT` to `WARNING` or `OK` |
| `{{^is_alert_recovery}}` | The monitor does not recover from an ALERT to OK |
| `{{#is_alert_to_warning}}` | The monitor transitions from `ALERT` to `WARNING` |
| `{{^is_alert_to_warning}}` | The monitor does not transition from `ALERT` to `WARNING` |
Expand Down
Loading