Ad Widget

Collapse

zabbix_sender more than 250 items in send stream

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kgbeast
    Junior Member
    • Jun 2016
    • 20

    #1

    zabbix_sender more than 250 items in send stream

    Hi Fellow Zabbix'ers,
    I have a situation where i have an Ericsson stack in a telco to monitor, they don't allow agents installed. I am running a CLI ssh command from the zabbix agent on the server currently that collects the values via script, and parses the information to a file.
    This is then tied to a discovery template that i am attempting to populate the values with for the items.
    However, the file with values i want to send with zabbix_sender contains 480 items, and the documentation says the sender will only do 250 in a batch - will it stop at item 250 or batch it for 250, then carry on? i am not clear on how this is done and if all my values will populate.
  • ingus.vilnis
    Senior Member
    Zabbix Certified Trainer
    Zabbix Certified SpecialistZabbix Certified Professional
    • Mar 2014
    • 908

    #2
    Hi,

    250 lines from a file in a single connection, after a moment next 250 and so on till file is read. Try, it works.

    Comment

    • kgbeast
      Junior Member
      • Jun 2016
      • 20

      #3
      Thanks! It clears up my question, fast reply!

      Comment

      Working...