diff options
Diffstat (limited to 'collectors/python.d.plugin/powerdns')
-rw-r--r-- | collectors/python.d.plugin/powerdns/powerdns.chart.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/collectors/python.d.plugin/powerdns/powerdns.chart.py b/collectors/python.d.plugin/powerdns/powerdns.chart.py index 7ed1554f6..6e5b42a76 100644 --- a/collectors/python.d.plugin/powerdns/powerdns.chart.py +++ b/collectors/python.d.plugin/powerdns/powerdns.chart.py @@ -125,6 +125,7 @@ class Service(UrlService): UrlService.__init__(self, configuration=configuration, name=name) self.order = ORDER self.definitions = CHARTS + self.url = configuration.get('url', 'http://127.0.0.1:8081/api/v1/servers/localhost/statistics') def check(self): self._manager = self._build_manager() |