Subject: | Please include the ability to work in 'real-time' mode |
Some of the places I use zabbix_sender I am processing continually-
growing log files, summarizing entries over time, and then injecting them
into zabbix, often in zabbix_sender's real-time mode, where it
continually flushes entries as they are given to it, and keeps the
connection open the whole time.
It would be great if I could use this module simmarly, iterating over my
file and periodically calling ->send but without the overhead of re-doing
the connection each time.