From: paulfantom Date: Wed, 22 Jun 2016 11:53:17 +0000 (+0200) Subject: unset update_every X-Git-Tag: v1.3.0~107^2 X-Git-Url: https://arthur.barton.de/gitweb/?a=commitdiff_plain;h=5b0091ffc2c9e4c3c39dcac319fff72529ffc354;p=netdata.git unset update_every --- diff --git a/python.d/phpfpm.chart.py b/python.d/phpfpm.chart.py index 01efc576..31bd2fdb 100755 --- a/python.d/phpfpm.chart.py +++ b/python.d/phpfpm.chart.py @@ -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']