Add nrpe v3 parameter in ITL

This commit is contained in:
Napsty 2022-03-25 14:39:19 +01:00
parent 8c170855cc
commit cc57698c3b

View File

@ -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++"