summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf.d/charts.d/ap.conf6
-rw-r--r--conf.d/charts.d/apache.conf6
-rw-r--r--conf.d/charts.d/apcupsd.conf6
-rw-r--r--conf.d/charts.d/cpu_apps.conf6
-rw-r--r--conf.d/charts.d/cpufreq.conf6
-rw-r--r--conf.d/charts.d/example.conf6
-rw-r--r--conf.d/charts.d/exim.conf6
-rw-r--r--conf.d/charts.d/hddtemp.conf5
-rw-r--r--conf.d/charts.d/libreswan.conf4
-rw-r--r--conf.d/charts.d/load_average.conf8
-rw-r--r--conf.d/charts.d/mem_apps.conf6
-rw-r--r--conf.d/charts.d/mysql.conf6
-rw-r--r--conf.d/charts.d/nginx.conf6
-rw-r--r--conf.d/charts.d/nut.conf6
-rw-r--r--conf.d/charts.d/opensips.conf6
-rw-r--r--conf.d/charts.d/phpfpm.conf7
-rw-r--r--conf.d/charts.d/postfix.conf7
-rw-r--r--conf.d/charts.d/sensors.conf7
-rw-r--r--conf.d/charts.d/squid.conf7
-rw-r--r--conf.d/charts.d/tomcat.conf6
20 files changed, 103 insertions, 20 deletions
diff --git a/conf.d/charts.d/ap.conf b/conf.d/charts.d/ap.conf
index 88a447eb9f..38fc157ce9 100644
--- a/conf.d/charts.d/ap.conf
+++ b/conf.d/charts.d/ap.conf
@@ -2,7 +2,7 @@
# netdata
# real-time performance and health monitoring, done right!
-# (C) 2016 Costa Tsaousis <costa@tsaousis.gr>
+# (C) 2018 Costa Tsaousis <costa@tsaousis.gr>
# GPL v3+
# nothing fancy to configure.
@@ -17,3 +17,7 @@
# the charts priority on the dashboard
#ap_priority=6900
+
+# the number of retries to do in case of failure
+# before disabling the module
+#ap_retries=10
diff --git a/conf.d/charts.d/apache.conf b/conf.d/charts.d/apache.conf
index b82c2a7fbd..50914cf320 100644
--- a/conf.d/charts.d/apache.conf
+++ b/conf.d/charts.d/apache.conf
@@ -2,7 +2,7 @@
# netdata
# real-time performance and health monitoring, done right!
-# (C) 2016 Costa Tsaousis <costa@tsaousis.gr>
+# (C) 2018 Costa Tsaousis <costa@tsaousis.gr>
# GPL v3+
# THIS PLUGIN IS DEPRECATED
@@ -24,3 +24,7 @@
# the charts priority on the dashboard
#apache_priority=60000
+
+# the number of retries to do in case of failure
+# before disabling the module
+#apache_retries=10
diff --git a/conf.d/charts.d/apcupsd.conf b/conf.d/charts.d/apcupsd.conf
index 30c60d3726..679c0d61b0 100644
--- a/conf.d/charts.d/apcupsd.conf
+++ b/conf.d/charts.d/apcupsd.conf
@@ -2,7 +2,7 @@
# netdata
# real-time performance and health monitoring, done right!
-# (C) 2016 Costa Tsaousis <costa@tsaousis.gr>
+# (C) 2018 Costa Tsaousis <costa@tsaousis.gr>
# GPL v3+
# add all your APC UPSes in this array - uncomment it too
@@ -19,3 +19,7 @@
# the charts priority on the dashboard
#apcupsd_priority=90000
+
+# the number of retries to do in case of failure
+# before disabling the module
+#apcupsd_retries=10
diff --git a/conf.d/charts.d/cpu_apps.conf b/conf.d/charts.d/cpu_apps.conf
index 46d70362e9..850cd0c6f3 100644
--- a/conf.d/charts.d/cpu_apps.conf
+++ b/conf.d/charts.d/cpu_apps.conf
@@ -2,7 +2,7 @@
# netdata
# real-time performance and health monitoring, done right!
-# (C) 2016 Costa Tsaousis <costa@tsaousis.gr>
+# (C) 2018 Costa Tsaousis <costa@tsaousis.gr>
# GPL v3+
# THIS PLUGIN IS DEPRECATED
@@ -13,3 +13,7 @@
# the data collection frequency
# if unset, will inherit the netdata update frequency
#cpu_apps_update_every=2
+
+# the number of retries to do in case of failure
+# before disabling the module
+#cpu_apps_retries=10
diff --git a/conf.d/charts.d/cpufreq.conf b/conf.d/charts.d/cpufreq.conf
index 4f26562ecc..7130555af0 100644
--- a/conf.d/charts.d/cpufreq.conf
+++ b/conf.d/charts.d/cpufreq.conf
@@ -2,7 +2,7 @@
# netdata
# real-time performance and health monitoring, done right!
-# (C) 2016 Costa Tsaousis <costa@tsaousis.gr>
+# (C) 2018 Costa Tsaousis <costa@tsaousis.gr>
# GPL v3+
# THIS PLUGIN IS DEPRECATED
@@ -18,3 +18,7 @@
# the charts priority on the dashboard
#cpufreq_priority=10000
+
+# the number of retries to do in case of failure
+# before disabling the module
+#cpufreq_retries=10
diff --git a/conf.d/charts.d/example.conf b/conf.d/charts.d/example.conf
index dc4b6900e2..6232ca5840 100644
--- a/conf.d/charts.d/example.conf
+++ b/conf.d/charts.d/example.conf
@@ -2,7 +2,7 @@
# netdata
# real-time performance and health monitoring, done right!
-# (C) 2016 Costa Tsaousis <costa@tsaousis.gr>
+# (C) 2018 Costa Tsaousis <costa@tsaousis.gr>
# GPL v3+
# to enable this chart, you have to set this to 12345
@@ -15,3 +15,7 @@
# the charts priority on the dashboard
#example_priority=150000
+
+# the number of retries to do in case of failure
+# before disabling the module
+#example_retries=10
diff --git a/conf.d/charts.d/exim.conf b/conf.d/charts.d/exim.conf
index 4a1464bbd1..f96ac4dbb9 100644
--- a/conf.d/charts.d/exim.conf
+++ b/conf.d/charts.d/exim.conf
@@ -2,7 +2,7 @@
# netdata
# real-time performance and health monitoring, done right!
-# (C) 2016 Costa Tsaousis <costa@tsaousis.gr>
+# (C) 2018 Costa Tsaousis <costa@tsaousis.gr>
# GPL v3+
# THIS PLUGIN IS DEPRECATED
@@ -18,3 +18,7 @@
# the charts priority on the dashboard
#exim_priority=60000
+
+# the number of retries to do in case of failure
+# before disabling the module
+#exim_retries=10
diff --git a/conf.d/charts.d/hddtemp.conf b/conf.d/charts.d/hddtemp.conf
index 535cb01735..b6037b40e0 100644
--- a/conf.d/charts.d/hddtemp.conf
+++ b/conf.d/charts.d/hddtemp.conf
@@ -2,7 +2,7 @@
# netdata
# real-time performance and health monitoring, done right!
-# (C) 2016 Costa Tsaousis <costa@tsaousis.gr>
+# (C) 2018 Costa Tsaousis <costa@tsaousis.gr>
# GPL v3+
# THIS PLUGIN IS DEPRECATED
@@ -18,3 +18,6 @@
# the charts priority on the dashboard
#hddtemp_priority=90000
+# the number of retries to do in case of failure
+# before disabling the module
+#hddtemp_retries=10
diff --git a/conf.d/charts.d/libreswan.conf b/conf.d/charts.d/libreswan.conf
index 4ea67ae48f..9b3ee77b73 100644
--- a/conf.d/charts.d/libreswan.conf
+++ b/conf.d/charts.d/libreswan.conf
@@ -13,6 +13,10 @@
# the charts priority on the dashboard
#libreswan_priority=90000
+# the number of retries to do in case of failure
+# before disabling the module
+#libreswan_retries=10
+
# set to 1, to run ipsec with sudo (the default)
# set to 0, to run ipsec without sudo
#libreswan_sudo=1
diff --git a/conf.d/charts.d/load_average.conf b/conf.d/charts.d/load_average.conf
index abbe80cadd..68979275fd 100644
--- a/conf.d/charts.d/load_average.conf
+++ b/conf.d/charts.d/load_average.conf
@@ -2,7 +2,7 @@
# netdata
# real-time performance and health monitoring, done right!
-# (C) 2016 Costa Tsaousis <costa@tsaousis.gr>
+# (C) 2018 Costa Tsaousis <costa@tsaousis.gr>
# GPL v3+
# THIS PLUGIN IS DEPRECATED
@@ -15,4 +15,8 @@
#load_average_update_every=5
# the charts priority on the dashboard
-#load_priority=100
+#load_average_priority=100
+
+# the number of retries to do in case of failure
+# before disabling the module
+#load_average_retries=10
diff --git a/conf.d/charts.d/mem_apps.conf b/conf.d/charts.d/mem_apps.conf
index aa4ac680bf..75d24dc3ee 100644
--- a/conf.d/charts.d/mem_apps.conf
+++ b/conf.d/charts.d/mem_apps.conf
@@ -2,7 +2,7 @@
# netdata
# real-time performance and health monitoring, done right!
-# (C) 2016 Costa Tsaousis <costa@tsaousis.gr>
+# (C) 2018 Costa Tsaousis <costa@tsaousis.gr>
# GPL v3+
# THIS PLUGIN IS DEPRECATED
@@ -13,3 +13,7 @@
# the data collection frequency
# if unset, will inherit the netdata update frequency
#mem_apps_update_every=2
+
+# the number of retries to do in case of failure
+# before disabling the module
+#mem_apps_retries=10
diff --git a/conf.d/charts.d/mysql.conf b/conf.d/charts.d/mysql.conf
index 6a0b55a4b7..683e4af356 100644
--- a/conf.d/charts.d/mysql.conf
+++ b/conf.d/charts.d/mysql.conf
@@ -2,7 +2,7 @@
# netdata
# real-time performance and health monitoring, done right!
-# (C) 2016 Costa Tsaousis <costa@tsaousis.gr>
+# (C) 2018 Costa Tsaousis <costa@tsaousis.gr>
# GPL v3+
# THIS PLUGIN IS DEPRECATED
@@ -17,3 +17,7 @@
# the charts priority on the dashboard
#mysql_priority=60000
+
+# the number of retries to do in case of failure
+# before disabling the module
+#mysql_retries=10
diff --git a/conf.d/charts.d/nginx.conf b/conf.d/charts.d/nginx.conf
index 8b88b0e30b..c46100a581 100644
--- a/conf.d/charts.d/nginx.conf
+++ b/conf.d/charts.d/nginx.conf
@@ -2,7 +2,7 @@
# netdata
# real-time performance and health monitoring, done right!
-# (C) 2016 Costa Tsaousis <costa@tsaousis.gr>
+# (C) 2018 Costa Tsaousis <costa@tsaousis.gr>
# GPL v3+
# THIS PLUGIN IS DEPRECATED
@@ -17,3 +17,7 @@
# the charts priority on the dashboard
#nginx_priority=60000
+
+# the number of retries to do in case of failure
+# before disabling the module
+#nginx_retries=10
diff --git a/conf.d/charts.d/nut.conf b/conf.d/charts.d/nut.conf
index a836692d89..d477ddd340 100644
--- a/conf.d/charts.d/nut.conf
+++ b/conf.d/charts.d/nut.conf
@@ -2,7 +2,7 @@
# netdata
# real-time performance and health monitoring, done right!
-# (C) 2016-2017 Costa Tsaousis <costa@tsaousis.gr>
+# (C) 2018 Costa Tsaousis <costa@tsaousis.gr>
# GPL v3+
# a space separated list of UPS names
@@ -22,3 +22,7 @@
# the charts priority on the dashboard
#nut_priority=90000
+
+# the number of retries to do in case of failure
+# before disabling the module
+#nut_retries=10
diff --git a/conf.d/charts.d/opensips.conf b/conf.d/charts.d/opensips.conf
index abc4c70e04..e25111dce2 100644
--- a/conf.d/charts.d/opensips.conf
+++ b/conf.d/charts.d/opensips.conf
@@ -2,7 +2,7 @@
# netdata
# real-time performance and health monitoring, done right!
-# (C) 2016 Costa Tsaousis <costa@tsaousis.gr>
+# (C) 2018 Costa Tsaousis <costa@tsaousis.gr>
# GPL v3+
#opensips_opts="fifo get_statistics all"
@@ -15,3 +15,7 @@
# the charts priority on the dashboard
#opensips_priority=80000
+
+# the number of retries to do in case of failure
+# before disabling the module
+#opensips_retries=10
diff --git a/conf.d/charts.d/phpfpm.conf b/conf.d/charts.d/phpfpm.conf
index 1e85763847..e4dd0231b1 100644
--- a/conf.d/charts.d/phpfpm.conf
+++ b/conf.d/charts.d/phpfpm.conf
@@ -2,7 +2,7 @@
# netdata
# real-time performance and health monitoring, done right!
-# (C) 2016 Costa Tsaousis <costa@tsaousis.gr>
+# (C) 2018 Costa Tsaousis <costa@tsaousis.gr>
# GPL v3+
# THIS PLUGIN IS DEPRECATED
@@ -20,3 +20,8 @@
# the charts priority on the dashboard
#phpfpm_priority=60000
+
+# the number of retries to do in case of failure
+# before disabling the module
+#phpfpm_retries=10
+
diff --git a/conf.d/charts.d/postfix.conf b/conf.d/charts.d/postfix.conf
index 7d33d26604..b77817bd6b 100644
--- a/conf.d/charts.d/postfix.conf
+++ b/conf.d/charts.d/postfix.conf
@@ -2,7 +2,7 @@
# netdata
# real-time performance and health monitoring, done right!
-# (C) 2016 Costa Tsaousis <costa@tsaousis.gr>
+# (C) 2018 Costa Tsaousis <costa@tsaousis.gr>
# GPL v3+
# THIS PLUGIN IS DEPRECATED
@@ -18,3 +18,8 @@
# the charts priority on the dashboard
#postfix_priority=60000
+
+# the number of retries to do in case of failure
+# before disabling the module
+#postfix_retries=10
+
diff --git a/conf.d/charts.d/sensors.conf b/conf.d/charts.d/sensors.conf
index d42d17d27e..bcb28807d6 100644
--- a/conf.d/charts.d/sensors.conf
+++ b/conf.d/charts.d/sensors.conf
@@ -2,7 +2,7 @@
# netdata
# real-time performance and health monitoring, done right!
-# (C) 2016 Costa Tsaousis <costa@tsaousis.gr>
+# (C) 2018 Costa Tsaousis <costa@tsaousis.gr>
# GPL v3+
# THIS PLUGIN IS DEPRECATED
@@ -25,3 +25,8 @@
# the charts priority on the dashboard
#sensors_priority=90000
+
+# the number of retries to do in case of failure
+# before disabling the module
+#sensors_retries=10
+
diff --git a/conf.d/charts.d/squid.conf b/conf.d/charts.d/squid.conf
index cf92c12458..19e928f25a 100644
--- a/conf.d/charts.d/squid.conf
+++ b/conf.d/charts.d/squid.conf
@@ -2,7 +2,7 @@
# netdata
# real-time performance and health monitoring, done right!
-# (C) 2016 Costa Tsaousis <costa@tsaousis.gr>
+# (C) 2018 Costa Tsaousis <costa@tsaousis.gr>
# GPL v3+
# THIS PLUGIN IS DEPRECATED
@@ -19,3 +19,8 @@
# the charts priority on the dashboard
#squid_priority=60000
+
+# the number of retries to do in case of failure
+# before disabling the module
+#squid_retries=10
+
diff --git a/conf.d/charts.d/tomcat.conf b/conf.d/charts.d/tomcat.conf
index 710669423b..e9f3eefa99 100644
--- a/conf.d/charts.d/tomcat.conf
+++ b/conf.d/charts.d/tomcat.conf
@@ -2,7 +2,7 @@
# netdata
# real-time performance and health monitoring, done right!
-# (C) 2016 Costa Tsaousis <costa@tsaousis.gr>
+# (C) 2018 Costa Tsaousis <costa@tsaousis.gr>
# GPL v3+
# THIS PLUGIN IS DEPRECATED
@@ -24,6 +24,10 @@
# the charts priority on the dashboard
#tomcat_priority=60000
+# the number of retries to do in case of failure
+# before disabling the module
+#tomcat_retries=10
+
# convert tomcat floating point values
# to integer using this multiplier
# this only affects precision - the values