Hi,
Using now Zabbix v1.3.8. trying to use the count function but doesn't seem to be working/cannot get it to be working.. i follow the example in the manual
For example,
count(600,12) will return exact number of values equal to ‘12’ stored in the history.
Item: icmpping, Numeric Integer, interval: 120s
i write the expression as below
{Template:icmpping.count(600,0)}=5, it will return error [600,0] is not a float ???
i change icmpping to Numeric float, same expression as above, and still the same error?
Anyone can give an example on how to use count function or point out my error? thanks!
Using now Zabbix v1.3.8. trying to use the count function but doesn't seem to be working/cannot get it to be working.. i follow the example in the manual
For example,
count(600,12) will return exact number of values equal to ‘12’ stored in the history.
Item: icmpping, Numeric Integer, interval: 120s
i write the expression as below
{Template:icmpping.count(600,0)}=5, it will return error [600,0] is not a float ???
i change icmpping to Numeric float, same expression as above, and still the same error?
Anyone can give an example on how to use count function or point out my error? thanks!

Comment