diff options
Diffstat (limited to 'docs/alerting.md')
-rw-r--r-- | docs/alerting.md | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/docs/alerting.md b/docs/alerting.md index 8f8573d..de8d6a9 100644 --- a/docs/alerting.md +++ b/docs/alerting.md @@ -1,12 +1,13 @@ # Alerting -Alerts are signals from [Monitors][1] to perform actions. -Alerts MUST be _meaningful_ and _actionable_. +Alerts are signals from [Monitors][1] to perform actions. Alerts MUST +be _meaningful_ and _actionable_. -**Meaningful**: Alert only on montiors which indicate a problem. -(See [Monitoring][1] subsection "Saturation".) +**Meaningful**: Alert only on montiors which indicate a problem. (See +[Monitoring][1] subsection "Saturation".) -**Actionable**: Alerts MUST always include a corresponding action to resolve or investigate the underlying condition. +**Actionable**: Alerts MUST always include a corresponding action to +resolve or investigate the underlying condition. ## Requirements @@ -14,8 +15,8 @@ Alerts MUST be _meaningful_ and _actionable_. - Alerts MUST begin with [PagerDuty][2]. - Alert notifications MAY forward to Slack. - Alert notifications MAY forward via Email. -- Alerts MUST NOT deduplicate automatically. - A human MAY aggregate alerts if unknown dependencies provide alerts during an incident. +- Alerts MUST NOT deduplicate automatically. A human MAY aggregate + alerts if unknown dependencies provide alerts during an incident. [1]: monitoring.md [2]: https://www.pagerduty.com/ |