-
Problem report
-
Resolution: Unresolved
-
Trivial
-
None
-
6.2.7
-
None
Hi Zabbix devs,
Think I found another difference between the Zabbix TEST function and actual Pre-processing. Template included in the file.
Seems like when I use the less-than sign "<" it interpets it fine in test:
REGEX: ">ASN Duurzaam Aandelenfonds.\n.\n<td>([0-9,]+)"
But not when using it on the item:
If I omit the "<" and make a different regex like"
REGEX: ">ASN Duurzaam Aandelenfonds.\n.\n.*td>([0-9,]+)"
It works:
Testing to see specifically if it's an issue with the symbol didn't yield the expected results:
Perhaps it's a combination? Not sure, thought you should know. Low Prio from my end.