File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ add_section('name' => 'Current Status', icon => 'uil-desktop');
26
26
add_link('name' => 'Business View', 'href' => '/thruk/cgi-bin/businessview.cgi') if $c->stash->{'enable_shinken_features'};
27
27
add_link('name' => 'Problems', 'href' => $c->stash->{'all_problems_link'});
28
28
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');
30
30
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 ');
32
32
add_sub_link('name' => 'Network Outages', 'href' => '/thruk/cgi-bin/outages.cgi');
33
33
add_sub_link('name' => 'Root Problems', 'href' => '/thruk/cgi-bin/outagespbimp.cgi') if $c->stash->{'enable_shinken_features'};
34
34
You can’t perform that action at this time.
0 commit comments