diff options
author | Tyler Davis <tyler@gluecode.net> | 2025-01-31 06:07:27 +0000 |
---|---|---|
committer | Tyler Davis <tyler@gluecode.net> | 2025-01-31 06:07:27 +0000 |
commit | 97842d43cc06cdd8e298d74ad6705af4348df49a (patch) | |
tree | 0c3f2393c03824968ed16128135ca743f1353286 /docs/alerting.md | |
parent | 509fe00d541ce769c4423a072318ad47294b7763 (diff) | |
download | standards-main.tar.gz standards-main.zip |
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/ |