Hi guys,
I'm trying to setup VictorOps integration in our company using Zabbix 4.4.8 with WebHooks MediaType.
I'm following this guide
https://help.victorops.com/knowledge...x-integration/
In Zabbix Server we do not have direct connectivity to alert.victorops.com so we need to use a proxy for that.
So, reading some zabbix documentation I found out that we could specify proxy url to a CurlHTTPRequest object using SetProxy method.
https://www.zabbix.com/documentation...script_objects
But the thing is that when I try to test the webhook with the js script that has the SetProxy method it shows me this error:

The js script its similar as the one you can find in the victorops guide.
Can you help me with this? Did you create a webhook using js with a proxy?
Thanks
I'm trying to setup VictorOps integration in our company using Zabbix 4.4.8 with WebHooks MediaType.
I'm following this guide
https://help.victorops.com/knowledge...x-integration/
In Zabbix Server we do not have direct connectivity to alert.victorops.com so we need to use a proxy for that.
So, reading some zabbix documentation I found out that we could specify proxy url to a CurlHTTPRequest object using SetProxy method.
https://www.zabbix.com/documentation...script_objects
But the thing is that when I try to test the webhook with the js script that has the SetProxy method it shows me this error:
The js script its similar as the one you can find in the victorops guide.
Can you help me with this? Did you create a webhook using js with a proxy?
Thanks
Comment