summaryrefslogtreecommitdiffstats
path: root/python.d/haproxy.chart.py
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 /python.d/haproxy.chart.py
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 'python.d/haproxy.chart.py')
-rw-r--r--python.d/haproxy.chart.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/python.d/haproxy.chart.py b/python.d/haproxy.chart.py
index a9ee66650..e72698d10 100644
--- a/python.d/haproxy.chart.py
+++ b/python.d/haproxy.chart.py
@@ -10,7 +10,9 @@ try:
except ImportError:
from urllib.parse import urlparse
-from base import UrlService, SocketService
+from bases.FrameworkServices.SocketService import SocketService
+from bases.FrameworkServices.UrlService import UrlService
+
# default module values (can be overridden per job in `config`)
# update_every = 2