alexbarton / zabbix-sender

Periodically push Zabbix items from spool files to the Zabbix server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zabbix Sender: Periodically push Zabbix items from spool files to the server

The Zabbix Sender is meant to be periodically run, for example every few minutes, and pushes all Zabbix items which have been accumulated in one ore more spool files to the Zabbix server using the zabbix_send(1) command.

This was it is very easy to cope with multiple values, even from different sources, and not lose items when the system is offline or other errors occur: the Zabbix Sender retries sending out items until it succeeds.

About

Periodically push Zabbix items from spool files to the Zabbix server

License:MIT License


Languages

Language:Shell 64.1%Language:Makefile 35.9%