]> arthur.barton.de Git - netdata.git/blobdiff - python.d/squid.chart.py
add `keep alive`
[netdata.git] / python.d / squid.chart.py
index 96b24cae17ace074dffa0453e44f7d258fcd7aa8..a395b67265234c33bf765b2f9e2a31844533611c 100644 (file)
@@ -46,6 +46,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 = "localhost"
         self.port = 3128