You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried out this lib, but couldn't get it to work with Zabbix 3.4
I built a version which omits that 13 byte header and then it worked.
The change I did was simply to return jsonBytes rather than result on line 40 in SenderRequest.java
Funny enough, it seems that in the response from Zabbix, the header is still there.
The text was updated successfully, but these errors were encountered:
I tried out this lib, but couldn't get it to work with Zabbix 3.4
I built a version which omits that 13 byte header and then it worked.
The change I did was simply to return jsonBytes rather than result on line 40 in SenderRequest.java
Funny enough, it seems that in the response from Zabbix, the header is still there.
The text was updated successfully, but these errors were encountered: