mirror of https://github.com/Icinga/icinga2.git
Update itl/plugins-contrib.d/network-components.conf
Add repeat_key = true for nwc_health
This commit is contained in:
parent
ec169de5c4
commit
8d715aab35
|
@ -625,10 +625,12 @@ object CheckCommand "nwc_health" {
|
||||||
}
|
}
|
||||||
"--warningx" = {
|
"--warningx" = {
|
||||||
value = "$nwc_health_warningx$"
|
value = "$nwc_health_warningx$"
|
||||||
|
repeat_key = true
|
||||||
description = "The extended warning thresholds"
|
description = "The extended warning thresholds"
|
||||||
}
|
}
|
||||||
"--criticalx" = {
|
"--criticalx" = {
|
||||||
value = "$nwc_health_criticalx$"
|
value = "$nwc_health_criticalx$"
|
||||||
|
repeat_key = true
|
||||||
description = "The extended critical thresholds"
|
description = "The extended critical thresholds"
|
||||||
}
|
}
|
||||||
"--mitigation" = {
|
"--mitigation" = {
|
||||||
|
|
Loading…
Reference in New Issue