summaryrefslogtreecommitdiffstats
path: root/python.d/chrony.chart.py
diff options
context:
space:
mode:
Diffstat (limited to 'python.d/chrony.chart.py')
-rw-r--r--python.d/chrony.chart.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python.d/chrony.chart.py b/python.d/chrony.chart.py
index 96d7e696e..8f331fa50 100644
--- a/python.d/chrony.chart.py
+++ b/python.d/chrony.chart.py
@@ -2,10 +2,10 @@
# Description: chrony netdata python.d module
# Author: Dominik Schloesser (domschl)
-from base import ExecutableService
+from bases.FrameworkServices.ExecutableService import ExecutableService
# default module values (can be overridden per job in `config`)
-# update_every = 10
+update_every = 5
priority = 60000
retries = 10