Ad Widget

Collapse

Patch for maps to not show Information Triggers or Unknown triggers

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • whowd
    Junior Member
    • Jul 2007
    • 28

    #1

    Patch for maps to not show Information Triggers or Unknown triggers

    For the future good --

    For Zabbix 1.8.8, to prevent the maps from showing "PROBLEM" status when an informational trigger is activated and to also remove UKNOWN triggers modify line 1295 of include/maps.inc.php:

    From

    Code:
    'filter' => array('value' => array(TRIGGER_VALUE_UNKNOWN, TRIGGER_VALUE_TRUE)),
    to

    Code:
    'filter' => array('priority' => array(5, 4, 3, 2), 'value' => array(TRIGGER_VALUE_TRUE)),
    w
    Last edited by whowd; 20-10-2011, 21:07.
Working...