in reply to Re^2: Grappling with JSON::RPC::Client
in thread Grappling with JSON::RPC::Client
Sorry for the late reply here.
Did a tcpdump on Zabbix 1.8 with this, and the result seems to indicate Zabbix uses JSON RPC 2.0 only:
[{"jsonrpc":"2.0","error":{"code":-32600,"message":"Invalid Request.", +"data":"JSON-rpc version is not specified."},"id":null},{"jsonrpc":"2 +.0","error":{"code":-32600,"message":"Inval id Request.","data":"Expacting JSON-rpc version 2.0, 1 is given ."},"i +d":"1"},{"jsonrpc":"2.0","error":{"code":-32600,"message":"Invalid Re +quest.","data":"Expacting JSON-rpc version 2.0, u is given ."},"id":" +u"}
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Grappling with JSON::RPC::Client
by reenen (Acolyte) on Jan 21, 2010 at 14:00 UTC |