Hello.
I'm running Zabbix Server 3.4.4 on CentOS 7. Agents are running on CentOS 6 hosts. Network interfaces was discovered and graphs added by 'Network interface discovery' from Linux template.
I've only edited template a bit to add a calculated parameter of total in+out traffic which ls 'last(net.if.in) + last(net.if.out)' actually, shouldn't matter here.
Sometimes I'm getting unrealistic spikes on graph like this:

Which on a zoom looks like this:

Other than those spikes rest is graphed normal:

Checking the database for actual item values during those peaks shows the values of net.if.in/net.if.out are actually quite high sometimes.
Why does this happens? Some sort of overflow?
I'm running Zabbix Server 3.4.4 on CentOS 7. Agents are running on CentOS 6 hosts. Network interfaces was discovered and graphs added by 'Network interface discovery' from Linux template.
I've only edited template a bit to add a calculated parameter of total in+out traffic which ls 'last(net.if.in) + last(net.if.out)' actually, shouldn't matter here.
Sometimes I'm getting unrealistic spikes on graph like this:
Which on a zoom looks like this:
Other than those spikes rest is graphed normal:
Checking the database for actual item values during those peaks shows the values of net.if.in/net.if.out are actually quite high sometimes.
Why does this happens? Some sort of overflow?
Comment