summaryrefslogtreecommitdiffstats
path: root/container-core/src/main/resources/configdefinitions/container.jdisc.config.health-monitor.def
diff options
context:
space:
mode:
Diffstat (limited to 'container-core/src/main/resources/configdefinitions/container.jdisc.config.health-monitor.def')
-rw-r--r--container-core/src/main/resources/configdefinitions/container.jdisc.config.health-monitor.def9
1 files changed, 9 insertions, 0 deletions
diff --git a/container-core/src/main/resources/configdefinitions/container.jdisc.config.health-monitor.def b/container-core/src/main/resources/configdefinitions/container.jdisc.config.health-monitor.def
new file mode 100644
index 00000000000..4e91d85b2b8
--- /dev/null
+++ b/container-core/src/main/resources/configdefinitions/container.jdisc.config.health-monitor.def
@@ -0,0 +1,9 @@
+# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+
+namespace=container.jdisc.config
+
+# How far between snapshots. 5 minutes by default
+snapshot_interval double default=300
+
+# Initial status used in /state/v1/health API (value for 'code' in 'status'). See StateMonitor for valid values
+initialStatus string default="initializing"