Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-1309

zabbix_sender with input file broken

XMLWordPrintable

    • Icon: Incident report Incident report
    • Resolution: Fixed
    • Icon: Major Major
    • 1.6.7, 1.9.0 (alpha)
    • 1.6.7, 1.9.0 (alpha)
    • None
    • None
    • Linux

      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

      The item ssh.connection is created as Zabbix Trapper

      /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

      I can reproduce this also on 1.7.2 (8327)

            sasha Alexander Vladishev
            mvrk Ricardo Esteves
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: