]> arthur.barton.de Git - netdata.git/blobdiff - python.d/phpfpm.chart.py
nginx + apache python modules
[netdata.git] / python.d / phpfpm.chart.py
index 31bd2fdbb748ed498139b318ecf3d2ff7391fae7..0ccf6800faf0c4dbb8029a5ff2fd63343d196d09 100755 (executable)
@@ -74,4 +74,6 @@ class Service(UrlService):
                     data[self.assignment[tmp[0]]] = int(tmp[1])
                 except (IndexError, ValueError) as a:
                     pass
+        if len(data) == 0:
+            return None
         return data