You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to request the enhancement of the Ansible role for Alertmanager to support the time_intervals feature in its configuration. This feature allows specifying time-based intervals for alert management, and it would be a valuable addition to the existing functionality.
Here is an example of how the time_intervals could be structured in YAML configuration:
I recommend introducing new variables, possibly named alertmanager_time_intervals, and updating the Ansible template to accommodate this new configuration option.
Thank you for considering this enhancement request, and please let me know if you need any further information or assistance in implementing this feature.
The text was updated successfully, but these errors were encountered:
I'd like to request the enhancement of the Ansible role for Alertmanager to support the
time_intervals
feature in its configuration. This feature allows specifying time-based intervals for alert management, and it would be a valuable addition to the existing functionality.Here is an example of how the
time_intervals
could be structured in YAML configuration:The proposed enhancement is based on the Prometheus Alerting Configuration documentation, specifically detailed here: Prometheus Alerting Configuration - time_interval.
I recommend introducing new variables, possibly named
alertmanager_time_intervals
, and updating the Ansible template to accommodate this new configuration option.Thank you for considering this enhancement request, and please let me know if you need any further information or assistance in implementing this feature.
The text was updated successfully, but these errors were encountered: