-
Type:
Incident report
-
Resolution: Won't fix
-
Priority:
Major
-
None
-
Affects Version/s: 2.0.5
-
Component/s: Server (S)
-
None
-
Environment:Linux zabbix 2.6.32-358.2.1.el6.x86_64 #1 SMP Wed Mar 13 00:26:49 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux, CentOS release 6.4 (Final)
Hello.
I have this trigger:
Name:
{HOSTNAME} Port 1/40 Link ({{HOSTNAME}:ifDescr.40.last(0)})
Expression:
#1
On Zabbix 1.8.3 rev. 13928, this trigger works correctly, notifications sended by this trigger looks like: "Extreme x670-center-2 Port 1/40 Link (40-CSS2TV): OK", ie macro
{host:key.func(param)}works in triggers names.
I have installed Zabbix 2.0.5 and copied the database and settings, all works fine. But in this version of Zabbix, this trigger did not display correct information while sending notifications.
Notifications looks like: "Extreme x670-center-2 Port 1/40 Link (
): OK", ie macro
{host:key.func(param)}does not work.
Could you add support of this macro in the trigger names?