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.
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.
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"
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.
Comment