The Mass Functions CGIs were created to solve issues in large environments where functions couldn't be done en masse

Install:
untar the files in your base Nagios directory (e.g. /usr/local/nagios)

Update your side.php (normally located in /usr/local/nagios/share) file to add a link to the mass functions in your nav bar

The last link in the nav bar is for "Configuration", so to add Mass Functions" after it, enter in the 2nd line below (the first line is the Configuration link for reference)

<li><a href="<?php echo $cfg["cgi_base_url"];?>/config.cgi" target="<?php echo $link_target;?>">Configuration</a></li>
<li><a href="<?php echo $cfg["cgi_base_url"];?>/mass_functions.cgi" target="<?php echo $link_target;?>">Mass Functions</a></li> 

Comments / Questions:
Derek Brewer / derekbr@us.ibm.com
