Commits
Toms Atteka authored 5f58ee131e0
A.F....... [ZBXNEXT-1] created class for macro resolving for graph names.
Supports macros like {HOST.HOST1} which represents host from graph 1st item.
Supports macro like {{HOST.HOST}:key["crazy param ]}{[ {HOST.HOST1}"].min(20m)} which resolves min value within last 20 min for item with given key within 1st graph items host.
Added "expandName" parameter for CGraph get() method.
Added new constant ZBX_PREG_ITEM_KEY_FORMAT for matching item keys in regular expressions.
Added variant of function for debugging data into file.