I've got a problem, i upgraded my zabbix from 1.6.1 to 1.6.7
and now i can't send values from imput file
$ cat TMN.P1SDP1.txt
TMN.P1SDP1 ssh.connection 1
/usr/sbin/zabbix_sender -vv -z 127.0.0.1 -p 10051 -i TMN.P1SDP1.txt
zabbix_sender [29154]: DEBUG: Answer [{
"response":"success",
"info":"Processed 0 Failed 1 Total 1 Seconds spent 0.000946"}]
Info from server: "Processed 0 Failed 1 Total 1 Seconds spent 0.000946"
sent: 1; skipped: 0; total: 1
If send it without using input file, it sends ok:
/usr/sbin/zabbix_sender -vv -z 127.0.0.1 -p 10051 -s TMN.P1SDP1 -k ssh.connection -o 1
zabbix_sender [29330]: DEBUG: Answer [{
"response":"success",
"info":"Processed 1 Failed 0 Total 1 Seconds spent 0.003782"}]
Info from server: "Processed 1 Failed 0 Total 1 Seconds spent 0.003782"
sent: 1; skipped: 0; total: 1
and now i can't send values from imput file
$ cat TMN.P1SDP1.txt
TMN.P1SDP1 ssh.connection 1
/usr/sbin/zabbix_sender -vv -z 127.0.0.1 -p 10051 -i TMN.P1SDP1.txt
zabbix_sender [29154]: DEBUG: Answer [{
"response":"success",
"info":"Processed 0 Failed 1 Total 1 Seconds spent 0.000946"}]
Info from server: "Processed 0 Failed 1 Total 1 Seconds spent 0.000946"
sent: 1; skipped: 0; total: 1
If send it without using input file, it sends ok:
/usr/sbin/zabbix_sender -vv -z 127.0.0.1 -p 10051 -s TMN.P1SDP1 -k ssh.connection -o 1
zabbix_sender [29330]: DEBUG: Answer [{
"response":"success",
"info":"Processed 1 Failed 0 Total 1 Seconds spent 0.003782"}]
Info from server: "Processed 1 Failed 0 Total 1 Seconds spent 0.003782"
sent: 1; skipped: 0; total: 1
Comment