Hi,
I have been using regular expression "6\.0" for many years without problem.
But now it is invalid:
I'm using Zabbix 6.0.10. I'm not sure if it is broken since upgrade to Zabbix 6.0 or after update to some patch version 6.0.x.
I need to check if zabbix proxy version is exactly "6.0".
I found info about PCRE2 https://www.zabbix.com/documentation...ching-to-pcre2 but if I try my regex on the page https://regex101.com/r/toKR96/1 it's compatible with PCRE and PCRE2 too:
How can I fix it?
Thanks.
I have been using regular expression "6\.0" for many years without problem.
But now it is invalid:
Code:
Cannot update trigger Invalid parameter "/1/expression": incorrect expression starting from "find(/APP Zabbix Proxy/zabbix[version],1m,"regexp","6\.0")=0".
I'm using Zabbix 6.0.10. I'm not sure if it is broken since upgrade to Zabbix 6.0 or after update to some patch version 6.0.x.
I need to check if zabbix proxy version is exactly "6.0".
I found info about PCRE2 https://www.zabbix.com/documentation...ching-to-pcre2 but if I try my regex on the page https://regex101.com/r/toKR96/1 it's compatible with PCRE and PCRE2 too:
How can I fix it?
Thanks.
Comment