summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to 'system')
-rw-r--r--system/Makefile.am1
-rw-r--r--system/netdata-updater.conf7
2 files changed, 8 insertions, 0 deletions
diff --git a/system/Makefile.am b/system/Makefile.am
index 13466639d5..54e9278c84 100644
--- a/system/Makefile.am
+++ b/system/Makefile.am
@@ -26,6 +26,7 @@ dist_config_SCRIPTS = \
dist_config_DATA = \
.install-type \
+ netdata-updater.conf \
$(NULL)
libconfigvnodesdir=$(libconfigdir)/vnodes
diff --git a/system/netdata-updater.conf b/system/netdata-updater.conf
new file mode 100644
index 0000000000..6cf2062a1a
--- /dev/null
+++ b/system/netdata-updater.conf
@@ -0,0 +1,7 @@
+# Configuration for netdata-updater.sh script.
+#
+# When run non-interactively, the updater script will delay some
+# random number of seconds up to NETDATA_UPDATER_JITTER before
+# actually running the update. The default is 3600 (one
+# hour). Most users should not need to change this.
+#NETDATA_UPDATER_JITTER="3600"