Hello,
I am writing my own zabbix-agent for z/OS in REXX
Everything works fine, the agent gets the active checks from the zabbix-server, the agent sends back the response, the zabbix server processes my response,
however I am not sure what to put in the fields “clock” and “ns”
Below is the example of the message protocol from the Zabbix documentation:
<HEADER><DATALEN>
{ "request":"agent data",
"data":[
{
"host":"<hostname>",
"key":"agent.version",
"value":"2.4.0",
"clock":1400675595,
"ns:6808644
}
],
"clock": 1400675595,
"ns": 78211329
}
Anybody can explain the meaning of these fields is?
Thanks in advance!
Kind regards
Allard
I am writing my own zabbix-agent for z/OS in REXX
Everything works fine, the agent gets the active checks from the zabbix-server, the agent sends back the response, the zabbix server processes my response,
however I am not sure what to put in the fields “clock” and “ns”
Below is the example of the message protocol from the Zabbix documentation:
<HEADER><DATALEN>
{ "request":"agent data",
"data":[
{
"host":"<hostname>",
"key":"agent.version",
"value":"2.4.0",
"clock":1400675595,
"ns:6808644
}
],
"clock": 1400675595,
"ns": 78211329
}
Anybody can explain the meaning of these fields is?
Thanks in advance!
Kind regards
Allard
Comment