zabbix-tools / go-zabbix

Go bindings for the Zabbix API
GNU General Public License v2.0
108 stars 70 forks source link

Adding URL to Trigger struct #20

Closed jgherbert closed 5 years ago

jgherbert commented 5 years ago

Triggers can send back a URL field as well, but it wasn't covered in the existing structs. Since I needed it, I added it. If it should have been updated elsewhere in the code as well, I apologize, but it does seem to work at least when used to get data via GetTriggers().

cavaliercoder commented 5 years ago

Nice! Thanks.