Hello Friends,
I have created my agent which is sending log data to the zabbix server with the type of information text ,and getting the log data in the table history_text table,
problem: sometimes zabbix missed this data to update in the server
agent is sending log data to the zabbix server which is showing in the zabbix log as
20951:20120117:205453.509 Trapper got [{"request":"sender data",
"data":[
{
"host":"ossPulse_3",
"key":"ErrorMsg",
"value":"2011-11-08 15:43:04,972 ERROR [STDERR] (main) java.io.FileNotFoundException: /usr/local/jboss-5.1.0.GA/server/ossPulse/bin/d:\\JBOSS.xml"}]}] len 225
20951:20120117:205453.509 In recv_agenthistory()
20951:20120117:205453.509 In process_hist_data()
20951:20120117:205453.509 In process_mass_data()
20951:20120117:205453.509 In DCinit_nextchecks()
20951:20120117:205453.509 In zbx_hashset_search()
20951:20120117:205453.509 End of zbx_hashset_search()
20951:20120117:205453.509 In DCflush_nextchecks()
20951:20120117:205453.509 End of process_mass_data()
20951:20120117:205453.509 In zbx_send_response()
20951:20120117:205453.509 zbx_send_response() '{
"response":"success",
"info":"Processed 0 Failed 1 Total 1 Seconds spent 0.000214"}'
20951:20120117:205453.509 End of zbx_send_response():SUCCEED
20951:20120117:205453.509 End of recv_agenthistory()
20951:20120117:205453.612 Trapper got [{"request":"sender data",
but sometimes zabbix missed this data to update in the server
and the behaviour is unpredictable .
Does zabzix get the whole data send by the agent or not ..?
I have created my agent which is sending log data to the zabbix server with the type of information text ,and getting the log data in the table history_text table,
problem: sometimes zabbix missed this data to update in the server
agent is sending log data to the zabbix server which is showing in the zabbix log as
20951:20120117:205453.509 Trapper got [{"request":"sender data",
"data":[
{
"host":"ossPulse_3",
"key":"ErrorMsg",
"value":"2011-11-08 15:43:04,972 ERROR [STDERR] (main) java.io.FileNotFoundException: /usr/local/jboss-5.1.0.GA/server/ossPulse/bin/d:\\JBOSS.xml"}]}] len 225
20951:20120117:205453.509 In recv_agenthistory()
20951:20120117:205453.509 In process_hist_data()
20951:20120117:205453.509 In process_mass_data()
20951:20120117:205453.509 In DCinit_nextchecks()
20951:20120117:205453.509 In zbx_hashset_search()
20951:20120117:205453.509 End of zbx_hashset_search()
20951:20120117:205453.509 In DCflush_nextchecks()
20951:20120117:205453.509 End of process_mass_data()
20951:20120117:205453.509 In zbx_send_response()
20951:20120117:205453.509 zbx_send_response() '{
"response":"success",
"info":"Processed 0 Failed 1 Total 1 Seconds spent 0.000214"}'
20951:20120117:205453.509 End of zbx_send_response():SUCCEED
20951:20120117:205453.509 End of recv_agenthistory()
20951:20120117:205453.612 Trapper got [{"request":"sender data",
but sometimes zabbix missed this data to update in the server
and the behaviour is unpredictable .
Does zabzix get the whole data send by the agent or not ..?
Comment