From 6a225eb1a8f6d293b65eb32924444f5b63a33d0c Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel.baumann@progress-linux.org>
Date: Mon, 6 May 2024 03:20:10 +0200
Subject: Adding debian version 3.2.1-2.

Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
---
 debian/check_nrpe.cfg | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 debian/check_nrpe.cfg

(limited to 'debian/check_nrpe.cfg')

diff --git a/debian/check_nrpe.cfg b/debian/check_nrpe.cfg
new file mode 100644
index 0000000..2b71c31
--- /dev/null
+++ b/debian/check_nrpe.cfg
@@ -0,0 +1,11 @@
+# this command runs a program $ARG1$ with no arguments and enables SSL support
+define command {
+	command_name	check_nrpe
+	command_line	/usr/lib/nagios/plugins/check_nrpe -H $HOSTADDRESS$ -c $ARG1$
+}
+
+# this command runs a program $ARG1$ with no arguments and disables SSL support
+define command {
+	command_name	check_nrpe_nossl
+	command_line	/usr/lib/nagios/plugins/check_nrpe -H $HOSTADDRESS$ -c $ARG1$ -n
+}
-- 
cgit v1.2.3