Hi,
I'm trying to create a trigger using the + operator, but it seems Zabbix does not like it.
Basically, I'd like the sum of these 2 values: %user Time and % Privilaged time
(Line breaks put in for readability)
And I wish to create varues triggers based on that Specific Value.
Is there any way to do this?
I'm trying to create a trigger using the + operator, but it seems Zabbix does not like it.
Basically, I'd like the sum of these 2 values: %user Time and % Privilaged time
(Line breaks put in for readability)
Code:
(
{CZ1:perf_counter[\Processor(_Total)\% User Time].avg(300)}
+
{CZ1:perf_counter[\Processor(_Total)\% Privileged Time].avg(300)}
)
Is there any way to do this?
Comment