Ad Widget

Collapse

unacknowedgable triggers in trigger status

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • billjam
    Junior Member
    • Jan 2009
    • 27

    #1

    unacknowedgable triggers in trigger status

    On the Triggers page there are some items with checkboxes (events, I think) and some without (tiggers, I think).
    Is there any way to view only events you can acknowledge?
    I know there is an Events window, but the Filter there does not allow the kind of selections I'd like.


    I'm running Zabbix 1.6.5.
  • billjam
    Junior Member
    • Jan 2009
    • 27

    #2
    commented out code

    I found a way tog et what I wont, but not too elagent.
    Commented out lines starting from 561 in tr_status.php.

    // $table->addRow(array(
    //
    // $show_event_col?SPACE:NULL,
    // new CCol(
    // get_severity_description($row['priority']),
    // get_severity_style($row['priority'],$row['value'])
    // ),
    // $value,
    // new CLink(zbx_date2str(S_DATE_FORMAT_YMDHMS,$row['lastchange']),'events.php?triggerid='.$row['triggerid'].'&nav_time='.$row['lastchange'],'action'),
    // get_node_name_by_elid($row['triggerid']),
    // $host,
    // $description,
    // $actions,
    // $show_event_col?SPACE:NULL,
    // new CLink(zbx_empty($row['comments'])?S_ADD:S_SHOW,'tr_comments.php?triggerid='.$row['triggerid'],'action')
    // ));

    A menu option that would offer the same feature would be nice.

    Comment

    Working...