Hello,
I'd like Zabbix to show one more item in the "Operational data", formerly known as "Last Values".
Is that possible, to do that cleanly?
As far as I know, the "Operational data" field accepts only {ITEM.VALUE<1-9>} macros.
I can add an useless "or ({template:extraitem}*0=0)" to the trigger expression, but that is dirty AND it breaks showing trigger levels in graphs.
Usecase:
For example, when there is a power outage in a branch office,
then I'd like the Operationa data column to say "40 min, 20 Users", meaning "UPS battery time left is 40 minutes + there are currently 20 users there"
Thank you
I'd like Zabbix to show one more item in the "Operational data", formerly known as "Last Values".
Is that possible, to do that cleanly?
As far as I know, the "Operational data" field accepts only {ITEM.VALUE<1-9>} macros.
I can add an useless "or ({template:extraitem}*0=0)" to the trigger expression, but that is dirty AND it breaks showing trigger levels in graphs.
Usecase:
For example, when there is a power outage in a branch office,
then I'd like the Operationa data column to say "40 min, 20 Users", meaning "UPS battery time left is 40 minutes + there are currently 20 users there"
Thank you
Comment