hi,
i am writing a Zabbix agent in REXX.
Zabbix has its own protocol for messages. If you want to send data tot the zabbix server here are a few examples in other languages:
JAVA:
byte[] header = new byte[] {
'Z', 'B', 'X', 'D', '\1',
(byte)(data.length & 0xFF),
(byte)((data.length >> 8)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.