This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
manual:concepts:sender [2016/03/21 06:12] martins-v mentioning that zabbix sender can be used with an input file |
manual:concepts:sender [2017/09/14 07:33] (current) martins-v trapper item is required to send in data with zabbix_sender |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ==== - #6 Sender ==== | + | ==== 6 Sender ==== |
=== Overview === | === Overview === | ||
Line 6: | Line 6: | ||
The utility is usually used in long running user scripts for periodical sending of availability and performance data. | The utility is usually used in long running user scripts for periodical sending of availability and performance data. | ||
+ | |||
+ | For sending results directly to Zabbix server or proxy, a [[:manual/config/items/itemtypes/trapper|trapper item]] type must be configured. | ||
=== Running Zabbix sender === | === Running Zabbix sender === | ||
Line 25: | Line 27: | ||
Zabbix sender can be used to send multiple values from an input file. See the [[manpages:zabbix_sender|Zabbix sender manpage]] for more information. | Zabbix sender can be used to send multiple values from an input file. See the [[manpages:zabbix_sender|Zabbix sender manpage]] for more information. | ||
- | Zabbix sender accepts strings in UTF-8 encoding (for both UNIX-like systems and Windows). | + | Zabbix sender accepts strings in UTF-8 encoding (for both UNIX-like systems and Windows) without byte order mark (BOM) first in the file. |
Zabbix sender on Windows can be run similarly: | Zabbix sender on Windows can be run similarly: |