summaryrefslogtreecommitdiffstats
path: root/conf.d/python.d/cpufreq.conf
diff options
context:
space:
mode:
authorFederico Ceratto <federico.ceratto@gmail.com>2017-12-19 23:39:21 +0000
committerFederico Ceratto <federico.ceratto@gmail.com>2017-12-19 23:39:21 +0000
commit61aedf201c2c4bf0e5aa4db32e74f4d860b88593 (patch)
treebcf4f9a0cd8bc2daf38b2ff9f29bfcc1e5ed8968 /conf.d/python.d/cpufreq.conf
parentNew upstream version 1.8.0+dfsg (diff)
downloadnetdata-upstream/1.9.0+dfsg.tar.xz
netdata-upstream/1.9.0+dfsg.zip
New upstream version 1.9.0+dfsgupstream/1.9.0+dfsg
Diffstat (limited to 'conf.d/python.d/cpufreq.conf')
-rw-r--r--conf.d/python.d/cpufreq.conf8
1 files changed, 7 insertions, 1 deletions
diff --git a/conf.d/python.d/cpufreq.conf b/conf.d/python.d/cpufreq.conf
index 10c96917f..0890245d9 100644
--- a/conf.d/python.d/cpufreq.conf
+++ b/conf.d/python.d/cpufreq.conf
@@ -31,7 +31,13 @@
# If unset, the default for python.d.plugin is used.
# Attempts to restore the service are made once every update_every
# and only if the module has collected values in the past.
-# retries: 5
+# retries: 60
+
+# autodetection_retry sets the job re-check interval in seconds.
+# The job is not deleted if check fails.
+# Attempts to start the job are made once every autodetection_retry.
+# This feature is disabled by default.
+# autodetection_retry: 0
# The directory to search for the file scaling_cur_freq
sys_dir: "/sys/devices"