]> arthur.barton.de Git - netdata.git/commitdiff
add `retries`
authorpaulfantom <paulfantom@gmail.com>
Wed, 6 Jul 2016 16:15:14 +0000 (18:15 +0200)
committerpaulfantom <paulfantom@gmail.com>
Wed, 6 Jul 2016 16:15:14 +0000 (18:15 +0200)
conf.d/Makefile.am
conf.d/python.d/apache.conf
conf.d/python.d/hddtemp.conf
conf.d/python.d/mysql.conf
conf.d/python.d/nginx.conf
conf.d/python.d/phpfpm.conf
conf.d/python.d/squid.conf

index 2c1a9ae384bd65c3e858bd45833cbb4dfaa7b2a6..da7457f2e85451ce4230999ee259e2ea5d441619 100644 (file)
@@ -19,8 +19,12 @@ dist_nodeconfig_DATA = \
 
 pythonconfigdir=$(configdir)/python.d
 dist_pythonconfig_DATA = \
+    python.d/apache.conf \
+    python.d/apache_cache.conf \
        python.d/example.conf \
+       python.d/hddtemp.conf \
        python.d/mysql.conf \
+    python.d/nginx.conf \
        python.d/phpfpm.conf \
        python.d/squid.conf \
        $(NULL)
index 4d02dd483ed7ebd49eb27c9361914209f40af579..0cc218353151a170fc3f232245b051e4aa3de327 100644 (file)
@@ -3,3 +3,4 @@
 
 local:
   url: "http://localhost/server-status?auto"
+  retries: 10
index e29f410c7311758faa2d213c6405b4be3d2b85d4..19e7bfdcc14b2155f8d6768bdc67ec1d722f16b8 100644 (file)
@@ -2,6 +2,7 @@
 # YAML format
 
 update_every: 1
+retries: 10
 host: 'localhost'
 port: 7634
 
index 5027c2397277d52fb5f6ac1d3167536b43ac7eeb..6df941d59935a9391e6e5640be41366a1af63713 100644 (file)
@@ -2,6 +2,7 @@
 # YAML format
 
 update_every: 1
+retries: 10
 
 mycnf:
   name     : 'local'
index 38f6d48924b3aefacb0221e03a96e2a9ae9d6532..cbb862cc8fbe8be664b6848995bfab815471fad7 100644 (file)
@@ -1,5 +1,7 @@
 # Example configuration of nginx.chart.py
 # YAML format
 
+retries: 10
+
 local:
   url: "http://localhost/stub_status"
index 8ae5fa8fbb2e5d523c01bbeb41f4974410ce5408..3c68e8955287c1352c93b92951d16886b4d33742 100644 (file)
@@ -1,5 +1,7 @@
 # Example configuration of phpfpm.chart.py
 # YAML format
 
+retries: 10
+
 local:
   url: "http://localhost/status"
index ad8dab4e016f3345ff3c0dff46f19acdeee3bb28..a0374bf73e969f5ad544825fb3646d68f2c693fe 100644 (file)
@@ -2,6 +2,7 @@
 # YAML format
 
 update_every: 1
+retries: 10
 
 tcp1:
   name     : 'local'