From: Ilya Date: Thu, 2 Feb 2017 02:09:57 +0000 (+0900) Subject: smartd_log plugin: update makefiles X-Git-Tag: ab-debian_0.20170203.01-0ab1~1^2~2^2 X-Git-Url: https://arthur.barton.de/gitweb/?a=commitdiff_plain;h=9c089bf2b4ab3987ea98d021f359e96bf4c8485a;p=netdata.git smartd_log plugin: update makefiles --- diff --git a/conf.d/Makefile.am b/conf.d/Makefile.am index e17d8fa9..acca5a4d 100644 --- a/conf.d/Makefile.am +++ b/conf.d/Makefile.am @@ -51,6 +51,7 @@ dist_pythonconfig_DATA = \ python.d/retroshare.conf \ python.d/sensors.conf \ python.d/squid.conf \ + python.d/smartd_log.conf \ python.d/tomcat.conf \ python.d/varnish.conf \ $(NULL) diff --git a/python.d/Makefile.am b/python.d/Makefile.am index 883f06c4..b6ed3157 100644 --- a/python.d/Makefile.am +++ b/python.d/Makefile.am @@ -37,6 +37,7 @@ dist_python_SCRIPTS = \ retroshare.chart.py \ sensors.chart.py \ squid.chart.py \ + smartd_log.chart.py \ tomcat.chart.py \ varnish.chart.py \ python-modules-installer.sh \