We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When ipmiselcollector has timeout, the alerts will trigger. However the ipmisel sometime has a small timeout.
I would like to propose to have for: 1m for ipmi sel alerts to trigger instead of for: 0m to prevent ipmi-sel timeout hitting the alerts.
for: 1m
for: 0m
The error is as below:
Jan 08 00:09:39 MACHINE01 python3[12345]: 2024-01-08 00:09:39 ERROR Command 'ipmi-sel --output-event-state --interpret-oem-data --entity-sensor-names' timed out after 30 seconds
The text was updated successfully, but these errors were encountered:
Fix: canonical#147
b6d75be
Fix: #147 (#148)
b61b1c2
* Fix: #147 * update to 1m eval time * fix unit test eval time --------- Co-authored-by: honghan <[email protected]>
Successfully merging a pull request may close this issue.
When ipmiselcollector has timeout, the alerts will trigger.
However the ipmisel sometime has a small timeout.
I would like to propose to have
for: 1m
for ipmi sel alerts to trigger instead offor: 0m
to prevent ipmi-sel timeout hitting the alerts.The error is as below:
The text was updated successfully, but these errors were encountered: