X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=python.d%2FMakefile.am;h=bfe28ff2803bf5526cd09d3d8999fef55917e91b;hb=0d6e3714113d50a5f197c9035cf1bd22d2259714;hp=be41dde381f577b7746e050acecfcee1f683cf06;hpb=7a940a09ca225a85b4ea75f9bfd44ffec1031aff;p=netdata.git diff --git a/python.d/Makefile.am b/python.d/Makefile.am index be41dde3..bfe28ff2 100644 --- a/python.d/Makefile.am +++ b/python.d/Makefile.am @@ -8,21 +8,32 @@ include $(top_srcdir)/build/subst.inc SUFFIXES = .in dist_python_SCRIPTS = \ + python-modules-installer.sh \ + $(NULL) + +dist_python_DATA = \ + README.md \ apache.chart.py \ apache_cache.chart.py \ + bind_rndc.chart.py \ cpufreq.chart.py \ + cpuidle.chart.py \ dovecot.chart.py \ + elasticsearch.chart.py \ example.chart.py \ exim.chart.py \ fail2ban.chart.py \ freeradius.chart.py \ + haproxy.chart.py \ hddtemp.chart.py \ ipfs.chart.py \ isc_dhcpd.chart.py \ + mdstat.chart.py \ memcached.chart.py \ + mongodb.chart.py \ mysql.chart.py \ nginx.chart.py \ - nginx_log.chart.py \ + nsd.chart.py \ ovpn_status_log.chart.py \ phpfpm.chart.py \ postfix.chart.py \ @@ -31,12 +42,10 @@ dist_python_SCRIPTS = \ retroshare.chart.py \ sensors.chart.py \ squid.chart.py \ + smartd_log.chart.py \ tomcat.chart.py \ - python-modules-installer.sh \ - $(NULL) - -dist_python_DATA = \ - README.md \ + varnish.chart.py \ + web_log.chart.py \ $(NULL) pythonmodulesdir=$(pythondir)/python_modules