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.py9
1 files changed, 7 insertions, 2 deletions
diff --git a/collectors/python.d.plugin/powerdns/powerdns.chart.py b/collectors/python.d.plugin/powerdns/powerdns.chart.py
index 9d80d53f27..7ed1554f65 100644
--- a/collectors/python.d.plugin/powerdns/powerdns.chart.py
+++ b/collectors/python.d.plugin/powerdns/powerdns.chart.py
@@ -8,9 +8,14 @@ from json import loads
from bases.FrameworkServices.UrlService import UrlService
-priority = 60000
-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'],