Ad Widget

Collapse

Trigger indicator blinks until what?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • antani
    Member
    • Apr 2008
    • 50

    #1

    Trigger indicator blinks until what?

    In overview, if something happens, an indicator goes red. For how long it blinks? May i change some option to blink for a day/week/month?
  • antani
    Member
    • Apr 2008
    • 50

    #2
    In queue.php i found this:
    Code:
       100  while($row=DBfetch($result))
       101  {
       102     if($now-$row["nextcheck"]<=5)           $sec_5[$row["type"]]++;
       103     elseif($now-$row["nextcheck"]<=10)      $sec_10[$row["type"]]++;
       104     elseif($now-$row["nextcheck"]<=30)      $sec_30[$row["type"]]++;
       105     elseif($now-$row["nextcheck"]<=60)      $sec_60[$row["type"]]++;
       106     elseif($now-$row["nextcheck"]<=300)     $sec_300[$row["type"]]++;
       107     else                                    $sec_rest[$row["type"]]++;
       108
       109  }
    Maybe changing $now-$row["nextcheck"]<=30 to another value would do the trick. I'm asking for a confirmation.

    Thanks for all answers.

    Comment

    • bbrendon
      Senior Member
      • Sep 2005
      • 870

      #3
      I think its in the C source.

      Search the forums. This has been discussed.
      Unofficial Zabbix Expert
      Blog, Corporate Site

      Comment

      Working...