0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-17 11:12:42 +00:00

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.
This commit is contained in:
Austin S. Hemmelgarn 2018-05-31 15:33:12 -04:00
parent 1feb09ad46
commit e8915e2653
341 changed files with 345 additions and 34 deletions
Dockerfile.alpineMakefile.am
charts.d
conf.d
contrib
installer
kickstart-static64.shkickstart.sh
makeself
netdata-installer.shnetdata.spec.in
node.d
packaging
plugins.d
profile
python.d

View file

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-3.0+
FROM alpine:edge as builder
# Install prerequisites

View file

@ -1,5 +1,6 @@
#
# Copyright (C) 2015 Alon Bar-Lev <alon.barlev@gmail.com>
# SPDX-License-Identifier: GPL-3.0+
#
AUTOMAKE_OPTIONS=foreign dist-bzip2 dist-xz 1.10
ACLOCAL_AMFLAGS = -I m4

View file

@ -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

View file

@ -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

View file

@ -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=

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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=

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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"

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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=

View file

@ -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

View file

@ -1,5 +1,6 @@
#
# Copyright (C) 2015 Alon Bar-Lev <alon.barlev@gmail.com>
# SPDX-License-Identifier: GPL-3.0+
#
MAINTAINERCLEANFILES= $(srcdir)/Makefile.in

View file

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-3.0+
MAINTAINERCLEANFILES= $(srcdir)/Makefile.in
dist_noinst_DATA = \

View file

@ -1,4 +1,5 @@
#!/usr/bin/env bash
# SPDX-License-Identifier: GPL-3.0+
MODE="${1}"
MY_PORT="${2}"

View file

@ -1,4 +1,5 @@
# no shebang necessary - this is a library to be sourced
# SPDX-License-Identifier: GPL-3.0+
# make sure we have a UID
[ -z "${UID}" ] && UID="$(id -u)"

View file

@ -1,4 +1,5 @@
#!/usr/bin/env sh
# SPDX-License-Identifier: GPL-3.0+
umask 022

View file

@ -1,4 +1,5 @@
#!/usr/bin/env sh
# SPDX-License-Identifier: GPL-3.0+
#
# Run me with:
#

View file

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-3.0+
MAINTAINERCLEANFILES= $(srcdir)/Makefile.in
dist_noinst_DATA = \

View file

@ -1,4 +1,5 @@
#!/usr/bin/env bash
# SPDX-License-Identifier: GPL-3.0+
. $(dirname "$0")/../installer/functions.sh || exit 1

View file

@ -1,4 +1,5 @@
#!/usr/bin/env sh
# SPDX-License-Identifier: GPL-3.0+
# -----------------------------------------------------------------------------
# parse command line arguments

View file

@ -1,4 +1,5 @@
#!/usr/bin/env bash
# SPDX-License-Identifier: GPL-3.0+
# -----------------------------------------------------------------------------

View file

@ -1,4 +1,5 @@
#!/usr/bin/env sh
# SPDX-License-Identifier: GPL-3.0+
# this script should be running in alpine linux
# install the required packages

View file

@ -1,4 +1,5 @@
#!/usr/bin/env bash
# SPDX-License-Identifier: GPL-3.0+
. $(dirname "${0}")/functions.sh

View file

@ -1,4 +1,5 @@
#!/usr/bin/env bash
# SPDX-License-Identifier: GPL-3.0+
. $(dirname "${0}")/../functions.sh "${@}" || exit 1

View file

@ -1,4 +1,5 @@
#!/usr/bin/env bash
# SPDX-License-Identifier: GPL-3.0+
. $(dirname "${0}")/../functions.sh "${@}" || exit 1

View file

@ -1,4 +1,5 @@
#!/usr/bin/env bash
# SPDX-License-Identifier: GPL-3.0+
. $(dirname "${0}")/../functions.sh "${@}" || exit 1

View file

@ -1,4 +1,5 @@
#!/usr/bin/env bash
# SPDX-License-Identifier: GPL-3.0+
. $(dirname "${0}")/../functions.sh "${@}" || exit 1

View file

@ -1,4 +1,5 @@
#!/usr/bin/env bash
# SPDX-License-Identifier: GPL-3.0+
. ${NETDATA_MAKESELF_PATH}/functions.sh "${@}" || exit 1

View file

@ -1,4 +1,5 @@
#!/usr/bin/env bash
# SPDX-License-Identifier: GPL-3.0+
. $(dirname "${0}")/../functions.sh "${@}" || exit 1

View file

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-3.0+
cat << EOF > "$archname"
#!/bin/sh
# This script was generated using Makeself $MS_VERSION

View file

@ -1,4 +1,5 @@
#!/bin/sh
# SPDX-License-Identifier: GPL-3.0+
#
# Makeself version 2.3.x
# by Stephane Peter <megastep@megastep.org>

View file

@ -1,4 +1,5 @@
#!/bin/sh
# SPDX-License-Identifier: GPL-3.0+
# This script is started using the shell of the system
# and executes our 'install-or-update.sh' script

View file

@ -1,4 +1,5 @@
#!/usr/bin/env bash
# SPDX-License-Identifier: GPL-3.0+
LC_ALL=C
umask 002

View file

@ -1,4 +1,5 @@
#!/usr/bin/env bash
# SPDX-License-Identifier: GPL-3.0+
export PATH="${PATH}:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin"
uniquepath() {

View file

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-3.0+
%global contentdir %{_datadir}/netdata
# This is temporary and should eventually be resolved. This bypasses

View file

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-3.0+
MAINTAINERCLEANFILES= $(srcdir)/Makefile.in
dist_node_DATA = \

View file

@ -1,4 +1,5 @@
"use strict";
// SPDX-License-Identifier: GPL-3.0+
// This program will connect to one or more Fronius Symo Inverters.
// to get the Solar Power Generated (current, today).

View file

@ -1,4 +1,5 @@
'use strict';
// SPDX-License-Identifier: GPL-3.0+
// collect statistics from bind (named) v9.10+
//

2
node.d/node_modules/netdata.js generated vendored
View file

@ -3,7 +3,7 @@
// netdata
// real-time performance and health monitoring, done right!
// (C) 2016 Costa Tsaousis <costa@tsaousis.gr>
// GPL v3+
// SPDX-License-Identifier: GPL-3.0+
var url = require('url');
var http = require('http');

View file

@ -1,4 +1,5 @@
'use strict';
// SPDX-License-Identifier: GPL-3.0+
// This program will connect to one or more SMA Sunny Webboxes
// to get the Solar Power Generated (current, today, total).

View file

@ -1,4 +1,5 @@
'use strict';
// SPDX-License-Identifier: GPL-3.0+
// netdata snmp module
// This program will connect to one or more SNMP Agents
//

View file

@ -1,4 +1,5 @@
'use strict';
// SPDX-License-Identifier: GPL-3.0+
// This program will connect to one Stiebel Eltron ISG for heatpump heating
// to get the heat pump metrics.

View file

@ -1,4 +1,5 @@
#!/bin/bash
# SPDX-License-Identifier: GPL-3.0+
#
# check-files

View file

@ -1,4 +1,5 @@
#!/bin/sh
# SPDX-License-Identifier: GPL-3.0+
# When run from the top-level repository, performs a complete clean
# and maintainer-mode rebuild of the FireHOL package.

View file

@ -1,4 +1,5 @@
#!/bin/bash
# SPDX-License-Identifier: GPL-3.0+
packaging_check_init() {
version_check=

View file

@ -1,4 +1,5 @@
#!/bin/bash
# SPDX-License-Identifier: GPL-3.0+
#
# release-msg

View file

@ -1,4 +1,5 @@
#!/bin/sh
# SPDX-License-Identifier: GPL-3.0+
# When provided with a git repo, which has been used to produce a
# distribution tar.gz (with make dist) and the resultant tar-file,

View file

@ -1,4 +1,5 @@
#!/bin/bash
# SPDX-License-Identifier: GPL-3.0+
#
# update-tags

View file

@ -1,5 +1,6 @@
#
# Copyright (C) 2015 Alon Bar-Lev <alon.barlev@gmail.com>
# SPDX-License-Identifier: GPL-3.0+
#
MAINTAINERCLEANFILES= $(srcdir)/Makefile.in

View file

@ -1,4 +1,5 @@
#!/usr/bin/env bash
# SPDX-License-Identifier: GPL-3.0+
# OBSOLETE - REPLACED WITH
# alarm-notify.sh

View file

@ -3,7 +3,7 @@
# netdata
# real-time performance and health monitoring, done right!
# (C) 2017 Costa Tsaousis <costa@tsaousis.gr>
# GPL v3+
# SPDX-License-Identifier: GPL-3.0+
#
# Script to send alarm notifications for netdata
#

View file

@ -3,7 +3,7 @@
# netdata
# real-time performance and health monitoring, done right!
# (C) 2017 Costa Tsaousis <costa@tsaousis.gr>
# GPL v3+
# SPDX-License-Identifier: GPL-3.0+
#
# Script to test alarm notifications for netdata

View file

@ -3,7 +3,7 @@
# netdata
# real-time performance and health monitoring, done right!
# (C) 2016 Costa Tsaousis <costa@tsaousis.gr>
# GPL v3+
# SPDX-License-Identifier: GPL-3.0+
#
# Script to find a better name for cgroups
#

View file

@ -4,7 +4,7 @@
# detect container and virtual machine interfaces
#
# (C) 2017 Costa Tsaousis
# GPL v3+
# SPDX-License-Identifier: GPL-3.0+
#
# 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.

View file

@ -1,4 +1,5 @@
#!/usr/bin/env bash
# SPDX-License-Identifier: GPL-3.0+
# will stop the script for any error
set -e

View file

@ -1,4 +1,5 @@
#!/usr/bin/env bash
# SPDX-License-Identifier: GPL-3.0+
# netdata
# real-time performance and health monitoring, done right!

View file

@ -1,4 +1,5 @@
#!/usr/bin/env bash
# SPDX-License-Identifier: GPL-3.0+
# netdata
# real-time performance and health monitoring, done right!

View file

@ -1,4 +1,5 @@
# no need for shebang - this file is included from other scripts
# SPDX-License-Identifier: GPL-3.0+
LOOPSLEEP_DATE="$(which date 2>/dev/null || command -v date 2>/dev/null)"
if [ -z "$LOOPSLEEP_DATE" ]

View file

@ -11,7 +11,7 @@
// netdata
// real-time performance and health monitoring, done right!
// (C) 2017 Costa Tsaousis <costa@tsaousis.gr>
// GPL v3+
// SPDX-License-Identifier: GPL-3.0+
// --------------------------------------------------------------------------------------------------------------------

View file

@ -6,6 +6,7 @@ echo "ERROR python IS NOT AVAILABLE IN THIS SYSTEM")" "$0" "$@" # '''
# Description:
# Author: Pawel Krupa (paulfantom)
# Author: Ilya Mashchenko (l2isbad)
# SPDX-License-Identifier: GPL-3.0+
import os
import sys

View file

@ -3,7 +3,7 @@
# netdata
# real-time performance and health monitoring, done right!
# (C) 2017 Costa Tsaousis <costa@tsaousis.gr>
# GPL v3+
# SPDX-License-Identifier: GPL-3.0+
#
# This script is a helper to allow netdata collect tc data.
# tc output parsing has been implemented in C, inside netdata

View file

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-3.0+
COMMON_CFLAGS=-I ../src/ -I ../
PROFILE_CFLAGS=-O1 -ggdb -Wall -Wextra

View file

@ -1,4 +1,4 @@
/* SPDX-License-Identifier: GPL-3.0+ */
/*
* 1. build netdata (as normally)
* 2. cd profile/

View file

@ -1,3 +1,4 @@
/* SPDX-License-Identifier: GPL-3.0+ */
#include <stdio.h>
#include <inttypes.h>
#include <string.h>

View file

@ -1,3 +1,4 @@
/* SPDX-License-Identifier: GPL-3.0+ */
#include "config.h"
#include "common.h"
#include "clocks.h"

View file

@ -1,3 +1,4 @@
/* SPDX-License-Identifier: GPL-3.0+ */
/*
* compile with

View file

@ -1,3 +1,4 @@
/* SPDX-License-Identifier: GPL-3.0+ */
#include <stdio.h>
#include <inttypes.h>
#include <string.h>

View file

@ -1,3 +1,4 @@
/* SPDX-License-Identifier: GPL-3.0+ */
#include <stdlib.h>
#include <arpa/inet.h>
#include <netinet/in.h>

View file

@ -1,3 +1,4 @@
/* SPDX-License-Identifier: GPL-3.0+ */
/*
* 1. build netdata (as normally)

View file

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-3.0+
MAINTAINERCLEANFILES= $(srcdir)/Makefile.in
CLEANFILES = \
python-modules-installer.sh \

View file

@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# Description: apache netdata python.d module
# Author: Pawel Krupa (paulfantom)
# SPDX-License-Identifier: GPL-3.0+
from bases.FrameworkServices.UrlService import UrlService

View file

@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# Description: beanstalk netdata python.d module
# Author: l2isbad
# SPDX-License-Identifier: GPL-3.0+
try:
import beanstalkc

View file

@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# Description: bind rndc netdata python.d module
# Author: l2isbad
# SPDX-License-Identifier: GPL-3.0+
import os

View file

@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# Description: ceph netdata python.d module
# Author: Luis Eduardo (lets00)
# SPDX-License-Identifier: GPL-3.0+
try:
import rados

View file

@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# Description: chrony netdata python.d module
# Author: Dominik Schloesser (domschl)
# SPDX-License-Identifier: GPL-3.0+
from bases.FrameworkServices.ExecutableService import ExecutableService

View file

@ -2,6 +2,7 @@
# Description: couchdb netdata python.d module
# Author: wohali <wohali@apache.org>
# Thanks to l2isbad for good examples :)
# SPDX-License-Identifier: GPL-3.0+
from collections import namedtuple, defaultdict
from json import loads

View file

@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# Description: cpufreq netdata python.d module
# Author: Pawel Krupa (paulfantom) and Steven Noonan (tycho)
# SPDX-License-Identifier: GPL-3.0+
import glob
import os

View file

@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# Description: cpuidle netdata python.d module
# Author: Steven Noonan (tycho)
# SPDX-License-Identifier: GPL-3.0+
import glob
import os

View file

@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# Description: dns_query_time netdata python.d module
# Author: l2isbad
# SPDX-License-Identifier: GPL-3.0+
from random import choice
from threading import Thread

View file

@ -1,4 +1,5 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: GPL-3.0+
from json import loads
from bases.FrameworkServices.UrlService import UrlService

View file

@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# Description: dovecot netdata python.d module
# Author: Pawel Krupa (paulfantom)
# SPDX-License-Identifier: GPL-3.0+
from bases.FrameworkServices.SocketService import SocketService

View file

@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# Description: elastic search node stats netdata python.d module
# Author: l2isbad
# SPDX-License-Identifier: GPL-3.0+
from collections import namedtuple
from json import loads

View file

@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# Description: example netdata python.d module
# Author: Pawel Krupa (paulfantom)
# SPDX-License-Identifier: GPL-3.0+
from random import SystemRandom

View file

@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# Description: exim netdata python.d module
# Author: Pawel Krupa (paulfantom)
# SPDX-License-Identifier: GPL-3.0+
from bases.FrameworkServices.ExecutableService import ExecutableService

View file

@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# Description: fail2ban log netdata python.d module
# Author: l2isbad
# SPDX-License-Identifier: GPL-3.0+
import bisect

View file

@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# Description: freeradius netdata python.d module
# Author: l2isbad
# SPDX-License-Identifier: GPL-3.0+
from re import findall
from subprocess import Popen, PIPE

View file

@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# Description: go_expvar netdata python.d module
# Author: Jan Kral (kralewitz)
# SPDX-License-Identifier: GPL-3.0+
from __future__ import division
import json

View file

@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# Description: haproxy netdata python.d module
# Author: l2isbad, ktarasz
# SPDX-License-Identifier: GPL-3.0+
from collections import defaultdict
from re import compile as re_compile

View file

@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# Description: hddtemp netdata python.d module
# Author: Pawel Krupa (paulfantom)
# SPDX-License-Identifier: GPL-3.0+
import os

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