Skip to content

Allow alertmanager alert routing to email/webhook#1228

Merged
ArnobKumarSaha merged 7 commits intomasterfrom
alertmanager-email-routes
Apr 9, 2026
Merged

Allow alertmanager alert routing to email/webhook#1228
ArnobKumarSaha merged 7 commits intomasterfrom
alertmanager-email-routes

Conversation

@samiulsami
Copy link
Copy Markdown
Member

@samiulsami samiulsami commented Mar 27, 2026

Allows Alertmanager to fan out alerts to email/webhook as configured in the values.yaml

Example:

helm:
  releases:
    opscenter-features:
      values:
        helm:
          releases:
            monitoring-operator:
              values:
                alertmanager:
                  email:
                    enabled: true
                    to: user+alertmanager@domain.com
                    from: user@domain.com
                    smarthost: smtp.domain.com:587
                    authUsername: user@domain.com
                    password: <your app password>
                    requireTLS: true
                    sendResolved: true
                  webhook:
                    enabled: false
                    url: ""
                    sendResolved: true

For Gmail testing:


Requires these PRs:

@samiulsami samiulsami marked this pull request as draft March 30, 2026 04:51
@samiulsami samiulsami force-pushed the alertmanager-email-routes branch 2 times, most recently from 7a8a274 to 02f97f7 Compare March 31, 2026 09:42
@samiulsami samiulsami marked this pull request as ready for review March 31, 2026 10:39
@samiulsami samiulsami changed the title wip: allow alertmanager alert routing to email/webhook Allow alertmanager alert routing to email/webhook Mar 31, 2026
@samiulsami samiulsami force-pushed the alertmanager-email-routes branch 2 times, most recently from 81f78c0 to 6511580 Compare March 31, 2026 11:10
@samiulsami samiulsami force-pushed the alertmanager-email-routes branch 2 times, most recently from 5f2e2e3 to 87d43fc Compare April 1, 2026 11:11
operator

Signed-off-by: sami <sami@appscode.com>
operator

Signed-off-by: sami <sami@appscode.com>
@samiulsami samiulsami force-pushed the alertmanager-email-routes branch from 87d43fc to d6dfba2 Compare April 7, 2026 08:03
Secret creation moved to open-viz/installer

Signed-off-by: sami <sami@appscode.com>
Signed-off-by: sami <sami@appscode.com>
Signed-off-by: sami <sami@appscode.com>
Signed-off-by: sami <sami@appscode.com>
@ArnobKumarSaha ArnobKumarSaha merged commit 359e7af into master Apr 9, 2026
8 checks passed
@ArnobKumarSaha ArnobKumarSaha deleted the alertmanager-email-routes branch April 9, 2026 04:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants