]> arthur.barton.de Git - netdata.git/commitdiff
fixing mistake from future
authorpaulfantom <paulfantom@gmail.com>
Tue, 21 Jun 2016 18:15:25 +0000 (20:15 +0200)
committerpaulfantom <paulfantom@gmail.com>
Tue, 21 Jun 2016 18:15:25 +0000 (20:15 +0200)
plugins.d/python.d.plugin

index 5d02408fae45c0ed16ad91f5548a531871a28eb7..4a33428426614cb53f0760f34dd062df07ffd270 100755 (executable)
@@ -569,7 +569,6 @@ def run():
          ", ONLY_MODULES=" + str(modules))
 
     # run plugins
-    modules = ['nginx']
     charts = PythonCharts(modules, MODULES_DIR, CONFIG_DIR + "python.d/", disabled)
     charts.check()
     charts.create()