Good afternoon! Let me clarify something. There is a host with a calculated item that retrieves values from the item values of other hosts.
This calculated item sums up the bandwidth of several ports and shows the total. Usually, it displays 350 Gbps. However, today the host test1 was unavailable for an hour, and the bandwidth dropped to 330 Gbps, whereas it should have been 250 Gbps because test1 contributes 100 Gbps across two interfaces.
I assume Zabbix used some cached values from the device when it was still accessible. Is there a way to make Zabbix substitute 0 in the case of the host being unavailable (i.e., when the item's values are not being received)?
sum(last(/test1/net.if.speed[ifHighSpeed.2741]), last(/test2/net.if.speed[ifHighSpeed.10962]), last(/test1/net.if.speed[ifHighSpeed.7268]), last(/test2/net.if.speed[ifHighSpeed.10982]))
I assume Zabbix used some cached values from the device when it was still accessible. Is there a way to make Zabbix substitute 0 in the case of the host being unavailable (i.e., when the item's values are not being received)?
Comment