-
Hi Team,
I configured the alertmanager cluster as per the docs (with a replica of 2) and configured ruler to point to the alertmanager headless service. But I am getting EOF on ruler and the alertm…
-
In Go JSON marshalling is case insensitive, e.g. it successfully unmarshals the following JSONs
```json
{ "testField" : "test" }
{ "testfield" : "test" }
{ "TESTFIELD" : "test" }
```
into a str…
-
I've just run alertmanager-bot in docker swarm cluster + traefik and have got this error:
```
2020/08/28 20:21:14 http: panic serving 10.0.1.135:36598: runtime error: invalid memory address or nil…
-
I would like to be able to configure grafana's use of internal/external alertmanagers. IE send alerts to only external alertmanagers. This is currently not possible with this provider :(
-
The bundled nginx that comes in the helm chart doesn't expose all debug endpoints, [only some](https://github.com/grafana/mimir/blob/38c20ec18dcb6150d8a49145b995283c933b2cc6/operations/helm/charts/mim…
-
I have a Kubernetes cluster installed on AWS EKS version 1.25. I installed krr on my local computer with brew. I am publishing the Prometheus service with port forwarding, and while krr reports that i…
-
**What happened**:
Install volcano monitoring system doesn't have **alertmanager.monitoring.svc**
**What you expected to happen**:
have full monitoring install steps, don't need to manully i…
-
### Bug Description
In the scenario where Alertmanager is related to something, in this example Prometheus, and the remote charm is removed, the next `update-status` event causes alertmanager to go i…
-
**Why is this needed**:
To mute alerts directly from the alert list.
In the `/alerting/groups` view, a silence button is present, making this unintuitive and confusing for users.
**What would…
-
I want to modify subject and body of email-alert sent by Alertmanager . I have tried to change the default config-map of alertmanager (manifest/alertmanager/alertmanager-templates.yaml) .But it seems …