Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

[stable/prometheus-opeartor] unable to modify CPUThrottingHigh alert configurations #14801

Closed
aliartiza75 opened this issue Jun 14, 2019 · 2 comments

Comments

@aliartiza75
Copy link
Contributor

Hello everyone,

I want to disable CPUThrottlingHigh (

) alert because it is trigging with huge frequency.

I want to do two things:

• change the threshold values(but can't do it now because it is hardcoded)
• Somehow disable this alert(suggestion: by using enable or disable flag)

Would you people (prometheus-operator-maintainer) accept a PR regarding this issue?

@richerlariviere
Copy link

Hi @aliartiza75. I have the same issue and I found some informations about it:

If you want to get rid of this alert, I found a way to do this without using inhibit rules. In Prometheus configuration, it's fine to fire an alert against an empty receiver:

Alertmanager configuration:

route:
  routes:
  - match:
      alertname: 'CPUThrottlingHigh'
    receiver: 'silent-receiver'
receivers:
  - name: silent-receiver

I don't think it's a good idea to get rid of this alert or changing the treshold values (I already tried and this does not fix the problem).

@aliartiza75
Copy link
Contributor Author

@ricardofbarros thanks for the response.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants