2015-12-08 19:39:31 +01:00
|
|
|
|
Description: Fix cgi-bin path in config.php.
|
|
|
|
|
Author: Sven Velt <sven@velt.de>
|
|
|
|
|
Forwarded: not-needed
|
|
|
|
|
|
|
|
|
|
--- a/sample-config/pnp/config.php.in
|
|
|
|
|
+++ b/sample-config/pnp/config.php.in
|
|
|
|
|
@@ -89,7 +89,7 @@ $conf['temp'] = "/var/tmp";
|
|
|
|
|
#
|
|
|
|
|
# Link back to Nagios or Thruk ( www.thruk.org )
|
|
|
|
|
#
|
|
|
|
|
-$conf['nagios_base'] = "/nagios/cgi-bin";
|
2017-05-20 17:30:13 +02:00
|
|
|
|
+$conf['nagios_base'] = "/cgi-bin/nagios4";
|
2015-12-08 19:39:31 +01:00
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# Link back to check_mk´s multisite ( http://mathias-kettner.de/checkmk_multisite.html )
|