Hi, I created a new script that is queryable through the Zabbix agent. It's intended to grow constantly. I would like Zabbix to record the delta from the previous read (like it would with an SNMP counter).
So, if the data are:
10
25
30
57
Zabbix should record
10
15
5
17
I expected Zabbix to let me specify that this was a counter but I don't see a way to do that. Does anyone know what I'm missing?
Thanks
So, if the data are:
10
25
30
57
Zabbix should record
10
15
5
17
I expected Zabbix to let me specify that this was a counter but I don't see a way to do that. Does anyone know what I'm missing?
Thanks
Comment