Ad Widget

Collapse

Problem with the triggers

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Markrijnders
    Junior Member
    • Jun 2010
    • 6

    #1

    Problem with the triggers

    Hello,

    I've a problem with my triggers. After I configured a trigger like this:
    {ng-mpr01:status.max(120)}=2

    the triggers works great if there is a problem. But after the problem is solved and the trigger should go tot false, that does not happen. Does anyone know what the problem is, or did I just configured my trigger wrong.

    The trigger should be set to True when there is a problem for longer than 2 minutes. And set to false automaticly when there is nog problem for al least 2 minutes.

    Any help is welcome.

    Kind regards,

    Mark
  • bashman
    Senior Member
    • Dec 2009
    • 432

    #2
    Your trigger seems ok.

    Trigger have 3 states: http://www.zabbix.com/documentation/...onfig/triggers

    OK -> FALSE
    PROBLEM -> TRUE
    UNKNOWN -> FALSE

    Which is your item "status" interval?, how many new values do you have in 120 seconds?.

    I think you are getting value 2 for the last 120 seconds and your trigger doesn't change state.
    978 Hosts / 16.901 Items / 8.703 Triggers / 44 usr / 90,59 nvps / v1.8.15

    Comment

    • Markrijnders
      Junior Member
      • Jun 2010
      • 6

      #3
      Trigger problem

      Dear Bashman,

      Thnx for your reply.

      I know about the 3 states of triggers.

      When i look in zabbix the trigger state of a host i see dat tirgger {ng-mpr01:status.max(120)}=2 is set to True. So that means there is a problem.

      When i look at that host, I see no problem. Everything is alright. But the trigger is not set to false.


      Where can i find my status interval?
      Where can i find the values of the last 120 seconds?

      Kind regards,

      Mark Rijnders

      Comment

      • bashman
        Senior Member
        • Dec 2009
        • 432

        #4
        Originally posted by Markrijnders
        Where can i find my status interval?
        Your "status" interval is your polling interval (update interval in sec) for your item "status".

        Originally posted by Markrijnders
        Where can i find the values of the last 120 seconds?
        Monitoring > Latest data > your item "status" graph > 500 latest values
        978 Hosts / 16.901 Items / 8.703 Triggers / 44 usr / 90,59 nvps / v1.8.15

        Comment

        Working...