From 134ec653ca1852cab19cf8731e9d65df6dcceabf Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 13:05:43 +0200 Subject: Adding debian version 4.0.3-1. Signed-off-by: Daniel Baumann --- .../02_nrpe.cfg_local-include_support_nrpe.d.patch | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 debian/patches/02_nrpe.cfg_local-include_support_nrpe.d.patch (limited to 'debian/patches/02_nrpe.cfg_local-include_support_nrpe.d.patch') diff --git a/debian/patches/02_nrpe.cfg_local-include_support_nrpe.d.patch b/debian/patches/02_nrpe.cfg_local-include_support_nrpe.d.patch new file mode 100644 index 0000000..198954b --- /dev/null +++ b/debian/patches/02_nrpe.cfg_local-include_support_nrpe.d.patch @@ -0,0 +1,27 @@ +Description: Support nrpe_local.cfg & nrpe.d directory. +Author: Sean Finney +Author: Alexander Wirt +Forwarded: not-needed + +--- a/sample-config/nrpe.cfg.in ++++ b/sample-config/nrpe.cfg.in +@@ -362,6 +362,19 @@ command[check_total_procs]=@pluginsdir@/ + #include_dir= + #include_dir= + ++ ++ ++# local configuration: ++# if you'd prefer, you can instead place directives here ++ ++include=/etc/nagios/nrpe_local.cfg ++ ++# you can place your config snipplets into nrpe.d/ ++# only snipplets ending in .cfg will get included ++ ++include_dir=/etc/nagios/nrpe.d/ ++ ++ + # KEEP ENVIRONMENT VARIABLES + # This directive allows you to retain specific variables from the environment + # when starting the NRPE daemon. -- cgit v1.2.3