Hi
For a discovery rule, under item prototype, rather then selecting from the list of applications or typing a static "New Application" name in. Is there a Zabbix version that lets you use a macro variable so the Application that the discovery items are associated with is dynamic.
For example, in the item prototype i have
Name: mysql.variables {#VARIABLE} for {#SOCK}
Key: mysql.variables[{#SOCK},{#VARIABLE}]
I want the application field to be dynamic based on the {#SOCK} variable e.g.
New application: MYSQL GLOBAL VARS - {#SOCK}
This doesn't seem to work. The variable isn't replaced with value, instead it's just called as typed.
Anyone know if this can be done, or have some moneky patch to make it work?
thanks
For a discovery rule, under item prototype, rather then selecting from the list of applications or typing a static "New Application" name in. Is there a Zabbix version that lets you use a macro variable so the Application that the discovery items are associated with is dynamic.
For example, in the item prototype i have
Name: mysql.variables {#VARIABLE} for {#SOCK}
Key: mysql.variables[{#SOCK},{#VARIABLE}]
I want the application field to be dynamic based on the {#SOCK} variable e.g.
New application: MYSQL GLOBAL VARS - {#SOCK}
This doesn't seem to work. The variable isn't replaced with value, instead it's just called as typed.
Anyone know if this can be done, or have some moneky patch to make it work?
thanks
Comment