I have a process which collects data from multiple instances of same process for 5 minute window. It then adds those values, attaches starting timestamp with them and via file, sends them to zabbix server using zabbix_sender.
format of values stored in file is
"hostname" "record_count" "1457560916" "1000"
item "record_count" is defined as zabbix trapper.
A file can have values for different 5 minute windows in past.
I noticed that if I export two values with same timestamp, zabbix server averages them. (observed via graph)
for example, if I export 1000 and 1500 with same timestamp, I am expecting it to be 2500 but zabbix shows 1250.
Is there a way to get zabbix to add the multiple values received for same time?
Is there any other way to handle this scenario?
I need zabbix to sum all the values received for the item for same timestamp.
Thanks for your help.
format of values stored in file is
"hostname" "record_count" "1457560916" "1000"
item "record_count" is defined as zabbix trapper.
A file can have values for different 5 minute windows in past.
I noticed that if I export two values with same timestamp, zabbix server averages them. (observed via graph)
for example, if I export 1000 and 1500 with same timestamp, I am expecting it to be 2500 but zabbix shows 1250.
Is there a way to get zabbix to add the multiple values received for same time?
Is there any other way to handle this scenario?
I need zabbix to sum all the values received for the item for same timestamp.
Thanks for your help.