Ad Widget

Collapse

Can I draw graphs from bulk data?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ymkim92
    Junior Member
    • Jan 2014
    • 2

    #1

    Can I draw graphs from bulk data?

    Hello,

    I am very new to zabbix.
    I just installed zabbix server and agent in different machines.

    I use 3G network for my agents (PCs installed zabbix agent)
    I wanted to send bulk data from agent to server to reduce network cost. And I succeeded to send a string from agent to server with UserParameter setting.

    Code:
    UserParameter=machine.registers,echo "000100020003"
    Bulk data means a series of charaters (string) which represent multiple items.
    For example, if multiple items are integer values (a.aa=1, a.ab=2, a.ac=3), string is 000100020003 and there is an assumption that people know the first four characters tells a key a.aa and so on.

    How can I extract each item from the string "000100020003"
    Can I do this? and can I see a graph for a key a.aa, a.ab and a.ac?

    Thank you and I am sorry for my poor English.
  • steveboyson
    Senior Member
    • Jul 2013
    • 582

    #2
    Does not work with zabbix. It needs distinct values for distinct items. Sorry.

    You could try to emulate that with trapper items and send them in one request. See the docs for "zabbix_sender" for that.

    Comment

    • ymkim92
      Junior Member
      • Jan 2014
      • 2

      #3
      Thank you very much

      Hello steveboyson,

      I really appreciate your very simple and clear answer!!

      Regards,

      Comment

      Working...