Code

Cleaned up and documented patches.
[pkg-pnp4nagios.git] / debian / patches / fix-nagios-url
1 Description: Fix cgi-bin path in config.php.
2 Author: Sven Velt <sven@velt.de>
3 Forwarded: not-needed
5 --- a/sample-config/pnp/config.php.in
6 +++ b/sample-config/pnp/config.php.in
7 @@ -73,7 +73,7 @@
8  #
9  # Link back to Nagios or Thruk ( www.thruk.org ) 
10  #
11 -$conf['nagios_base'] = "/nagios/cgi-bin";
12 +$conf['nagios_base'] = "/cgi-bin/nagios3";
13  
14  #
15  # Link back to check_mk´s multisite ( http://mathias-kettner.de/checkmk_multisite.html )