Ad Widget

Collapse

Monitoring-->Triggers Show FALSE

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vikty
    Senior Member
    • Jul 2007
    • 104

    #1

    Monitoring-->Triggers Show FALSE

    Hi, I have done the upgrade to 1.4.5 and I have seen that the trigger showed in

    Monitoring-->Triggers are:
    the triggers in staus TRUE
    the trigger in status FALSE (when it are changed from unknow to FALSE)

    Can I disable this function?

    I my situation many (realy many) triggers change from false to unkonw to return in false.
    In this way it is more difficult to see the triggers in status TRUE...
  • Aly
    ZABBIX developer
    • May 2007
    • 1126

    #2
    Change in "include/defines.inc.php"

    Code:
    define('TRIGGER_BLINK_PERIOD',1800);
    to
    Code:
    define('TRIGGER_BLINK_PERIOD',0);
    Zabbix | ex GUI developer

    Comment

    • vikty
      Senior Member
      • Jul 2007
      • 104

      #3
      thank you so much

      Comment

      • Godzilla
        Junior Member
        • Aug 2005
        • 24

        #4
        BIG thanks, I just upgraded to 1.4.5 and I only want the TRUE conditions to come up on screen for our NOC.

        I can check the EVENTS tab for a history, whenever I choose.

        Comment

        Working...