Details
-
Change Request
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
None
-
None
-
Team A
-
Sprint 37, Sprint 38, Sprint 39, Sprint 40, Sprint 41
-
3
Description
Zabbix must support regsub() and iregsub() functions for LLD macros. It will allow to extract certain parts of LLD macro using regular expression. The functions will be supported in all locations allowed for LLD macros.
A typical use case
A LLD macro contains customer name and network interface number:
{#IFALIAS}=customername_1 |
I want to extract and use customer name and interface number in trigger tags "Customer" and "IF", therefore I take advantage of the function regsub():
Customer: {{#IFALIAS}.regsub("(.*)_([0-9]+)", \1)} IF: {{#IFALIAS}.regsub("(.*)_([0-9]+)", \2)} |
Attachments
Issue Links
- is duplicated by
-
ZBXNEXT-3556 Support macro functions when using LLD macros as tag name/value
-
- Closed
-
-
ZBXNEXT-3757 Add macro function to LLD macroses
-
- Closed
-