I have defined two macros with thresholds on template level:
I want to use these macros for trigger conditions (works) and as part of the trigger name, eg.
"JBoss-Container memory usage > {$CRITLV}"
If I am logged in with a user of type "Zabbix Super Admin" the macro in the trigger name gets expanded with the value. But if I login with a user of type "Zabbix Admin" I only see the macro name "{$WARNLV}".
I understand that users with less privileges shouldn't see expanded macros which contain passwords, but in the trigger name it would be very helpful for the zabbix-users to see which threshold was reached.
Is there a way to expand the macros for non Zabbix Super Admins?
Software:
- {$CRITLV} => 95
- {$WARNLV} => 90
I want to use these macros for trigger conditions (works) and as part of the trigger name, eg.
"JBoss-Container memory usage > {$CRITLV}"
If I am logged in with a user of type "Zabbix Super Admin" the macro in the trigger name gets expanded with the value. But if I login with a user of type "Zabbix Admin" I only see the macro name "{$WARNLV}".
I understand that users with less privileges shouldn't see expanded macros which contain passwords, but in the trigger name it would be very helpful for the zabbix-users to see which threshold was reached.
Is there a way to expand the macros for non Zabbix Super Admins?
Software:
- OS: CentOS release 6.2 (Final)
- zabbix-2.2.2-1.el6.x86_64
- zabbix-server-2.2.2-1.el6.x86_64
- zabbix-web-mysql-2.2.2-1.el6.noarch
- zabbix-release-2.2-1.el6.noarch
- zabbix-server-mysql-2.2.2-1.el6.x86_64
- zabbix-web-2.2.2-1.el6.noarch
Comment