Mute InfoInhibitor Alerts

Hello, I have configured the Alert Manager to send Alerts to MS Teams. Since the last Update I get annoying InfoInhibitor Alerts. Since over two weeks I am struggling with this, and still was not able to disable this notifications.

Here is my AlertmanagerConfig.yaml:

apiVersion: monitoring.coreos.com/v1alpha1
kind: AlertmanagerConfig
metadata:
name: teams
namespace: cattle-monitoring-system
spec:
receivers:
- name: teams
webhookConfigs:
- httpConfig:
tlsConfig: {}
sendResolved: true
url: >-
http://rancher-alerting-drivers-prom2teams.cattle-monitoring-system.svc:8089/v2/msteams-alert-prod-cluster
route:
groupBy:
groupInterval: 5m
groupWait: 30s
matchers:
receiver: teams
repeatInterval: 48h

I have tried to add Matchers in many different ways. I have tried to modify the teams.j2, alertmanager.yaml to suppress the info notifications. And even by modifying the helm chart values.yaml of rancher-monitoring in different ways didn’t work.

What do I have to do, to mute this very useless messages???
I hope anyone can help me here. Maybe there is somewhere a good documentation for this, but I have already invested a lot of time to read documentations, without any solution.

1 Like