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

Features: Adds colors configuration of Alertmanager bridge; Adds a new RSS feed reader bot #596

Draft
wants to merge 25 commits into
base: main
Choose a base branch
from

Conversation

jessebot
Copy link
Collaborator

@jessebot jessebot commented Jul 16, 2024

Description

In draft during testing. After that, we'll fill out this description further.

RSS

We're currently testing out adding an RSS feed reader bot to this chart. More to come soon!

Alertmanager

You can now set the default colors used for message formatting when using the Alertmanager bridge:

bridges:
  alertmanager:
    config:
      # default HEX color codes to use for alert severity text
      colors:
        # -- HEX color code to use for critical alerts
        critical: "#f2748a"
        # -- HEX color code to use for error alerts
        error: "#f289f9"
        # -- HEX color code to use for warning alerts
        warning: "#fdcd36"
        # -- HEX color code to use for info alerts
        info: "#7aa2f7"
        # -- HEX color code to use for recovered alerts
        recovered: "#a8fd57"
        # -- HEX color code to use for default alerts
        default: "#585858"

Relates to

@jessebot jessebot added the enhancement New feature or request label Jul 16, 2024
@jessebot jessebot self-assigned this Jul 16, 2024
@jessebot jessebot changed the title adding colors configuration of alertmanager and adding new rss bot Features: Adds colors configuration of Alertmanager bridge; Adds a new RSS feed reader bot Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant