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

Alertmanager API version fix(prometheus 3) #530

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Nov 17, 2024

  1. Update prometheus.yml

    bump alermanager api to v2 due to error:
    
    time=2024-11-17T05:52:03.562Z level=ERROR source=main.go:601 msg="Error loading config (--config.file=/etc/prometheus/prometheus.yml)" file=/etc/prometheus/prometheus.yml err="parsing YAML file /etc/prometheus/prometheus.yml: expected Alertmanager api version to be one of [v2] but got v1"
    
    Signed-off-by: Anatoly Kolpakov <[email protected]>
    axxyhtrx authored Nov 17, 2024
    Configuration menu
    Copy the full SHA
    90192cf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from axxyhtrx/upAlertManager

    Change for Alertmanager api.
    axxyhtrx authored Nov 17, 2024
    Configuration menu
    Copy the full SHA
    4409a8f View commit details
    Browse the repository at this point in the history