Ad Widget

Collapse

Filtering default in Monitoring Overview in Zabbix 2.4.2

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pdube
    Junior Member
    • Dec 2011
    • 23

    #1

    Filtering default in Monitoring Overview in Zabbix 2.4.2

    I just upgraded to Zabbix 2.4.2 and found out that, by default, in Monitoring Overview, filtering is set with "Triggers Status=Recent Problem".

    How can I get it to be =All by default?
  • pdube
    Junior Member
    • Dec 2011
    • 23

    #2
    You need to edit overview.php

    Code:
    $showTriggers = CProfile::get('web.overview.filter.show_triggers', TRIGGERS_OPTION_RECENT_PROBLEM);
    and replace it with:

    Code:
    $showTriggers = CProfile::get('web.overview.filter.show_triggers', TRIGGERS_OPTION_ALL);

    Comment

    • ebonweaver
      Member
      • Feb 2013
      • 71

      #3
      Sorry, this doesn't work, it's still defaulting to Recent problems every time you switch the Group.

      Comment

      Working...