Problems link removed in 4.2.0
Posted: Thu Aug 04, 2016 8:45 am
Just completed the source upgrade from 4.1.1 to 4.2.0, and noticed that the Problems link was removed from the side bar. You can still get to it from clicking the "All Problems" at the top, but I found it helpful to have it as a link like all the other links on the left hand side. Easy enough fix though:
Original /usr/local/nagios/share/side.php:
Updated version:
Thought I point this out in case it was either overlooked, or if anybody would like to have the original link back.
Original /usr/local/nagios/share/side.php:
Code: Select all
<li class="navsectionheader">ProblemsCode: Select all
<li class="navsectionheader">
<a href="<?php echo $cfg["cgi_base_url"];?>/status.cgi?host=all&servicestatustypes=28" target="<?php echo $link_target;?>">Problems</a>Thought I point this out in case it was either overlooked, or if anybody would like to have the original link back.