Ad Widget

Collapse

How to make the problem alert change according with the latest data?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • SimpleNiko
    Junior Member
    • Nov 2020
    • 1

    #1

    How to make the problem alert change according with the latest data?

    Hello everybody,
    I'm migrating my monitoring environment from Nagios to Zabbix and missing a feature that was quite useful in Nagios:
    Let say I have CPU check with a trigger of > 90% CPU utilization.
    In Nagios, in the problem dashboard I would see the actual latest actual CPU usage change.
    In Zabbix, I will get a problem saying, lets say : "CPU usage is over > 90% (CPU usage is at 95%) but the problem will stay the same no matter the actual CPU usage.
    So if the latest data was 99% CPU usage, the problem tab in Zabbix would still say 95% (unless of course the problem would recover)

    Anyway to implement "The Nagios Way" into Zabbix?

    Thanks in advance.
  • NilsA
    Senior Member
    • Sep 2020
    • 102

    #2
    It should be possibe to use a macro for that in the trigger name. As in "CPU usage is over 90% - {#CPUUSAGE}".
    Might only work if its an item prototype.

    Comment

    • eithor
      Member
      • May 2020
      • 50

      #3
      Did you look at "operational data" field for trigger, using ITEM.LASTVALUE macro?

      Comment

      • kaleem
        Junior Member
        • Jan 2022
        • 2

        #4
        Hi ,
        I want to monitor cpu usage but i don't sure how it will work.
        Anyone can let me know?

        Comment

        Working...