Closed prasenforu closed 7 years ago
Found the solution.
What is the solution if you can share. I am looking for same.. thanks.
I tried with webhook which will execute script.
In that script I call ServicesNow api using curl.
Thanks @prasenforu. Would you share that webhook and api? I am totally new to this.
Still not getting how you doing multiple webhook with one receiver. I am trying to send slack and email alerts with ServiceNow tickets. Also I am researching in how to add custom subject line in the email.
webhook_configs:
also works , Thanks : )
Platform kubernetes. Alertmanager 0.8.0
In my alertmanager configmap file I have receiver as follows
but when I am checking in alertmanager UI status page, I found following configuration
that mean alertmanager did not loaded first webhook
- url: http://172.30.200.104:9000/hooks/ose-podhook
Looking for such configuration where I can define multiple webhook in one receiver as per my requirement.
NOTE : Alerrtmanager running perfectly, there is no error in Alerrtmanager container logs.