1
0
mirror of https://github.com/Icinga/icinga2.git synced 2025-04-08 17:05:25 +02:00

Merge pull request from MaBauMeBad/master

ITL: Add repeat_key for check_nwc_health
This commit is contained in:
Michael Friedrich 2018-11-12 17:02:53 +01:00 committed by GitHub
commit cb0fd8d449
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -625,10 +625,12 @@ object CheckCommand "nwc_health" {
}
"--warningx" = {
value = "$nwc_health_warningx$"
repeat_key = true
description = "The extended warning thresholds"
}
"--criticalx" = {
value = "$nwc_health_criticalx$"
repeat_key = true
description = "The extended critical thresholds"
}
"--mitigation" = {