summaryrefslogtreecommitdiffstats
path: root/conf.d/charts.d
diff options
context:
space:
mode:
Diffstat (limited to 'conf.d/charts.d')
-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.conf12
-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.conf29
-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, 132 insertions, 22 deletions
diff --git a/conf.d/charts.d/ap.conf b/conf.d/charts.d/ap.conf
index 88a447eb9..38fc157ce 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 b82c2a7fb..50914cf32 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 f8bf7ed60..679c0d61b 100644
--- a/conf.d/charts.d/apcupsd.conf
+++ b/conf.d/charts.d/apcupsd.conf
@@ -2,11 +2,13 @@
# 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+
-#apcupsd_ip=127.0.0.1
-#apcupsd_port=3551
+# add all your APC UPSes in this array - uncomment it too
+#declare -A apcupsd_sources=(
+# ["local"]="127.0.0.1:3551"
+#)
# how long to wait for apcupsd to respond
#apcupsd_timeout=3
@@ -17,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 46d70362e..850cd0c6f 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 4f26562ec..7130555af 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 dc4b6900e..6232ca584 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 4a1464bbd..f96ac4dbb 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 535cb0173..b6037b40e 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
new file mode 100644
index 000000000..9b3ee77b7
--- /dev/null
+++ b/conf.d/charts.d/libreswan.conf
@@ -0,0 +1,29 @@
+# no need for shebang - this file is loaded from charts.d.plugin
+
+# netdata
+# real-time performance and health monitoring, done right!
+# (C) 2018 Costa Tsaousis <costa@tsaousis.gr>
+# GPL v3+
+#
+
+# the data collection frequency
+# if unset, will inherit the netdata update frequency
+#libreswan_update_every=1
+
+# 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
+
+# TO ALLOW NETDATA RUN ipsec AS ROOT
+# CREATE THE FILE: /etc/sudoers.d/netdata
+# WITH THESE 2 LINES (uncommented of course):
+#
+# netdata ALL = (root) NOPASSWD: /sbin/ipsec whack --status
+# netdata ALL = (root) NOPASSWD: /sbin/ipsec whack --trafficstatus
diff --git a/conf.d/charts.d/load_average.conf b/conf.d/charts.d/load_average.conf
index abbe80cad..68979275f 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 aa4ac680b..75d24dc3e 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 6a0b55a4b..683e4af35 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 8b88b0e30..c46100a58 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 a836692d8..d477ddd34 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 abc4c70e0..e25111dce 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 1e8576384..e4dd0231b 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 7d33d2660..b77817bd6 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 d42d17d27..bcb28807d 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 cf92c1245..19e928f25 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 710669423..e9f3eefa9 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