summaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/sentinel.def7
1 files changed, 2 insertions, 5 deletions
diff --git a/configdefinitions/src/vespa/sentinel.def b/configdefinitions/src/vespa/sentinel.def
index 221deee6a68..45ef9b21cfd 100644
--- a/configdefinitions/src/vespa/sentinel.def
+++ b/configdefinitions/src/vespa/sentinel.def
@@ -23,13 +23,10 @@ application.region string default="default"
# if we have more problems than the following limits allow:
## Percentage we fail to talk to, maximum
-connectivity.allowedBadOutPercent int default=100
-
-## Percentage that fails to talk back to us, maximum
-connectivity.allowedBadReversePercent int default=100
+connectivity.maxBadOutPercent int default=100
## Absolute number of nodes that fail to talk back to us, maximum
-connectivity.allowedBadReverseCount int default=999999999
+connectivity.maxBadReverseCount int default=999999999
## The command to run. This will be run by sh -c, and the following
## environment variables are defined: $ROOT, $VESPA_SERVICE_NAME,