Docs: Updated README.md to include links to receiver integrations (#2996)
* Docs: Minor update to README.md to include links to receiver integrations Updated receiver integrations with links to their landing pages for easier reference and accessibility. Signed-off-by: sunb3am <57086182+sunb3am@users.noreply.github.com> * Added link to integrations in documentation Added a link to the integrations in our documentation for ease of access. Signed-off-by: sunb3am <57086182+sunb3am@users.noreply.github.com> * Added receiver integrations link Signed-off-by: sunb3am <57086182+sunb3am@users.noreply.github.com> * README.md: preserve Oxford comma :) Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md with clearer language Rephrased receiver integrations text in README Co-authored-by: Simon Pasquier <spasquie@redhat.com> Signed-off-by: sunb3am <57086182+sunb3am@users.noreply.github.com> Signed-off-by: sunb3am <57086182+sunb3am@users.noreply.github.com> Signed-off-by: Simon Pasquier <spasquie@redhat.com> Co-authored-by: Simon Pasquier <spasquie@redhat.com>
This commit is contained in:
parent
8f95ee907b
commit
346f890b70
|
@ -3,7 +3,7 @@
|
|||
[![Docker Repository on Quay](https://quay.io/repository/prometheus/alertmanager/status "Docker Repository on Quay")][quay]
|
||||
[![Docker Pulls](https://img.shields.io/docker/pulls/prom/alertmanager.svg?maxAge=604800)][hub]
|
||||
|
||||
The Alertmanager handles alerts sent by client applications such as the Prometheus server. It takes care of deduplicating, grouping, and routing them to the correct receiver integrations such as email, PagerDuty, or OpsGenie. It also takes care of silencing and inhibition of alerts.
|
||||
The Alertmanager handles alerts sent by client applications such as the Prometheus server. It takes care of deduplicating, grouping, and routing them to the correct [receiver integrations](https://prometheus.io/docs/alerting/latest/configuration/#receiver) such as email, PagerDuty, OpsGenie, or many other [mechanisms](https://prometheus.io/docs/operating/integrations/#alertmanager-webhook-receiver) thanks to the webhook receiver. It also takes care of silencing and inhibition of alerts.
|
||||
|
||||
* [Documentation](http://prometheus.io/docs/alerting/alertmanager/)
|
||||
|
||||
|
|
Loading…
Reference in New Issue