i create an items as
Key: net.if.in[eth0,bytes]
Type of information: float
Units bps
Custom multiplier : 8
Store value: delta(speed peer second)
triggers as
{D1XN:net.if.in[eth0,bytes].delta(0)}>40000000
but in the overview.php it is gray and the zabbix_server.log logged
15338:20080623:174012 Expression [{500500000012206}>40000000] cannot be evaluated [Unable to get value for functionid [500500000012206]]
and i also try the
update functions set lastvalue=0 where lastvalue is null;
it is no effect
why?
i used centos5.1 32bit zabbix1.5.3
Key: net.if.in[eth0,bytes]
Type of information: float
Units bps
Custom multiplier : 8
Store value: delta(speed peer second)
triggers as
{D1XN:net.if.in[eth0,bytes].delta(0)}>40000000
but in the overview.php it is gray and the zabbix_server.log logged
15338:20080623:174012 Expression [{500500000012206}>40000000] cannot be evaluated [Unable to get value for functionid [500500000012206]]
and i also try the
update functions set lastvalue=0 where lastvalue is null;
it is no effect
why?
i used centos5.1 32bit zabbix1.5.3
Comment