Package: nagios-nrpe-server Version: 2.12-5 Severity: minor Tags: patch
Hi. Attached quilt patch does some minor cosmetic improvements: * Obsoletes patches: 02_nrpe.cfg_local-include.dpatch 03_support_nrpe.d.dpatch * Brings the include statements to the respective sections of the example config file. This should make it easier to keep quick overview. * The former "documentation" of these options is then also obsolete. HTH, Chris.
* Obsoletes patches: 02_nrpe.cfg_local-include.dpatch 03_support_nrpe.d.dpatch * Brings the include statements to the respective sections of the example config file. This should make it easier to keep quick overview. * The former "documentation" of these options is then also obsolete. --- a/sample-config/nrpe.cfg.in +++ b/sample-config/nrpe.cfg.in @@ -162,6 +162,7 @@ # This directive allows you to include definitions from an external config file. #include=<somefile.cfg> +include=/etc/nagios/nrpe_local.cfg @@ -171,6 +172,7 @@ #include_dir=<somedirectory> #include_dir=<someotherdirectory> +include_dir=/etc/nagios/nrpe.d