canonical / hardware-observer-operator

A charm to setup prometheus exporter for IPMI, RedFish and RAID devices from different vendors.
Apache License 2.0
7 stars 14 forks source link

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

Closed dashmage closed 4 months ago

dashmage commented 4 months ago

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

Fixes #146

err404r commented 4 months ago

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 commented 4 months ago

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 :smile:

Edit: Created an issue for it - https://github.com/canonical/hardware-observer-operator/issues/197