Ad Widget

Collapse

Why is this combined process CPU trigger not working?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • saibuster
    Member
    • Jul 2018
    • 32

    #1

    Why is this combined process CPU trigger not working?

    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 templateerf_counter[\Process(process1)\% Processor Time].last()}) +
    ({System test templateerf_counter[\Process(process2)\% Processor Time].last()}) + ({System test templateerf_counter[\Process(process3)\% Processor Time].last()}) + ({System test templateerf_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

    Last edited by saibuster; 17-07-2018, 13:29.
Working...