projectcontour / gimbal

Gimbal is an ingress load balancing platform capable of routing traffic to multiple Kubernetes and OpenStack clusters. Built by Heptio in partnership with Actapio.
https://github.com/projectcontour/gimbal
Apache License 2.0
661 stars 92 forks source link

Alertmanager docs #21

Open stevesloka opened 6 years ago

stevesloka commented 6 years ago

Should have examples on how to test alerts on Alert manager so once it's deployed initially, users can validate it is functioning correctly.

Bradamant3 commented 6 years ago

is this page of the Alertmanager docs relevant? https://prometheus.io/docs/alerting/configuration/

We should document the minimum gimbal-specific config and point to the upstream prometheus/Alertmanager docs as much as possible (longterm maintenance issues otherwise)

alexbrand commented 6 years ago

I think it is relevant in that it tells you the format of Alertmanager's config file. However, it doesn't tell you where exactly in the gimbal deployment YAML files to add that configuration.