Thanks a lot Stuart for the valuable information. On Tuesday, April 20, 2021 at 8:41:05 PM UTC+5:30 Stuart Clark wrote:
> On 2021-04-20 15:35, Mohan wrote: > > Hi Stuart, Thanks for the information. > > > > We have internal web server that supports SOAP post method to recieve > > and send the message to communicator group. Will this would be > > sufficient? > > > > You need something which accepts the webhook calls (the details of what > the web requeat looks like can be seen here: > https://prometheus.io/docs/alerting/latest/configuration/#webhook_config) > and then does whatever is needed to distribute the alert to your > communicator group. > > It could be hosted on that internal web server if wanted, and can be > written in whichever programming language you wish. > > One thing to think of however is that an outage with that web server > would cause alerts to stop appearing - so make sure you have things > correctly monitored & a correct level of High Availability/isolation as > needed. > > -- > Stuart Clark > -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/2a64a3b8-bbb9-43bf-9253-9c11bf561b70n%40googlegroups.com.

