]> arthur.barton.de Git - netdata.git/commitdiff
disable `keep alive` for hddtemp
authorpaulfantom <paulfantom@gmail.com>
Fri, 15 Jul 2016 19:30:49 +0000 (21:30 +0200)
committerpaulfantom <paulfantom@gmail.com>
Fri, 15 Jul 2016 19:30:49 +0000 (21:30 +0200)
python.d/hddtemp.chart.py

index 842004845e527fb47dd241ca884068aed990248a..e953bbd4429064990a169dcf6311ea91160ca621 100644 (file)
@@ -32,6 +32,7 @@ CHARTS = {
 class Service(SocketService):
     def __init__(self, configuration=None, name=None):
         SocketService.__init__(self, configuration=configuration, name=name)
+        self._keep_alive = False
         self.request = ""
         self.host = "127.0.0.1"
         self.port = 7634