Ad Widget

Collapse

Duration of OK trigger

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • punksp
    Junior Member
    • Mar 2010
    • 12

    #1

    Duration of OK trigger

    Good morning!
    I use the Monitoring/Trigger to view what is happening. But when we recover a trigger (trigger goes from Problem to OK) it lasts 30 minutes to disapear.

    There is any way to make decrease this time?
  • Rob
    Junior Member
    • Sep 2010
    • 18

    #2
    you need to edit the php file include/defines.inc.php

    Fairly near the top you should see the following two parameters:


    define('TRIGGER_FALSE_PERIOD', 60); // 1min, 0 - disable - time triggers display as OK after recovering

    define('TRIGGER_BLINK_PERIOD', 60); // 1min, 0 - disable - time triggers blink for after changing state

    You can use these values to alter the behaviour in the triggers screen. The first one is the one you want. As you can see I've changed it to 60 seconds so that our large display of active triggers in the office isn't cluttered with problems that have been resolved.

    Comment

    • punksp
      Junior Member
      • Mar 2010
      • 12

      #3
      Many Thanks!!!

      Many thanks! Works perfectly!!

      Comment

      Working...