Ad Widget

Collapse

Triggers for sum of 2 values

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • zysfryar
    Junior Member
    • Jun 2012
    • 3

    #1

    Triggers for sum of 2 values

    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)

    Code:
    (
    {CZ1:perf_counter[\Processor(_Total)\% User Time].avg(300)}
    +
    {CZ1:perf_counter[\Processor(_Total)\% Privileged Time].avg(300)}
    )
    And I wish to create varues triggers based on that Specific Value.

    Is there any way to do this?
  • Sir_Yaro
    Member
    • Nov 2008
    • 37

    #2
    You can use calculated item.

    Comment

    • zysfryar
      Junior Member
      • Jun 2012
      • 3

      #3
      Thanks,

      I'll take a look

      Comment

      Working...