opsgenie / opsgenie-integration

Apache License 2.0
28 stars 55 forks source link

Zabbix integration not compatible with REST API v2 #25

Closed SvenVD closed 6 years ago

celalemre commented 6 years ago

Hi @SvenVD! Can you please tell us what kind of problem you are experiencing?

SvenVD commented 6 years ago

https://github.com/opsgenie/opsgenie-integration/blob/master/zabbix/zabbix/zabbix2opsgenie.go is still using v1 of the API which will be decommissioned end of june.

    apiUrl := configParameters["opsgenie.api.url"] + "/v1/json/zabbix"
celalemre commented 6 years ago

@SvenVD our integration endpoints will remain the same. We will only deprecate our RESTful API v1 which has endpoints like /v1/json/alerts, /v1/json/schedules, etc. Our integration endpoints like /v1/json/zabbix, /v1/json/servicenow will still be functioning the same. But thank you for your concern!