Description: Fix cgi-bin path in config.php. Author: Sven Velt Forwarded: not-needed --- a/sample-config/pnp/config.php.in +++ b/sample-config/config_samples/config.php.in @@ -100,7 +100,7 @@ # # Link back to Nagios or Thruk ( www.thruk.org ) # -$conf['nagios_base'] = "/nagios/cgi-bin"; +$conf['nagios_base'] = "/cgi-bin/nagios4"; # # Link back to check_mk´s multisite ( http://mathias-kettner.de/checkmk_multisite.html )