monitoring: Also consider normal acknowledgements for acke`d problems

This commit is contained in:
Johannes Meyer 2019-12-09 08:42:13 +01:00
parent f34fb97b39
commit 33cb90b0e3
1 changed files with 2 additions and 2 deletions

View File

@ -389,12 +389,12 @@ $dashboard->add(
); );
$dashboard->add( $dashboard->add(
N_('Acknowledged Problem Services'), N_('Acknowledged Problem Services'),
'monitoring/list/services?service_acknowledgement_type=2&service_problem=1&sort=service_state&limit=10', 'monitoring/list/services?service_acknowledgement_type!=0&service_problem=1&sort=service_state&limit=10',
140 140
); );
$dashboard->add( $dashboard->add(
N_('Acknowledged Problem Hosts'), N_('Acknowledged Problem Hosts'),
'monitoring/list/hosts?host_acknowledgement_type=2&host_problem=1&sort=host_severity&limit=10', 'monitoring/list/hosts?host_acknowledgement_type!=0&host_problem=1&sort=host_severity&limit=10',
150 150
); );