Hi!
Since Zabbiux 1.8.3 (to 1.8.4) I can not add trigger with expression which consist of ":" signs. For examlpe:
{Template_VPN:IF-MIB::ifNumber.0.delta(900)=0}
I am getting the following error:
I can not find a proper regular expression in defines.php to fix it.
If I got rid of "::" in the Item's key - trigger saved successfully.
:: is the standard separator for SNMP OIDs. So I prefer to use it.
Any ideas?
Thank you!
Since Zabbiux 1.8.3 (to 1.8.4) I can not add trigger with expression which consist of ":" signs. For examlpe:
{Template_VPN:IF-MIB::ifNumber.0.delta(900)=0}
I am getting the following error:
Code:
* Not allowed symbols or sequence of symbols in expression element detected: Check expression part starting from ' IF-MIB::ifNumber.delta(900)}=0 '
If I got rid of "::" in the Item's key - trigger saved successfully.
:: is the standard separator for SNMP OIDs. So I prefer to use it.
Any ideas?
Thank you!
Comment