express42 / zabbixapi

Ruby wrapper to Zabbix API
MIT License
132 stars 128 forks source link

Re-add the Client.logout method #118

Closed svdasein closed 3 years ago

svdasein commented 3 years ago

Back in commit ac4e854d4b34906e8f3919dcad10d52fcba9b65d the Client.logout method was inexplicably removed without comment. Without this call zabbix will accrue dead sessions which will slow the server down over time. This re-adds the method.