Skip to content

Commit 6fc60c1

Browse files
committed
show passive checks in unhandled problems as well (fixes #1339)
1 parent 0b070ae commit 6fc60c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

menu.conf

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ add_section('name' => 'Current Status', icon => 'uil-desktop');
2626
add_link('name' => 'Business View', 'href' => '/thruk/cgi-bin/businessview.cgi') if $c->stash->{'enable_shinken_features'};
2727
add_link('name' => 'Problems', 'href' => $c->stash->{'all_problems_link'});
2828
add_sub_link('name' => 'Services', 'href' => '/thruk/cgi-bin/status.cgi?host=all&servicestatustypes=28');
29-
add_sub_sub_link('name' => 'Unhandled Services', 'href' => '/thruk/cgi-bin/status.cgi?host=all&type=detail&hostprops=10&hoststatustypes=3&serviceprops=42&servicestatustypes=28');
29+
add_sub_sub_link('name' => 'Unhandled Services', 'href' => '/thruk/cgi-bin/status.cgi?host=all&type=detail&hostprops=10&hoststatustypes=3&serviceprops=10&servicestatustypes=28');
3030
add_sub_link('name' => 'Hosts', 'href' => '/thruk/cgi-bin/status.cgi?hostgroup=all&style=hostdetail&hoststatustypes=12');
31-
add_sub_sub_link('name' => 'Unhandled Hosts', 'href' => '/thruk/cgi-bin/status.cgi?hostgroup=all&style=hostdetail&hoststatustypes=12&hostprops=42');
31+
add_sub_sub_link('name' => 'Unhandled Hosts', 'href' => '/thruk/cgi-bin/status.cgi?hostgroup=all&style=hostdetail&hoststatustypes=12&hostprops=10');
3232
add_sub_link('name' => 'Network Outages', 'href' => '/thruk/cgi-bin/outages.cgi');
3333
add_sub_link('name' => 'Root Problems', 'href' => '/thruk/cgi-bin/outagespbimp.cgi') if $c->stash->{'enable_shinken_features'};
3434

0 commit comments

Comments
 (0)