We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
I have to publish alerts to differents Mattermost channels.
Configuration could be like this:
The text was updated successfully, but these errors were encountered: