summaryrefslogtreecommitdiffstats
path: root/collectors/python.d.plugin/powerdns/powerdns.chart.py
diff options
context:
space:
mode:
Diffstat (limited to 'collectors/python.d.plugin/powerdns/powerdns.chart.py')
-rw-r--r--collectors/python.d.plugin/powerdns/powerdns.chart.py11
1 files changed, 7 insertions, 4 deletions
diff --git a/collectors/python.d.plugin/powerdns/powerdns.chart.py b/collectors/python.d.plugin/powerdns/powerdns.chart.py
index 4264621b2..7ed1554f6 100644
--- a/collectors/python.d.plugin/powerdns/powerdns.chart.py
+++ b/collectors/python.d.plugin/powerdns/powerdns.chart.py
@@ -8,11 +8,14 @@ from json import loads
from bases.FrameworkServices.UrlService import UrlService
-priority = 60000
-retries = 60
-# update_every = 3
-ORDER = ['questions', 'cache_usage', 'cache_size', 'latency']
+ORDER = [
+ 'questions',
+ 'cache_usage',
+ 'cache_size',
+ 'latency',
+]
+
CHARTS = {
'questions': {
'options': [None, 'PowerDNS Queries and Answers', 'count', 'questions', 'powerdns.questions', 'line'],