X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=python.d%2FMakefile.am;h=bfe28ff2803bf5526cd09d3d8999fef55917e91b;hb=65cd61cc91763c1d95c2c2d2701c1f7be49a3a4c;hp=b726bd8285008382875144b676b8c2bcdef902b9;hpb=b228037ab6e0587086a971f9446111a5405911d1;p=netdata.git diff --git a/python.d/Makefile.am b/python.d/Makefile.am index b726bd82..bfe28ff2 100644 --- a/python.d/Makefile.am +++ b/python.d/Makefile.am @@ -8,20 +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 \ @@ -30,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