summaryrefslogtreecommitdiffstats
path: root/charts.d
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <ahferroin7@gmail.com>2018-05-31 15:33:12 -0400
committerAustin S. Hemmelgarn <ahferroin7@gmail.com>2018-05-31 15:33:12 -0400
commite8915e26537615282003d6baf094d59712c9b4f1 (patch)
tree2c46b9218f824fd94a803f255ccac3ebcdf959df /charts.d
parent1feb09ad461addb81478e5351845b0491cf2dab6 (diff)
Add SPDX-License-Identifier headers to most files.
This tags all the files that I can clearly identify as being part of Netdata and not a local copy of a third party package that we're redistributing.
Diffstat (limited to 'charts.d')
-rw-r--r--charts.d/ap.chart.sh2
-rw-r--r--charts.d/apache.chart.sh2
-rw-r--r--charts.d/apcupsd.chart.sh2
-rw-r--r--charts.d/cpu_apps.chart.sh2
-rw-r--r--charts.d/cpufreq.chart.sh2
-rw-r--r--charts.d/example.chart.sh2
-rw-r--r--charts.d/exim.chart.sh2
-rw-r--r--charts.d/hddtemp.chart.sh2
-rw-r--r--charts.d/libreswan.chart.sh2
-rw-r--r--charts.d/load_average.chart.sh2
-rw-r--r--charts.d/mem_apps.chart.sh2
-rw-r--r--charts.d/mysql.chart.sh2
-rw-r--r--charts.d/nginx.chart.sh2
-rw-r--r--charts.d/nut.chart.sh2
-rw-r--r--charts.d/opensips.chart.sh2
-rw-r--r--charts.d/phpfpm.chart.sh2
-rw-r--r--charts.d/postfix.chart.sh2
-rw-r--r--charts.d/sensors.chart.sh2
-rw-r--r--charts.d/squid.chart.sh2
-rw-r--r--charts.d/tomcat.chart.sh2
20 files changed, 20 insertions, 20 deletions
diff --git a/charts.d/ap.chart.sh b/charts.d/ap.chart.sh
index ce2eefc9f1..9730a80540 100644
--- a/charts.d/ap.chart.sh
+++ b/charts.d/ap.chart.sh
@@ -1,9 +1,9 @@
# no need for shebang - this file is loaded from charts.d.plugin
+# SPDX-License-Identifier: GPL-3.0+
# netdata
# real-time performance and health monitoring, done right!
# (C) 2016 Costa Tsaousis <costa@tsaousis.gr>
-# GPL v3+
#
# _update_every is a special variable - it holds the number of seconds
diff --git a/charts.d/apache.chart.sh b/charts.d/apache.chart.sh
index a8ac080140..7b272652dd 100644
--- a/charts.d/apache.chart.sh
+++ b/charts.d/apache.chart.sh
@@ -1,9 +1,9 @@
# no need for shebang - this file is loaded from charts.d.plugin
+# SPDX-License-Identifier: GPL-3.0+
# netdata
# real-time performance and health monitoring, done right!
# (C) 2016 Costa Tsaousis <costa@tsaousis.gr>
-# GPL v3+
#
# the URL to download apache status info
diff --git a/charts.d/apcupsd.chart.sh b/charts.d/apcupsd.chart.sh
index 9878fd36c1..9749b7193f 100644
--- a/charts.d/apcupsd.chart.sh
+++ b/charts.d/apcupsd.chart.sh
@@ -1,9 +1,9 @@
# no need for shebang - this file is loaded from charts.d.plugin
+# SPDX-License-Identifier: GPL-3.0+
# netdata
# real-time performance and health monitoring, done right!
# (C) 2016 Costa Tsaousis <costa@tsaousis.gr>
-# GPL v3+
#
apcupsd_ip=
diff --git a/charts.d/cpu_apps.chart.sh b/charts.d/cpu_apps.chart.sh
index 8e075831a5..a624555269 100644
--- a/charts.d/cpu_apps.chart.sh
+++ b/charts.d/cpu_apps.chart.sh
@@ -1,9 +1,9 @@
# no need for shebang - this file is loaded from charts.d.plugin
+# SPDX-License-Identifier: GPL-3.0+
# netdata
# real-time performance and health monitoring, done right!
# (C) 2016 Costa Tsaousis <costa@tsaousis.gr>
-# GPL v3+
#
# THIS PLUGIN IS OBSOLETE
# USE apps.plugin INSTEAD
diff --git a/charts.d/cpufreq.chart.sh b/charts.d/cpufreq.chart.sh
index 1c41c38f26..38dff574db 100644
--- a/charts.d/cpufreq.chart.sh
+++ b/charts.d/cpufreq.chart.sh
@@ -1,9 +1,9 @@
# no need for shebang - this file is loaded from charts.d.plugin
+# SPDX-License-Identifier: GPL-3.0+
# netdata
# real-time performance and health monitoring, done right!
# (C) 2016 Costa Tsaousis <costa@tsaousis.gr>
-# GPL v3+
#
# if this chart is called X.chart.sh, then all functions and global variables
diff --git a/charts.d/example.chart.sh b/charts.d/example.chart.sh
index ffc98712ff..32aaffd0c7 100644
--- a/charts.d/example.chart.sh
+++ b/charts.d/example.chart.sh
@@ -1,9 +1,9 @@
# no need for shebang - this file is loaded from charts.d.plugin
+# SPDX-License-Identifier: GPL-3.0+
# netdata
# real-time performance and health monitoring, done right!
# (C) 2016 Costa Tsaousis <costa@tsaousis.gr>
-# GPL v3+
#
# if this chart is called X.chart.sh, then all functions and global variables
diff --git a/charts.d/exim.chart.sh b/charts.d/exim.chart.sh
index 4c70f2c196..9891eb0b89 100644
--- a/charts.d/exim.chart.sh
+++ b/charts.d/exim.chart.sh
@@ -1,9 +1,9 @@
# no need for shebang - this file is loaded from charts.d.plugin
+# SPDX-License-Identifier: GPL-3.0+
# netdata
# real-time performance and health monitoring, done right!
# (C) 2016 Costa Tsaousis <costa@tsaousis.gr>
-# GPL v3+
#
# Contributed by @jsveiga with PR #480
diff --git a/charts.d/hddtemp.chart.sh b/charts.d/hddtemp.chart.sh
index 3aada1751e..135b6abe0d 100644
--- a/charts.d/hddtemp.chart.sh
+++ b/charts.d/hddtemp.chart.sh
@@ -1,9 +1,9 @@
# no need for shebang - this file is loaded from charts.d.plugin
+# SPDX-License-Identifier: GPL-3.0+
# netdata
# real-time performance and health monitoring, done right!
# (C) 2016 Costa Tsaousis <costa@tsaousis.gr>
-# GPL v3+
#
# contributed by @paulfantom with PR #511
diff --git a/charts.d/libreswan.chart.sh b/charts.d/libreswan.chart.sh
index 30632e9ce2..8078d855c5 100644
--- a/charts.d/libreswan.chart.sh
+++ b/charts.d/libreswan.chart.sh
@@ -1,9 +1,9 @@
# no need for shebang - this file is loaded from charts.d.plugin
+# SPDX-License-Identifier: GPL-3.0+
# netdata
# real-time performance and health monitoring, done right!
# (C) 2018 Costa Tsaousis <costa@tsaousis.gr>
-# GPL v3+
#
# _update_every is a special variable - it holds the number of seconds
diff --git a/charts.d/load_average.chart.sh b/charts.d/load_average.chart.sh
index 70d3aec7a2..f7e3fdee8f 100644
--- a/charts.d/load_average.chart.sh
+++ b/charts.d/load_average.chart.sh
@@ -1,9 +1,9 @@
# no need for shebang - this file is loaded from charts.d.plugin
+# SPDX-License-Identifier: GPL-3.0+
# netdata
# real-time performance and health monitoring, done right!
# (C) 2016 Costa Tsaousis <costa@tsaousis.gr>
-# GPL v3+
#
load_average_update_every=5
diff --git a/charts.d/mem_apps.chart.sh b/charts.d/mem_apps.chart.sh
index 3bc65fe240..511c208c98 100644
--- a/charts.d/mem_apps.chart.sh
+++ b/charts.d/mem_apps.chart.sh
@@ -1,9 +1,9 @@
# no need for shebang - this file is loaded from charts.d.plugin
+# SPDX-License-Identifier: GPL-3.0+
# netdata
# real-time performance and health monitoring, done right!
# (C) 2016 Costa Tsaousis <costa@tsaousis.gr>
-# GPL v3+
#
mem_apps_apps=
diff --git a/charts.d/mysql.chart.sh b/charts.d/mysql.chart.sh
index 1363d01f42..f44eebfd08 100644
--- a/charts.d/mysql.chart.sh
+++ b/charts.d/mysql.chart.sh
@@ -1,9 +1,9 @@
# no need for shebang - this file is loaded from charts.d.plugin
+# SPDX-License-Identifier: GPL-3.0+
# netdata
# real-time performance and health monitoring, done right!
# (C) 2016 Costa Tsaousis <costa@tsaousis.gr>
-# GPL v3+
#
# http://dev.mysql.com/doc/refman/5.0/en/server-status-variables.html
diff --git a/charts.d/nginx.chart.sh b/charts.d/nginx.chart.sh
index d0df460ace..07860f868c 100644
--- a/charts.d/nginx.chart.sh
+++ b/charts.d/nginx.chart.sh
@@ -1,9 +1,9 @@
# no need for shebang - this file is loaded from charts.d.plugin
+# SPDX-License-Identifier: GPL-3.0+
# netdata
# real-time performance and health monitoring, done right!
# (C) 2016 Costa Tsaousis <costa@tsaousis.gr>
-# GPL v3+
#
# if this chart is called X.chart.sh, then all functions and global variables
diff --git a/charts.d/nut.chart.sh b/charts.d/nut.chart.sh
index b9148272e5..36eb5587b1 100644
--- a/charts.d/nut.chart.sh
+++ b/charts.d/nut.chart.sh
@@ -1,9 +1,9 @@
# no need for shebang - this file is loaded from charts.d.plugin
+# SPDX-License-Identifier: GPL-3.0+
# netdata
# real-time performance and health monitoring, done right!
# (C) 2016-2017 Costa Tsaousis <costa@tsaousis.gr>
-# GPL v3+
#
# a space separated list of UPS names
diff --git a/charts.d/opensips.chart.sh b/charts.d/opensips.chart.sh
index 2a0249daed..3898584599 100644
--- a/charts.d/opensips.chart.sh
+++ b/charts.d/opensips.chart.sh
@@ -1,9 +1,9 @@
# no need for shebang - this file is loaded from charts.d.plugin
+# SPDX-License-Identifier: GPL-3.0+
# netdata
# real-time performance and health monitoring, done right!
# (C) 2016 Costa Tsaousis <costa@tsaousis.gr>
-# GPL v3+
#
opensips_opts="fifo get_statistics all"
diff --git a/charts.d/phpfpm.chart.sh b/charts.d/phpfpm.chart.sh
index a3c69b6f02..6e18822866 100644
--- a/charts.d/phpfpm.chart.sh
+++ b/charts.d/phpfpm.chart.sh
@@ -1,9 +1,9 @@
# no need for shebang - this file is loaded from charts.d.plugin
+# SPDX-License-Identifier: GPL-3.0+
# netdata
# real-time performance and health monitoring, done right!
# (C) 2016 Costa Tsaousis <costa@tsaousis.gr>
-# GPL v3+
#
# Contributed by @safeie with PR #276
diff --git a/charts.d/postfix.chart.sh b/charts.d/postfix.chart.sh
index 85604fcbe2..daf91ecf1e 100644
--- a/charts.d/postfix.chart.sh
+++ b/charts.d/postfix.chart.sh
@@ -1,9 +1,9 @@
# no need for shebang - this file is loaded from charts.d.plugin
+# SPDX-License-Identifier: GPL-3.0+
# netdata
# real-time performance and health monitoring, done right!
# (C) 2016 Costa Tsaousis <costa@tsaousis.gr>
-# GPL v3+
#
# the postqueue command
diff --git a/charts.d/sensors.chart.sh b/charts.d/sensors.chart.sh
index f21248da11..4ffff6db37 100644
--- a/charts.d/sensors.chart.sh
+++ b/charts.d/sensors.chart.sh
@@ -1,9 +1,9 @@
# no need for shebang - this file is loaded from charts.d.plugin
+# SPDX-License-Identifier: GPL-3.0+
# netdata
# real-time performance and health monitoring, done right!
# (C) 2016 Costa Tsaousis <costa@tsaousis.gr>
-# GPL v3+
#
# sensors docs
diff --git a/charts.d/squid.chart.sh b/charts.d/squid.chart.sh
index 2c19c35d59..c28f586802 100644
--- a/charts.d/squid.chart.sh
+++ b/charts.d/squid.chart.sh
@@ -1,9 +1,9 @@
# no need for shebang - this file is loaded from charts.d.plugin
+# SPDX-License-Identifier: GPL-3.0+
# netdata
# real-time performance and health monitoring, done right!
# (C) 2016 Costa Tsaousis <costa@tsaousis.gr>
-# GPL v3+
#
squid_host=
diff --git a/charts.d/tomcat.chart.sh b/charts.d/tomcat.chart.sh
index 4ea6ae6839..b788d29b67 100644
--- a/charts.d/tomcat.chart.sh
+++ b/charts.d/tomcat.chart.sh
@@ -1,9 +1,9 @@
# no need for shebang - this file is loaded from charts.d.plugin
+# SPDX-License-Identifier: GPL-3.0+
# netdata
# real-time performance and health monitoring, done right!
# (C) 2016 Costa Tsaousis <costa@tsaousis.gr>
-# GPL v3+
#
# Contributed by @jgeromero with PR #277