-
Notifications
You must be signed in to change notification settings - Fork 77
Revise 'inCondition' logic in IPMI SDR alert job. #50
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
Revise 'inCondition' logic in IPMI SDR alert job. #50
Conversation
|
Unit tests are failing: I'll fix and update the PR |
|
Unit tests fixed |
|
To make sure I'm understanding correctly from the code/your comments:
Sound right, or off the mark? |
|
👍 |
|
@benbp Your understanding is correct. This is a little different from the original logic we requested, but reduces the probability of missing events. LTAE has logic that understands alert uniqueness so it will not log a new alert each time the poller runs. |
|
👍 |
|
@brianparry sounds good. Note that we still have the same missed event probability for |
…nges Revise 'inCondition' logic in IPMI SDR alert job.
Test updates, minor fixes to TaskGraph
…ster * commit '0e729dcaf0f164ad3cfdea9a193a5a984e7f208a': MAG-55 Add chassis poller to default and remove power and uid poller
fix houndci false alarm about undefined variable
This diff makes the following changes to the IPMI SDR poller.
@RackHD/corecommitters @benbp @VulpesArtificem