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

[FEATURE REQUEST] Possibility to define multiple times same alerting type #207

Closed
philippe-granet opened this issue Nov 25, 2021 · 1 comment

Comments

@philippe-granet
Copy link

I have to publish alerts to differents Mattermost channels.
Configuration could be like this:

alerting:
  mattermost1:
    type: mattermost
    webhook-url: "http://**********/hooks/webhook1"
  mattermost2:
    type: mattermost
    webhook-url: "http://**********/hooks/webhook2"

endpoints:
  - name: website1
    url: "https://twin.sh/health"
    alerts:
      - name: mattermost1
        enabled: true
  - name: website2
    url: "https://github.com/TwiN/gatus"
    alerts:
      - name: mattermost2
        enabled: true
@TwiN
Copy link
Owner

TwiN commented Nov 25, 2021

Duplicate of #96
React with 👍 on the issue above to increase the odds that I'll implement it.

In the mean time, you could try using pings in the alert description to bring the attention of specific groups to specific alerts.

@TwiN TwiN marked this as a duplicate of #96 Nov 25, 2021
@TwiN TwiN closed this as completed Nov 25, 2021
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

No branches or pull requests

2 participants