Does count(5m) mean just count the number of values instead of counting the values itself? So if there is nodata for 2 minutes, then count(5m) value would be 3 correct? And if there is data for 5 minutes then count(5m) would value would be 5 correct?
I know that count(5m,1) means count the number of values equal to "1" in 5 minutes.
Code:
{Template App Zabbix Agent:agent.ping.count(5m)} # Sample trigger.. I'm not trying to use count on ping but rather a custom item.
Comment