mirror of
https://github.com/netdata/netdata.git
synced 2025-04-13 01:08:11 +00:00
fix spdx (#4327)
This commit is contained in:
parent
5e4b4417c2
commit
d536ba6a43
349 changed files with 349 additions and 349 deletions
CMakeLists.txtCONTRIBUTORS.mdMakefile.am
build/m4
charts.d
Makefile.amap.chart.shapache.chart.shapcupsd.chart.shcpu_apps.chart.shcpufreq.chart.shexample.chart.shexim.chart.shhddtemp.chart.shlibreswan.chart.shload_average.chart.shmem_apps.chart.shmysql.chart.shnginx.chart.shnut.chart.shopensips.chart.shphpfpm.chart.shpostfix.chart.shsensors.chart.shsquid.chart.shtomcat.chart.sh
conf.d
configure.accontrib
diagrams
docker
installer
kickstart-static64.shkickstart.shmakeself
Makefile.ambuild-x86_64-static.shbuild.shfunctions.shinstall-alpine-packages.shinstall-or-update.sh
netdata-installer.shnetdata.spec.injobs
10-prepare-destination.install.sh50-bash-4.4.18.install.sh50-curl-7.60.0.install.sh50-fping-4.0.install.sh70-netdata-git.install.sh99-makeself.install.sh
makeself-header.shmakeself.shpost-installer.shrun-all-jobs.shnode.d
Makefile.amfronius.node.jsnamed.node.js
node_modules
sma_webbox.node.jssnmp.node.jsstiebeleltron.node.jspackaging
plugins.d
Makefile.amalarm-email.shalarm-notify.sh.inalarm-test.shcgroup-name.sh.incgroup-network-helper.shcharts.d.dryrun-helper.shcharts.d.plugin.infping.plugin.inloopsleepms.sh.incnode.d.plugin.inpython.d.plugin.intc-qos-helper.sh.in
python.d
Makefile.amapache.chart.pybeanstalk.chart.pybind_rndc.chart.pyboinc.chart.pyceph.chart.pychrony.chart.pycouchdb.chart.pycpufreq.chart.pycpuidle.chart.pydns_query_time.chart.pydnsdist.chart.pydovecot.chart.pyelasticsearch.chart.pyexample.chart.pyexim.chart.pyfail2ban.chart.pyfreeradius.chart.pygo_expvar.chart.pyhaproxy.chart.py
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
# This file is only used for development (netdata in Clion)
|
# This file is only used for development (netdata in Clion)
|
||||||
# It can build netdata, but you are on your own...
|
# It can build netdata, but you are on your own...
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<!--
|
<!--
|
||||||
SPDX-License-Identifier: GPL-3.0+
|
SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# netdata contributors license agreement
|
# netdata contributors license agreement
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2015 Alon Bar-Lev <alon.barlev@gmail.com>
|
# Copyright (C) 2015 Alon Bar-Lev <alon.barlev@gmail.com>
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
#
|
#
|
||||||
AUTOMAKE_OPTIONS=foreign 1.10
|
AUTOMAKE_OPTIONS=foreign 1.10
|
||||||
ACLOCAL_AMFLAGS = -I build/m4
|
ACLOCAL_AMFLAGS = -I build/m4
|
||||||
|
|
|
@ -56,7 +56,7 @@
|
||||||
# Copyright (c) 2008 Steven G. Johnson <stevenj@alum.mit.edu>
|
# Copyright (c) 2008 Steven G. Johnson <stevenj@alum.mit.edu>
|
||||||
# Copyright (c) 2011 Daniel Richard G. <skunk@iSKUNK.ORG>
|
# Copyright (c) 2011 Daniel Richard G. <skunk@iSKUNK.ORG>
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
#serial 21
|
#serial 21
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2015 Alon Bar-Lev <alon.barlev@gmail.com>
|
# Copyright (C) 2015 Alon Bar-Lev <alon.barlev@gmail.com>
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
#
|
#
|
||||||
MAINTAINERCLEANFILES= $(srcdir)/Makefile.in
|
MAINTAINERCLEANFILES= $(srcdir)/Makefile.in
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# shellcheck shell=bash
|
# shellcheck shell=bash
|
||||||
# no need for shebang - this file is loaded from charts.d.plugin
|
# no need for shebang - this file is loaded from charts.d.plugin
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
# netdata
|
# netdata
|
||||||
# real-time performance and health monitoring, done right!
|
# real-time performance and health monitoring, done right!
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# shellcheck shell=bash
|
# shellcheck shell=bash
|
||||||
# no need for shebang - this file is loaded from charts.d.plugin
|
# no need for shebang - this file is loaded from charts.d.plugin
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
# netdata
|
# netdata
|
||||||
# real-time performance and health monitoring, done right!
|
# real-time performance and health monitoring, done right!
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# shellcheck shell=bash
|
# shellcheck shell=bash
|
||||||
# no need for shebang - this file is loaded from charts.d.plugin
|
# no need for shebang - this file is loaded from charts.d.plugin
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
# netdata
|
# netdata
|
||||||
# real-time performance and health monitoring, done right!
|
# real-time performance and health monitoring, done right!
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# shellcheck shell=bash disable=SC2154,SC1072,SC1073,SC2009,SC2162,SC2006,SC2002,SC2086,SC1117
|
# shellcheck shell=bash disable=SC2154,SC1072,SC1073,SC2009,SC2162,SC2006,SC2002,SC2086,SC1117
|
||||||
# no need for shebang - this file is loaded from charts.d.plugin
|
# no need for shebang - this file is loaded from charts.d.plugin
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
# netdata
|
# netdata
|
||||||
# real-time performance and health monitoring, done right!
|
# real-time performance and health monitoring, done right!
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# shellcheck shell=bash
|
# shellcheck shell=bash
|
||||||
# no need for shebang - this file is loaded from charts.d.plugin
|
# no need for shebang - this file is loaded from charts.d.plugin
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
# netdata
|
# netdata
|
||||||
# real-time performance and health monitoring, done right!
|
# real-time performance and health monitoring, done right!
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# shellcheck shell=bash
|
# shellcheck shell=bash
|
||||||
# no need for shebang - this file is loaded from charts.d.plugin
|
# no need for shebang - this file is loaded from charts.d.plugin
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
# netdata
|
# netdata
|
||||||
# real-time performance and health monitoring, done right!
|
# real-time performance and health monitoring, done right!
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# shellcheck shell=bash
|
# shellcheck shell=bash
|
||||||
# no need for shebang - this file is loaded from charts.d.plugin
|
# no need for shebang - this file is loaded from charts.d.plugin
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
# netdata
|
# netdata
|
||||||
# real-time performance and health monitoring, done right!
|
# real-time performance and health monitoring, done right!
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# shellcheck shell=bash
|
# shellcheck shell=bash
|
||||||
# no need for shebang - this file is loaded from charts.d.plugin
|
# no need for shebang - this file is loaded from charts.d.plugin
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
# netdata
|
# netdata
|
||||||
# real-time performance and health monitoring, done right!
|
# real-time performance and health monitoring, done right!
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# shellcheck shell=bash disable=SC1117
|
# shellcheck shell=bash disable=SC1117
|
||||||
# no need for shebang - this file is loaded from charts.d.plugin
|
# no need for shebang - this file is loaded from charts.d.plugin
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
# netdata
|
# netdata
|
||||||
# real-time performance and health monitoring, done right!
|
# real-time performance and health monitoring, done right!
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# shellcheck shell=bash disable=SC2154,SC1072,SC1073,SC2009,SC2162,SC2006,SC2002,SC2086,SC1117
|
# shellcheck shell=bash disable=SC2154,SC1072,SC1073,SC2009,SC2162,SC2006,SC2002,SC2086,SC1117
|
||||||
# no need for shebang - this file is loaded from charts.d.plugin
|
# no need for shebang - this file is loaded from charts.d.plugin
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
# netdata
|
# netdata
|
||||||
# real-time performance and health monitoring, done right!
|
# real-time performance and health monitoring, done right!
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# shellcheck shell=bash disable=SC2154,SC1072,SC1073,SC2009,SC2162,SC2006,SC2002,SC2086,SC1117
|
# shellcheck shell=bash disable=SC2154,SC1072,SC1073,SC2009,SC2162,SC2006,SC2002,SC2086,SC1117
|
||||||
# no need for shebang - this file is loaded from charts.d.plugin
|
# no need for shebang - this file is loaded from charts.d.plugin
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
# netdata
|
# netdata
|
||||||
# real-time performance and health monitoring, done right!
|
# real-time performance and health monitoring, done right!
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# shellcheck shell=bash
|
# shellcheck shell=bash
|
||||||
# no need for shebang - this file is loaded from charts.d.plugin
|
# no need for shebang - this file is loaded from charts.d.plugin
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
# netdata
|
# netdata
|
||||||
# real-time performance and health monitoring, done right!
|
# real-time performance and health monitoring, done right!
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# shellcheck shell=bash
|
# shellcheck shell=bash
|
||||||
# no need for shebang - this file is loaded from charts.d.plugin
|
# no need for shebang - this file is loaded from charts.d.plugin
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
# netdata
|
# netdata
|
||||||
# real-time performance and health monitoring, done right!
|
# real-time performance and health monitoring, done right!
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# shellcheck shell=bash
|
# shellcheck shell=bash
|
||||||
# no need for shebang - this file is loaded from charts.d.plugin
|
# no need for shebang - this file is loaded from charts.d.plugin
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
# netdata
|
# netdata
|
||||||
# real-time performance and health monitoring, done right!
|
# real-time performance and health monitoring, done right!
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# shellcheck shell=bash disable=SC1117,SC2154,SC2086
|
# shellcheck shell=bash disable=SC1117,SC2154,SC2086
|
||||||
# no need for shebang - this file is loaded from charts.d.plugin
|
# no need for shebang - this file is loaded from charts.d.plugin
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
# netdata
|
# netdata
|
||||||
# real-time performance and health monitoring, done right!
|
# real-time performance and health monitoring, done right!
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# shellcheck shell=bash
|
# shellcheck shell=bash
|
||||||
# no need for shebang - this file is loaded from charts.d.plugin
|
# no need for shebang - this file is loaded from charts.d.plugin
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
# netdata
|
# netdata
|
||||||
# real-time performance and health monitoring, done right!
|
# real-time performance and health monitoring, done right!
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# shellcheck shell=bash disable=SC1117
|
# shellcheck shell=bash disable=SC1117
|
||||||
# no need for shebang - this file is loaded from charts.d.plugin
|
# no need for shebang - this file is loaded from charts.d.plugin
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
# netdata
|
# netdata
|
||||||
# real-time performance and health monitoring, done right!
|
# real-time performance and health monitoring, done right!
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# shellcheck shell=bash
|
# shellcheck shell=bash
|
||||||
# no need for shebang - this file is loaded from charts.d.plugin
|
# no need for shebang - this file is loaded from charts.d.plugin
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
# netdata
|
# netdata
|
||||||
# real-time performance and health monitoring, done right!
|
# real-time performance and health monitoring, done right!
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# shellcheck shell=bash disable=SC2154
|
# shellcheck shell=bash disable=SC2154
|
||||||
# no need for shebang - this file is loaded from charts.d.plugin
|
# no need for shebang - this file is loaded from charts.d.plugin
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
# netdata
|
# netdata
|
||||||
# real-time performance and health monitoring, done right!
|
# real-time performance and health monitoring, done right!
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# shellcheck shell=bash
|
# shellcheck shell=bash
|
||||||
# no need for shebang - this file is loaded from charts.d.plugin
|
# no need for shebang - this file is loaded from charts.d.plugin
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
# netdata
|
# netdata
|
||||||
# real-time performance and health monitoring, done right!
|
# real-time performance and health monitoring, done right!
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2015 Alon Bar-Lev <alon.barlev@gmail.com>
|
# Copyright (C) 2015 Alon Bar-Lev <alon.barlev@gmail.com>
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
#
|
#
|
||||||
MAINTAINERCLEANFILES= $(srcdir)/Makefile.in
|
MAINTAINERCLEANFILES= $(srcdir)/Makefile.in
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2015 Alon Bar-Lev <alon.barlev@gmail.com>
|
# Copyright (C) 2015 Alon Bar-Lev <alon.barlev@gmail.com>
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
#
|
#
|
||||||
AC_PREREQ(2.60)
|
AC_PREREQ(2.60)
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
MAINTAINERCLEANFILES= $(srcdir)/Makefile.in
|
MAINTAINERCLEANFILES= $(srcdir)/Makefile.in
|
||||||
|
|
||||||
dist_noinst_DATA = \
|
dist_noinst_DATA = \
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
MODE="${1}"
|
MODE="${1}"
|
||||||
MY_PORT="${2}"
|
MY_PORT="${2}"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
MAINTAINERCLEANFILES= $(srcdir)/Makefile.in
|
MAINTAINERCLEANFILES= $(srcdir)/Makefile.in
|
||||||
|
|
||||||
dist_noinst_DATA = \
|
dist_noinst_DATA = \
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
path=$(dirname "$0")
|
path=$(dirname "$0")
|
||||||
cd "${path}" || exit 1
|
cd "${path}" || exit 1
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
# author : paulfantom
|
# author : paulfantom
|
||||||
|
|
||||||
# Cross-arch building is achieved by specifying ARCH as a build parameter with `--build-arg` option.
|
# Cross-arch building is achieved by specifying ARCH as a build parameter with `--build-arg` option.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
# Author : Pawel Krupa (paulfantom)
|
# Author : Pawel Krupa (paulfantom)
|
||||||
# Cross-arch docker build helper script
|
# Cross-arch docker build helper script
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# no shebang necessary - this is a library to be sourced
|
# no shebang necessary - this is a library to be sourced
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
# shellcheck disable=SC1091,SC1117,SC2002,SC2004,SC2034,SC2046,SC2059,SC2086,SC2129,SC2148,SC2154,SC2155,SC2162,SC2166,SC2181,SC2193
|
# shellcheck disable=SC1091,SC1117,SC2002,SC2004,SC2034,SC2046,SC2059,SC2086,SC2129,SC2148,SC2154,SC2155,SC2162,SC2166,SC2181,SC2193
|
||||||
|
|
||||||
# make sure we have a UID
|
# make sure we have a UID
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
# shellcheck disable=SC1117,SC2016,SC2034,SC2039,SC2059,SC2086,SC2119,SC2120,SC2129,SC2162,SC2166,SC2181
|
# shellcheck disable=SC1117,SC2016,SC2034,SC2039,SC2059,SC2086,SC2119,SC2120,SC2129,SC2162,SC2166,SC2181
|
||||||
|
|
||||||
umask 022
|
umask 022
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
#
|
#
|
||||||
# Run me with:
|
# Run me with:
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
MAINTAINERCLEANFILES= $(srcdir)/Makefile.in
|
MAINTAINERCLEANFILES= $(srcdir)/Makefile.in
|
||||||
|
|
||||||
dist_noinst_DATA = \
|
dist_noinst_DATA = \
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
. $(dirname "$0")/../installer/functions.sh || exit 1
|
. $(dirname "$0")/../installer/functions.sh || exit 1
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
# parse command line arguments
|
# parse command line arguments
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
# this script should be running in alpine linux
|
# this script should be running in alpine linux
|
||||||
# install the required packages
|
# install the required packages
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
. $(dirname "${0}")/functions.sh
|
. $(dirname "${0}")/functions.sh
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
. $(dirname "${0}")/../functions.sh "${@}" || exit 1
|
. $(dirname "${0}")/../functions.sh "${@}" || exit 1
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
. $(dirname "${0}")/../functions.sh "${@}" || exit 1
|
. $(dirname "${0}")/../functions.sh "${@}" || exit 1
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
. $(dirname "${0}")/../functions.sh "${@}" || exit 1
|
. $(dirname "${0}")/../functions.sh "${@}" || exit 1
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
. $(dirname "${0}")/../functions.sh "${@}" || exit 1
|
. $(dirname "${0}")/../functions.sh "${@}" || exit 1
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
. ${NETDATA_MAKESELF_PATH}/functions.sh "${@}" || exit 1
|
. ${NETDATA_MAKESELF_PATH}/functions.sh "${@}" || exit 1
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
. $(dirname "${0}")/../functions.sh "${@}" || exit 1
|
. $(dirname "${0}")/../functions.sh "${@}" || exit 1
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
cat << EOF > "$archname"
|
cat << EOF > "$archname"
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# This script was generated using Makeself $MS_VERSION
|
# This script was generated using Makeself $MS_VERSION
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
#
|
#
|
||||||
# Makeself version 2.3.x
|
# Makeself version 2.3.x
|
||||||
# by Stephane Peter <megastep@megastep.org>
|
# by Stephane Peter <megastep@megastep.org>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
# This script is started using the shell of the system
|
# This script is started using the shell of the system
|
||||||
# and executes our 'install-or-update.sh' script
|
# and executes our 'install-or-update.sh' script
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
LC_ALL=C
|
LC_ALL=C
|
||||||
umask 002
|
umask 002
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
# shellcheck disable=SC1090,SC1091,SC1117,SC2002,SC2034,SC2044,SC2046,SC2086,SC2129,SC2162,SC2166,SC2181
|
# shellcheck disable=SC1090,SC1091,SC1117,SC2002,SC2034,SC2044,SC2046,SC2086,SC2129,SC2162,SC2166,SC2181
|
||||||
|
|
||||||
export PATH="${PATH}:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin"
|
export PATH="${PATH}:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
%global contentdir %{_datadir}/netdata
|
%global contentdir %{_datadir}/netdata
|
||||||
|
|
||||||
# This is temporary and should eventually be resolved. This bypasses
|
# This is temporary and should eventually be resolved. This bypasses
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
MAINTAINERCLEANFILES= $(srcdir)/Makefile.in
|
MAINTAINERCLEANFILES= $(srcdir)/Makefile.in
|
||||||
|
|
||||||
dist_node_DATA = \
|
dist_node_DATA = \
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
"use strict";
|
"use strict";
|
||||||
// SPDX-License-Identifier: GPL-3.0+
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
// This program will connect to one or more Fronius Symo Inverters.
|
// This program will connect to one or more Fronius Symo Inverters.
|
||||||
// to get the Solar Power Generated (current, today).
|
// to get the Solar Power Generated (current, today).
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
'use strict';
|
'use strict';
|
||||||
// SPDX-License-Identifier: GPL-3.0+
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
// collect statistics from bind (named) v9.10+
|
// collect statistics from bind (named) v9.10+
|
||||||
//
|
//
|
||||||
|
|
2
node.d/node_modules/netdata.js
generated
vendored
2
node.d/node_modules/netdata.js
generated
vendored
|
@ -3,7 +3,7 @@
|
||||||
// netdata
|
// netdata
|
||||||
// real-time performance and health monitoring, done right!
|
// real-time performance and health monitoring, done right!
|
||||||
// (C) 2016 Costa Tsaousis <costa@tsaousis.gr>
|
// (C) 2016 Costa Tsaousis <costa@tsaousis.gr>
|
||||||
// SPDX-License-Identifier: GPL-3.0+
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
var url = require('url');
|
var url = require('url');
|
||||||
var http = require('http');
|
var http = require('http');
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
'use strict';
|
'use strict';
|
||||||
// SPDX-License-Identifier: GPL-3.0+
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
// This program will connect to one or more SMA Sunny Webboxes
|
// This program will connect to one or more SMA Sunny Webboxes
|
||||||
// to get the Solar Power Generated (current, today, total).
|
// to get the Solar Power Generated (current, today, total).
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
'use strict';
|
'use strict';
|
||||||
// SPDX-License-Identifier: GPL-3.0+
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
// netdata snmp module
|
// netdata snmp module
|
||||||
// This program will connect to one or more SNMP Agents
|
// This program will connect to one or more SNMP Agents
|
||||||
//
|
//
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
'use strict';
|
'use strict';
|
||||||
// SPDX-License-Identifier: GPL-3.0+
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
// This program will connect to one Stiebel Eltron ISG for heatpump heating
|
// This program will connect to one Stiebel Eltron ISG for heatpump heating
|
||||||
// to get the heat pump metrics.
|
// to get the heat pump metrics.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
#
|
#
|
||||||
# check-files
|
# check-files
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
# When run from the top-level repository, performs a complete clean
|
# When run from the top-level repository, performs a complete clean
|
||||||
# and maintainer-mode rebuild of the FireHOL package.
|
# and maintainer-mode rebuild of the FireHOL package.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
packaging_check_init() {
|
packaging_check_init() {
|
||||||
version_check=
|
version_check=
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
#
|
#
|
||||||
# release-msg
|
# release-msg
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
# When provided with a git repo, which has been used to produce a
|
# When provided with a git repo, which has been used to produce a
|
||||||
# distribution tar.gz (with make dist) and the resultant tar-file,
|
# distribution tar.gz (with make dist) and the resultant tar-file,
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
#
|
#
|
||||||
# update-tags
|
# update-tags
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2015 Alon Bar-Lev <alon.barlev@gmail.com>
|
# Copyright (C) 2015 Alon Bar-Lev <alon.barlev@gmail.com>
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
#
|
#
|
||||||
MAINTAINERCLEANFILES= $(srcdir)/Makefile.in
|
MAINTAINERCLEANFILES= $(srcdir)/Makefile.in
|
||||||
CLEANFILES = \
|
CLEANFILES = \
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
# OBSOLETE - REPLACED WITH
|
# OBSOLETE - REPLACED WITH
|
||||||
# alarm-notify.sh
|
# alarm-notify.sh
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# netdata
|
# netdata
|
||||||
# real-time performance and health monitoring, done right!
|
# real-time performance and health monitoring, done right!
|
||||||
# (C) 2017 Costa Tsaousis <costa@tsaousis.gr>
|
# (C) 2017 Costa Tsaousis <costa@tsaousis.gr>
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
#
|
#
|
||||||
# Script to send alarm notifications for netdata
|
# Script to send alarm notifications for netdata
|
||||||
#
|
#
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# netdata
|
# netdata
|
||||||
# real-time performance and health monitoring, done right!
|
# real-time performance and health monitoring, done right!
|
||||||
# (C) 2017 Costa Tsaousis <costa@tsaousis.gr>
|
# (C) 2017 Costa Tsaousis <costa@tsaousis.gr>
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
#
|
#
|
||||||
# Script to test alarm notifications for netdata
|
# Script to test alarm notifications for netdata
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# netdata
|
# netdata
|
||||||
# real-time performance and health monitoring, done right!
|
# real-time performance and health monitoring, done right!
|
||||||
# (C) 2016 Costa Tsaousis <costa@tsaousis.gr>
|
# (C) 2016 Costa Tsaousis <costa@tsaousis.gr>
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
#
|
#
|
||||||
# Script to find a better name for cgroups
|
# Script to find a better name for cgroups
|
||||||
#
|
#
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
# detect container and virtual machine interfaces
|
# detect container and virtual machine interfaces
|
||||||
#
|
#
|
||||||
# (C) 2017 Costa Tsaousis
|
# (C) 2017 Costa Tsaousis
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
#
|
#
|
||||||
# This script is called as root (by cgroup-network), with either a pid, or a cgroup path.
|
# This script is called as root (by cgroup-network), with either a pid, or a cgroup path.
|
||||||
# It tries to find all the network interfaces that belong to the same cgroup.
|
# It tries to find all the network interfaces that belong to the same cgroup.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
# shellcheck disable=SC2181
|
# shellcheck disable=SC2181
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
# netdata
|
# netdata
|
||||||
# real-time performance and health monitoring, done right!
|
# real-time performance and health monitoring, done right!
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
# netdata
|
# netdata
|
||||||
# real-time performance and health monitoring, done right!
|
# real-time performance and health monitoring, done right!
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# no need for shebang - this file is included from other scripts
|
# no need for shebang - this file is included from other scripts
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
LOOPSLEEP_DATE="$(which date 2>/dev/null || command -v date 2>/dev/null)"
|
LOOPSLEEP_DATE="$(which date 2>/dev/null || command -v date 2>/dev/null)"
|
||||||
if [ -z "$LOOPSLEEP_DATE" ]
|
if [ -z "$LOOPSLEEP_DATE" ]
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
// netdata
|
// netdata
|
||||||
// real-time performance and health monitoring, done right!
|
// real-time performance and health monitoring, done right!
|
||||||
// (C) 2017 Costa Tsaousis <costa@tsaousis.gr>
|
// (C) 2017 Costa Tsaousis <costa@tsaousis.gr>
|
||||||
// SPDX-License-Identifier: GPL-3.0+
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
// --------------------------------------------------------------------------------------------------------------------
|
// --------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ echo "ERROR python IS NOT AVAILABLE IN THIS SYSTEM")" "$0" "$@" # '''
|
||||||
# Description:
|
# Description:
|
||||||
# Author: Pawel Krupa (paulfantom)
|
# Author: Pawel Krupa (paulfantom)
|
||||||
# Author: Ilya Mashchenko (l2isbad)
|
# Author: Ilya Mashchenko (l2isbad)
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
import gc
|
import gc
|
||||||
import os
|
import os
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# netdata
|
# netdata
|
||||||
# real-time performance and health monitoring, done right!
|
# real-time performance and health monitoring, done right!
|
||||||
# (C) 2017 Costa Tsaousis <costa@tsaousis.gr>
|
# (C) 2017 Costa Tsaousis <costa@tsaousis.gr>
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
#
|
#
|
||||||
# This script is a helper to allow netdata collect tc data.
|
# This script is a helper to allow netdata collect tc data.
|
||||||
# tc output parsing has been implemented in C, inside netdata
|
# tc output parsing has been implemented in C, inside netdata
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
MAINTAINERCLEANFILES= $(srcdir)/Makefile.in
|
MAINTAINERCLEANFILES= $(srcdir)/Makefile.in
|
||||||
CLEANFILES = \
|
CLEANFILES = \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# Description: apache netdata python.d module
|
# Description: apache netdata python.d module
|
||||||
# Author: Pawel Krupa (paulfantom)
|
# Author: Pawel Krupa (paulfantom)
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
from bases.FrameworkServices.UrlService import UrlService
|
from bases.FrameworkServices.UrlService import UrlService
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# Description: beanstalk netdata python.d module
|
# Description: beanstalk netdata python.d module
|
||||||
# Author: l2isbad
|
# Author: l2isbad
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
try:
|
try:
|
||||||
import beanstalkc
|
import beanstalkc
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# Description: bind rndc netdata python.d module
|
# Description: bind rndc netdata python.d module
|
||||||
# Author: l2isbad
|
# Author: l2isbad
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# Description: BOINC netdata python.d module
|
# Description: BOINC netdata python.d module
|
||||||
# Author: Austin S. Hemmelgarn (Ferroin)
|
# Author: Austin S. Hemmelgarn (Ferroin)
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
import socket
|
import socket
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# Description: ceph netdata python.d module
|
# Description: ceph netdata python.d module
|
||||||
# Author: Luis Eduardo (lets00)
|
# Author: Luis Eduardo (lets00)
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
try:
|
try:
|
||||||
import rados
|
import rados
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# Description: chrony netdata python.d module
|
# Description: chrony netdata python.d module
|
||||||
# Author: Dominik Schloesser (domschl)
|
# Author: Dominik Schloesser (domschl)
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
from bases.FrameworkServices.ExecutableService import ExecutableService
|
from bases.FrameworkServices.ExecutableService import ExecutableService
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# Description: couchdb netdata python.d module
|
# Description: couchdb netdata python.d module
|
||||||
# Author: wohali <wohali@apache.org>
|
# Author: wohali <wohali@apache.org>
|
||||||
# Thanks to l2isbad for good examples :)
|
# Thanks to l2isbad for good examples :)
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
from collections import namedtuple, defaultdict
|
from collections import namedtuple, defaultdict
|
||||||
from json import loads
|
from json import loads
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# Description: cpufreq netdata python.d module
|
# Description: cpufreq netdata python.d module
|
||||||
# Author: Pawel Krupa (paulfantom)
|
# Author: Pawel Krupa (paulfantom)
|
||||||
# Author: Steven Noonan (tycho)
|
# Author: Steven Noonan (tycho)
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
import glob
|
import glob
|
||||||
import os
|
import os
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# Description: cpuidle netdata python.d module
|
# Description: cpuidle netdata python.d module
|
||||||
# Author: Steven Noonan (tycho)
|
# Author: Steven Noonan (tycho)
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
import ctypes
|
import ctypes
|
||||||
import glob
|
import glob
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# Description: dns_query_time netdata python.d module
|
# Description: dns_query_time netdata python.d module
|
||||||
# Author: l2isbad
|
# Author: l2isbad
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
from random import choice
|
from random import choice
|
||||||
from socket import getaddrinfo, gaierror
|
from socket import getaddrinfo, gaierror
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
from json import loads
|
from json import loads
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# Description: dovecot netdata python.d module
|
# Description: dovecot netdata python.d module
|
||||||
# Author: Pawel Krupa (paulfantom)
|
# Author: Pawel Krupa (paulfantom)
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
from bases.FrameworkServices.SocketService import SocketService
|
from bases.FrameworkServices.SocketService import SocketService
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# Description: elastic search node stats netdata python.d module
|
# Description: elastic search node stats netdata python.d module
|
||||||
# Author: l2isbad
|
# Author: l2isbad
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
import json
|
import json
|
||||||
import threading
|
import threading
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# Description: example netdata python.d module
|
# Description: example netdata python.d module
|
||||||
# Author: Put your name here (your github login)
|
# Author: Put your name here (your github login)
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
from random import SystemRandom
|
from random import SystemRandom
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# Description: exim netdata python.d module
|
# Description: exim netdata python.d module
|
||||||
# Author: Pawel Krupa (paulfantom)
|
# Author: Pawel Krupa (paulfantom)
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
from bases.FrameworkServices.ExecutableService import ExecutableService
|
from bases.FrameworkServices.ExecutableService import ExecutableService
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# Description: fail2ban log netdata python.d module
|
# Description: fail2ban log netdata python.d module
|
||||||
# Author: l2isbad
|
# Author: l2isbad
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
import re
|
import re
|
||||||
import os
|
import os
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# Description: freeradius netdata python.d module
|
# Description: freeradius netdata python.d module
|
||||||
# Author: l2isbad
|
# Author: l2isbad
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
from re import findall
|
from re import findall
|
||||||
from subprocess import Popen, PIPE
|
from subprocess import Popen, PIPE
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# Description: go_expvar netdata python.d module
|
# Description: go_expvar netdata python.d module
|
||||||
# Author: Jan Kral (kralewitz)
|
# Author: Jan Kral (kralewitz)
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
from __future__ import division
|
from __future__ import division
|
||||||
import json
|
import json
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# Description: haproxy netdata python.d module
|
# Description: haproxy netdata python.d module
|
||||||
# Author: l2isbad, ktarasz
|
# Author: l2isbad, ktarasz
|
||||||
# SPDX-License-Identifier: GPL-3.0+
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
from collections import defaultdict
|
from collections import defaultdict
|
||||||
from re import compile as re_compile
|
from re import compile as re_compile
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue