Is it possible to send such a JSON request with zabcon:
{
"request":"active checks",
"host":"host",
"ip":"127.0.0.1",
"port":10000
}
Can the "raw json {" call be used for that?
The log output of the agent looks like this:
1212:20101124:094421.254 Sending [{
"request":"active checks",
"host":"xyz"}]
Thanks!
{
"request":"active checks",
"host":"host",
"ip":"127.0.0.1",
"port":10000
}
Can the "raw json {" call be used for that?
The log output of the agent looks like this:
1212:20101124:094421.254 Sending [{
"request":"active checks",
"host":"xyz"}]
Thanks!
Comment