Hi,
I have created a trigger that is supposed to sum CPU % of 4 different processes and if the combined value is bigger than 25, send an alert (The alert part is obviously configured elsewhere with an Action)
This is what the trigger looks like:
({System test template
erf_counter[\Process(process1)\% Processor Time].last()}) +
({System test template
erf_counter[\Process(process2)\% Processor Time].last()}) + ({System test template
erf_counter[\Process(process3)\% Processor Time].last()}) + ({System test template
erf_counter[\Process(process4)\% Processor Time].last()}) > 25
Any idea why this trigger is not being triggered? I made sure that all four processes combined are maxing out the CPU.
* I am using Zabbix 3.4 with an agent service installed on the monitored machine
I have created a trigger that is supposed to sum CPU % of 4 different processes and if the combined value is bigger than 25, send an alert (The alert part is obviously configured elsewhere with an Action)
This is what the trigger looks like:
({System test template
erf_counter[\Process(process1)\% Processor Time].last()}) +({System test template
erf_counter[\Process(process2)\% Processor Time].last()}) + ({System test template
erf_counter[\Process(process3)\% Processor Time].last()}) + ({System test template
erf_counter[\Process(process4)\% Processor Time].last()}) > 25Any idea why this trigger is not being triggered? I made sure that all four processes combined are maxing out the CPU.
* I am using Zabbix 3.4 with an agent service installed on the monitored machine