diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 01:20:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 01:20:10 +0000 |
commit | 6a225eb1a8f6d293b65eb32924444f5b63a33d0c (patch) | |
tree | e599e801c077cd49399448948811a536f2a8d717 /debian/check_nrpe.cfg | |
parent | Adding upstream version 3.2.1. (diff) | |
download | nagios-nrpe-6a225eb1a8f6d293b65eb32924444f5b63a33d0c.tar.xz nagios-nrpe-6a225eb1a8f6d293b65eb32924444f5b63a33d0c.zip |
Adding debian version 3.2.1-2.debian/3.2.1-2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/check_nrpe.cfg')
-rw-r--r-- | debian/check_nrpe.cfg | 11 |
1 files changed, 11 insertions, 0 deletions
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 +} |