-
Change Request
-
Resolution: Unresolved
-
Trivial
-
None
-
None
-
None
-
None
-
Zabbix 4.0
When creating a trigger you can use
in the trigger description.
It would be useful to allow {ITEM.NAME<1-9>} and {ITEM.DESCRIPTION<1-9>} in the trigger description.
Example trigger description definition:
Trigger Notes
This trigger will fire when the file system is above the critical threshold
Trigger Values
{ITEM.NAME1} : {ITEM.VALUE1}
Expected trigger description in Event:
Trigger Notes
This trigger will fire when the file system is above the critical threshold
Trigger Values
File System Used (C:) : 95%
What this enables you to do is define the item/values in the trigger description, rather then having to define this in actions where the triggers may have any number of items/values etc... In the action you just use {TRIGGER.DESCRIPTION}, rather then ITEM macros....