From cc57698c3b191272fb899d3026cec5d129c1f6a3 Mon Sep 17 00:00:00 2001 From: Napsty Date: Fri, 25 Mar 2022 14:39:19 +0100 Subject: [PATCH] Add nrpe v3 parameter in ITL --- itl/command-plugins.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/itl/command-plugins.conf b/itl/command-plugins.conf index a17498f46..f72715278 100644 --- a/itl/command-plugins.conf +++ b/itl/command-plugins.conf @@ -2321,6 +2321,10 @@ object CheckCommand "nrpe" { set_if = "$nrpe_version_2$" description = "Use this if you want to connect to NRPE v2" } + "-3" = { + set_if = "$nrpe_version_3$" + description = "Use this if you want to use NRPE v3 (with increased payload size)" + } "-P" = { value = "$nrpe_payload_size$" description = "Specify non-default payload size for NSClient++"