]> arthur.barton.de Git - netdata.git/blobdiff - plugins.d/python.d.plugin
comments
[netdata.git] / plugins.d / python.d.plugin
index a6b410167e91fea93dc629f304bdc075fd2fa897..b349be94c6bf1422c450dc734aaf94b6ce3f2c21 100755 (executable)
@@ -358,6 +358,10 @@ class PythonCharts(object):
                 self._stop(job, "misbehaving. Reason: " + str(e))
 
     def update(self):
+        """
+        Creates and supervises every job thread.
+        This will stay forever and ever and ever forever and ever it'll be the one...
+        """
         for job in self.jobs:
             job.start()