mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 15:54:03 +02:00
monitoring: Also consider normal acknowledgements for acke`d problems
This commit is contained in:
parent
f34fb97b39
commit
33cb90b0e3
@ -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
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user