Hello everyone
I have question regarding sending data from zabbix_module.c .
I would like to send every 1m data gathered from last 60 s per 1s (so 60 datapoints) of the same data type / key.
Can zabbix gather data like that and is it possible to do with zabbix_module.c?
I know how to gather data, and already I gather data 1 per 1 minute, but I need MOORE.
client(s) version: 5.0.28
server(s) version: 6.0.23
So thank you kindly Zabbix community.
Przemyslaw
___
Update
So maybe if its not possible, perhaps sending to zabbix server new state whenever it changes, could it be done? preferably without using zabbix_sender.
Comment