alertmanager
alertmanager copied to clipboard
Prometheus Alertmanager
**What did you do?** - Setup alertmanager and add group by alertname and long group_interval - Send an alert and get notified - Send another alert with the same alertname...
As an alerts traverses through the routing tree, there's a chance we fail to delivery the notification as we attempt to send it. This creates a problem where a user...
**What did you do?** While replacing Kubernetes nodes, we saw that active alerts in Alertmanager did not stick around when the new Alertmanager pods came up. We run 3 AM...
Updated receiver integrations listed in README.md with links to their landing pages for easier reference and accessibility. Signed-off-by: sunb3am
Currently the default behaviour is to generate a new, random peer id on every startup. This makes clustering a bit weird, so this commit adds in an optional cli arg...
备注
**What did you do?** I can't figure out why the Alertmanager doesn't send notifications to my Wechat agent with the same configuration but with a new agent, until I turned...
Because the secret key contains a newline symbol, an error is reported. SETP1: ```yaml apiVersion: monitoring.coreos.com/v1alpha1 kind: AlertmanagerConfig metadata: annotations: labels: kind: wechat name: cert-manager namespace: cert-manager spec: receivers: -...
Trailing newlines will almost always be present in a posixish file, so trim it away at first opportunity to prevent having invalid URLs we won't discover until a notification is...
there was a misalignment in the resolved emails from alertmanager, which has been resolved in the template.