Hi.
Zabbix 2.2
I've got several items like:
i want external check to be performed with last value of these items.
i've configured item with key parameter as this:
but it runs script with parameter "
" without calculating item value.
What am i doing wrong?
Zabbix 2.2
I've got several items like:
Code:
olt-01:onuMAC[EPON0/2:1] olt-01:onuMAC[EPON0/2:2] olt-01:onuMAC[EPON0/2:3] and so on
i've configured item with key parameter as this:
Code:
client_login["{olt-01:onuMAC[EPON0/2:1]}.last(0)"]
Code:
{olt-01:onuMAC[EPON0/2:1]}.last(0)
What am i doing wrong?
Comment