Hello!
I've set DebugLevel=4 and it started to show many unusable info (from user POV). But sadly enough, it can't help me with figuring out why zabbix_sender have failed to send the data:
and then
The question is, why it spams with cyclic info about pollers but don't show failure causes? Where to look otherwise?
I've set DebugLevel=4 and it started to show many unusable info (from user POV). But sadly enough, it can't help me with figuring out why zabbix_sender have failed to send the data:
26375:20140220:162425.089 Trapper got [{
"request":"sender data",
"data":[
{
"host":"xxxx",
"key":"yyyy",
"value":"100"}]}] len 129
"request":"sender data",
"data":[
{
"host":"xxxx",
"key":"yyyy",
"value":"100"}]}] len 129
26375:20140220:162425.089 zbx_send_response() '{
"response":"success",
"info":"processed: 0; failed: 1; total: 1; seconds spent: 0.000110"}'
"response":"success",
"info":"processed: 0; failed: 1; total: 1; seconds spent: 0.000110"}'
Comment