From d4dd00f58a502c9ca4b63e36ce6bc7a9945dc63c Mon Sep 17 00:00:00 2001 From: Federico Ceratto Date: Tue, 27 Mar 2018 22:28:21 +0100 Subject: New upstream version 1.10.0+dfsg --- conf.d/charts.d/ap.conf | 6 +++++- conf.d/charts.d/apache.conf | 6 +++++- conf.d/charts.d/apcupsd.conf | 12 +++++++++--- conf.d/charts.d/cpu_apps.conf | 6 +++++- conf.d/charts.d/cpufreq.conf | 6 +++++- conf.d/charts.d/example.conf | 6 +++++- conf.d/charts.d/exim.conf | 6 +++++- conf.d/charts.d/hddtemp.conf | 5 ++++- conf.d/charts.d/libreswan.conf | 29 +++++++++++++++++++++++++++++ conf.d/charts.d/load_average.conf | 8 ++++++-- conf.d/charts.d/mem_apps.conf | 6 +++++- conf.d/charts.d/mysql.conf | 6 +++++- conf.d/charts.d/nginx.conf | 6 +++++- conf.d/charts.d/nut.conf | 6 +++++- conf.d/charts.d/opensips.conf | 6 +++++- conf.d/charts.d/phpfpm.conf | 7 ++++++- conf.d/charts.d/postfix.conf | 7 ++++++- conf.d/charts.d/sensors.conf | 7 ++++++- conf.d/charts.d/squid.conf | 7 ++++++- conf.d/charts.d/tomcat.conf | 6 +++++- 20 files changed, 132 insertions(+), 22 deletions(-) create mode 100644 conf.d/charts.d/libreswan.conf (limited to 'conf.d/charts.d') 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 +# (C) 2018 Costa Tsaousis # 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 +# (C) 2018 Costa Tsaousis # 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 +# (C) 2018 Costa Tsaousis # 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 +# (C) 2018 Costa Tsaousis # 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 +# (C) 2018 Costa Tsaousis # 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 +# (C) 2018 Costa Tsaousis # 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 +# (C) 2018 Costa Tsaousis # 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 +# (C) 2018 Costa Tsaousis # 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 +# 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 +# (C) 2018 Costa Tsaousis # 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 +# (C) 2018 Costa Tsaousis # 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 +# (C) 2018 Costa Tsaousis # 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 +# (C) 2018 Costa Tsaousis # 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 +# (C) 2018 Costa Tsaousis # 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 +# (C) 2018 Costa Tsaousis # 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 +# (C) 2018 Costa Tsaousis # 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 +# (C) 2018 Costa Tsaousis # 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 +# (C) 2018 Costa Tsaousis # 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 +# (C) 2018 Costa Tsaousis # 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 +# (C) 2018 Costa Tsaousis # 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 -- cgit v1.2.3