I don't understand what the 2.0 manual means when it says:
"Since Zabbix 1.8.4, zabbix_sender realtime sending scenarios have been improved to gather multiple values passed to it in close succession and send them to the server in a single connection. A value that is not further apart from the previous value than 0.2 seconds can be put in the same stack, but maximum pooling time still is 1 second."
Isn't zabbix_sender a synchronous non-daemon program that sends the data as soon as it runs? How can it make a single connection across multiple invocations?
"Since Zabbix 1.8.4, zabbix_sender realtime sending scenarios have been improved to gather multiple values passed to it in close succession and send them to the server in a single connection. A value that is not further apart from the previous value than 0.2 seconds can be put in the same stack, but maximum pooling time still is 1 second."
Isn't zabbix_sender a synchronous non-daemon program that sends the data as soon as it runs? How can it make a single connection across multiple invocations?
Comment