]> arthur.barton.de Git - netdata.git/commitdiff
unset update_every
authorpaulfantom <paulfantom@gmail.com>
Wed, 22 Jun 2016 11:53:17 +0000 (13:53 +0200)
committerpaulfantom <paulfantom@gmail.com>
Wed, 22 Jun 2016 11:53:17 +0000 (13:53 +0200)
python.d/phpfpm.chart.py

index 01efc576886fba3233fff8c3bfac9a226850be05..31bd2fdbb748ed498139b318ecf3d2ff7391fae7 100755 (executable)
@@ -5,17 +5,17 @@
 from base import UrlService
 
 # default module values (can be overridden per job in `config`)
-#update_every = 2
-#priority = 60000
-#retries = 5
+# update_every = 2
+# priority = 60000
+# retries = 5
 
 # default job configuration (overridden by python.d.plugin)
-config = {'local': {
-    'update_every': update_every,
-    'retries': retries,
-    'priority': priority,
-    'url': 'http://localhost/status'
-}}
+config = {'local': {
+    'update_every': update_every,
+    'retries': retries,
+    'priority': priority,
+    'url': 'http://localhost/status'
+}}
 
 # charts order (can be overridden if you want less charts, or different order)
 ORDER = ['connections', 'requests', 'performance']