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

fix(alerts): Increase duration before redfish alerts get triggered #194

Merged

Conversation

dashmage
Copy link
Contributor

@dashmage dashmage commented Mar 21, 2024

Increase the duration before which redfish alerts get triggered. This prevents false alerts during ocassional flapping.

Fixes #146

@dashmage dashmage requested a review from a team as a code owner March 21, 2024 14:13
Increase the duration before which redfish alerts get triggered. This
prevents false alerts during ocassional flapping.
@dashmage dashmage force-pushed the bseng-1879-redfish-alerts-duration branch from 0af9a10 to 70e6cdd Compare March 21, 2024 14:18
@dashmage dashmage self-assigned this Mar 21, 2024
Copy link
Contributor

@jneo8 jneo8 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

I would like to have +1 from issue reporter. Can you ask for their approve?

@err404r
Copy link

err404r commented Mar 22, 2024

This will solve the issue described in the first comment, but it would be nice to add the same duration for all alerts based on IPMI tool because it is affected by the same issues. Is it possible to do that within the same PR?

@dashmage
Copy link
Contributor Author

dashmage commented Mar 22, 2024

This will solve the issue described in the first comment, but it would be nice to add the same duration for all alerts based on IPMI tool because it is affected by the same issues. Is it possible to do that within the same PR?

As discussed, I'll take this up as part of another PR 😄

Edit: Created an issue for it - #197

@dashmage dashmage merged commit 86f0d7e into canonical:master Mar 22, 2024
5 checks passed
@dashmage dashmage deleted the bseng-1879-redfish-alerts-duration branch March 22, 2024 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Redfish sensors based alerts has no duration so could flapping when the value is fluctuating around max value.
4 participants