summaryrefslogtreecommitdiffstats
path: root/configdefinitions/src
diff options
context:
space:
mode:
authorArne Juul <arnej@verizonmedia.com>2021-06-11 08:42:54 +0000
committerArne Juul <arnej@verizonmedia.com>2021-06-11 08:42:54 +0000
commit6b0b774e1cccb73f036a00d3271c025a3be81192 (patch)
treebfc3cd43f45da1e378cc3c9fca1fdc17ee12a1ef /configdefinitions/src
parentad9ba1e3b43c7cf5e5ce94a38092d5a805c4e551 (diff)
change names of sentinel connectivity limits
Diffstat (limited to 'configdefinitions/src')
-rw-r--r--configdefinitions/src/vespa/sentinel.def8
1 files changed, 4 insertions, 4 deletions
diff --git a/configdefinitions/src/vespa/sentinel.def b/configdefinitions/src/vespa/sentinel.def
index 45ef9b21cfd..cf19e701717 100644
--- a/configdefinitions/src/vespa/sentinel.def
+++ b/configdefinitions/src/vespa/sentinel.def
@@ -22,11 +22,11 @@ application.region string default="default"
# those that can connect back to us. We delay starting services
# if we have more problems than the following limits allow:
-## Percentage we fail to talk to, maximum
-connectivity.maxBadOutPercent int default=100
+## Percentage of nodes that must be up and fully OK, minimum
+connectivity.minOkPercent int default=0
-## Absolute number of nodes that fail to talk back to us, maximum
-connectivity.maxBadReverseCount int default=999999999
+## Absolute number of nodes with confirmed network connectivity problems, maximum
+connectivity.maxBadCount 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,