Browse Source

added XXX_retries to charts.d.plugin config files

Costa Tsaousis (ktsaou) 7 years ago
parent
commit
b1868bbb79

+ 5 - 1
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

+ 5 - 1
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

+ 5 - 1
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

+ 5 - 1
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

+ 5 - 1
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

+ 5 - 1
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

+ 5 - 1
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

+ 4 - 1
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

+ 4 - 0
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

+ 6 - 2
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

Some files were not shown because too many files changed in this diff