summaryrefslogtreecommitdiffstats
path: root/.dockerignore
AgeCommit message (Expand)Author
2020-06-07Add DockerfileColin Reeder
alue='v1.42'>v1.42 Mirror of https://github.com/netdata/netdatamatthias
summaryrefslogtreecommitdiffstats
path: root/plugins.d/Makefile.am
blob: 884b8242e410315d8533e011ef2ec8b9a235e229 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# Copyright (C) 2015 Alon Bar-Lev <alon.barlev@gmail.com>
#
MAINTAINERCLEANFILES= $(srcdir)/Makefile.in

dist_plugins_DATA = \
	README.md \
	$(NULL)

dist_plugins_SCRIPTS = \
	cgroup-name.sh \
	charts.d.dryrun-helper.sh \
	charts.d.plugin \
	node.d.plugin \
	python.d.plugin \
	tc-qos-helper.sh \
	loopsleepms.sh.inc \
	$(NULL)