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

monitoring: Create prometheus rules with helm chart #9837

Merged
merged 2 commits into from
Mar 21, 2022

Commits on Mar 21, 2022

  1. monitoring: create prometheus rules with helm chart

    The prometheus rules had been previously created if the cephcluster CR
    setting monitoring.enabled was set to true. The rules were not customizable
    and therefore not flexible enough. Now the rules are installed by the helm
    chart. To customize the rules, a post-processor can be applied to the helm
    chart.
    
    Signed-off-by: Travis Nielsen <tnielsen@redhat.com>
    travisn committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    4edcff0 View commit details
    Browse the repository at this point in the history
  2. monitoring: update to the latest ceph prometheus rules

    Pick up the latest ceph prometheus rules from the ceph repo
    found at https://github.com/ceph/ceph/blob/master/monitoring/ceph-mixin/prometheus_alerts.yml.
    The updates include many new rules for monitoring of ceph.
    
    Signed-off-by: Travis Nielsen <tnielsen@redhat.com>
    travisn committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    8dd4b77 View commit details
    Browse the repository at this point in the history