Hello all,
Can anyone offer some working examples of regexp functions working within trigger expressions? Ideally, with actual regular expressions and not just strings?
Per my prior post, I kind of have it working with strings, spaces, and simple range of characters ( [(] for example ), but when add in things like .* things start to fail. I get bad matches or no matches. So, it's great that I can match strings, but ideally we should be able to use patterns.
I know this is a vague request, but if anyone could post some working examples I think it would be a great deal of help.
Does anyone know if regular expression support in zabbix is limited to basic? Do they support extended regular expressions or perl-compatible? Is that something that is configurable at build time?
Thanks!
Can anyone offer some working examples of regexp functions working within trigger expressions? Ideally, with actual regular expressions and not just strings?
Per my prior post, I kind of have it working with strings, spaces, and simple range of characters ( [(] for example ), but when add in things like .* things start to fail. I get bad matches or no matches. So, it's great that I can match strings, but ideally we should be able to use patterns.
I know this is a vague request, but if anyone could post some working examples I think it would be a great deal of help.
Does anyone know if regular expression support in zabbix is limited to basic? Do they support extended regular expressions or perl-compatible? Is that something that is configurable at build time?
Thanks!
Comment