mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-26 07:04:37 +02:00
Add nrpe v3 parameter in ITL
This commit is contained in:
parent
8c170855cc
commit
cc57698c3b
@ -2321,6 +2321,10 @@ object CheckCommand "nrpe" {
|
|||||||
set_if = "$nrpe_version_2$"
|
set_if = "$nrpe_version_2$"
|
||||||
description = "Use this if you want to connect to NRPE v2"
|
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" = {
|
"-P" = {
|
||||||
value = "$nrpe_payload_size$"
|
value = "$nrpe_payload_size$"
|
||||||
description = "Specify non-default payload size for NSClient++"
|
description = "Specify non-default payload size for NSClient++"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user