summaryrefslogtreecommitdiffstats
path: root/charts.d/Makefile.am
blob: ec0e101f311ba6cf3734d9712dd959509e60f05d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#
# Copyright (C) 2015 Alon Bar-Lev <alon.barlev@gmail.com>
#
MAINTAINERCLEANFILES= $(srcdir)/Makefile.in

dist_charts_SCRIPTS = \
	ap.chart.sh \
	apcupsd.chart.sh \
	apache.chart.sh \
	cpu_apps.chart.sh \
	cpufreq.chart.sh \
	example.chart.sh \
	exim.chart.sh \
	hddtemp.chart.sh \
	load_average.chart.sh \
	mem_apps.chart.sh \
	mysql.chart.sh \
	nginx.chart.sh \
	nut.chart.sh \
	opensips.chart.sh \
	phpfpm.chart.sh \
	postfix.chart.sh \
	sensors.chart.sh \
	squid.chart.sh \
	tomcat.chart.sh \
	$(NULL)

dist_charts_DATA = \
	README.md \
	$(NULL)