Hi,
I'm trying to send a file with 263 lines but is failing, if i take out a few it works.
/usr/sbin/zabbix_sender -vv -z 127.0.0.1 -p 10051 -i results.txt
zabbix_sender [435]: DEBUG: Answer [{
"response":"success",
"info":"Processed 261 Failed -254 Total 7 Seconds spent 0.959792"}]
Info from server: "Processed 261 Failed -254 Total 7 Seconds spent 0.959792"
sent: 263; skipped: 0; total: 263
Anyone knows what is the max number of lines a file can have for zabbix_sender to work?
Any way to overcome the limit?
I'm trying to send a file with 263 lines but is failing, if i take out a few it works.
/usr/sbin/zabbix_sender -vv -z 127.0.0.1 -p 10051 -i results.txt
zabbix_sender [435]: DEBUG: Answer [{
"response":"success",
"info":"Processed 261 Failed -254 Total 7 Seconds spent 0.959792"}]
Info from server: "Processed 261 Failed -254 Total 7 Seconds spent 0.959792"
sent: 263; skipped: 0; total: 263
Anyone knows what is the max number of lines a file can have for zabbix_sender to work?
Any way to overcome the limit?
Comment