Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Notifier alertmanager is not supported #1548

Closed
andrejshapal opened this issue May 22, 2024 · 0 comments · Fixed by #1549
Closed

[Bug] Notifier alertmanager is not supported #1548

andrejshapal opened this issue May 22, 2024 · 0 comments · Fixed by #1549
Labels
bug Something isn't working triage/accepted Indicates an issue or PR is ready to be actively worked on.

Comments

@andrejshapal
Copy link

andrejshapal commented May 22, 2024

Describe the bug

Contact point failed to be applied for 1 out of 1 instances. Errors:
- monitoring/grafana-risk-and-integrity: creating contact point: [POST /v1/provisioning/contact-points][400] postContactpointsBadRequest {"message":"invalid object specification: failed to validate integration \"Prometheus Alertmanager\" (UID cf1b56c2-8d48-4b4e-a3cc-aa5033910589) of type \"alertmanager\": notifier alertmanager is not supported"}

Version
v5.9.0

To Reproduce
Steps to reproduce the behavior:

apiVersion: grafana.integreatly.org/v1beta1
kind: GrafanaContactPoint
metadata:
  name: prometheus-alertmanager
spec:
  instanceSelector:
    matchLabels:
      instance: grafana-risk-and-integrity
  name: Prometheus Alertmanager
  type: alertmanager
  settings:
    url: http://kube-prometheus-stack-alertmanager.monitoring.svc:9093

Expected behavior
Correct type is: prometheus-alertmanager

Suspect component/Location where the bug might be occurring
This MR: https://github.com/grafana/grafana-operator/pull/1474/files

Grafana 10.4.2

@andrejshapal andrejshapal added bug Something isn't working needs triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels May 22, 2024
@weisdd weisdd added triage/accepted Indicates an issue or PR is ready to be actively worked on. and removed needs triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage/accepted Indicates an issue or PR is ready to be actively worked on.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants