i have a data source(squid) which delivers a steadily increasing value. after zabbix's query for the value, the value is resetted at the data source.
now i have made zabbix ask every 60 sec for the value and divide by 60 to get an the value per second. but after every times zabbix is down or can't reach the data source, the calculated value is of course much too high because i divide only by 60 sec.
is there a better way to get this value? if not, can i access the time when the last value was stored in my calculated item?
now i have made zabbix ask every 60 sec for the value and divide by 60 to get an the value per second. but after every times zabbix is down or can't reach the data source, the calculated value is of course much too high because i divide only by 60 sec.
is there a better way to get this value? if not, can i access the time when the last value was stored in my calculated item?
Comment