|
|
@ -37,8 +37,8 @@ class MattermostController extends AbstractController |
|
|
|
* Send message to a mattermost chat from alertmanager. |
|
|
|
* |
|
|
|
* Docs <br> |
|
|
|
* - https://prometheus.io/docs/alerting/latest/configuration/#webhook_config <br>
|
|
|
|
* - https://docs.mattermost.com/developer/webhooks-incoming.html |
|
|
|
* - <a href="https://grafana.com/docs/grafana/latest/alerting/old-alerting/notifications/#webhook" target="_blank">alertmanager</a> <br> |
|
|
|
* - <a href="https://docs.mattermost.com/developer/webhooks-incoming.html" target="_blank">mattermost</a> <br> |
|
|
|
* |
|
|
|
* @Route("/api/v1/send_message/alertmanager", methods={"POST"}) |
|
|
|
* @OA\Tag(name="mattermost") |
|
|
@ -78,8 +78,8 @@ class MattermostController extends AbstractController |
|
|
|
* Send message to a mattermost chat from grafana. |
|
|
|
* |
|
|
|
* Docs <br> |
|
|
|
* - https://grafana.com/docs/grafana/latest/alerting/old-alerting/notifications/#webhook <br>
|
|
|
|
* - https://docs.mattermost.com/developer/webhooks-incoming.html |
|
|
|
* - <a href="https://grafana.com/docs/grafana/latest/alerting/old-alerting/notifications/#webhook" target="_blank">grafana</a> <br> |
|
|
|
* - <a href="https://docs.mattermost.com/developer/webhooks-incoming.html" target="_blank">mattermost</a> <br> |
|
|
|
* |
|
|
|
* @Route("/api/v1/send_message/grafana", methods={"POST"}) |
|
|
|
* @OA\Tag(name="mattermost") |
|
|
|