From: lgz Date: Fri, 23 Dec 2016 15:41:42 +0000 (+0900) Subject: add isc_dhcp plugin to Makefile X-Git-Tag: v1.5.0~95^2~4 X-Git-Url: https://arthur.barton.de/gitweb/?p=netdata.git;a=commitdiff_plain;h=961579cddebf924362b5739d0ef2fd45536a4047 add isc_dhcp plugin to Makefile --- diff --git a/conf.d/Makefile.am b/conf.d/Makefile.am index b2b247cd..b12e5783 100644 --- a/conf.d/Makefile.am +++ b/conf.d/Makefile.am @@ -32,6 +32,7 @@ dist_pythonconfig_DATA = \ python.d/freeradius.conf \ python.d/hddtemp.conf \ python.d/ipfs.conf \ + python.d/isc_dhcpd.conf \ python.d/memcached.conf \ python.d/mysql.conf \ python.d/nginx.conf \ diff --git a/python.d/Makefile.am b/python.d/Makefile.am index 4763f0d6..b726bd82 100644 --- a/python.d/Makefile.am +++ b/python.d/Makefile.am @@ -17,6 +17,7 @@ dist_python_SCRIPTS = \ freeradius.chart.py \ hddtemp.chart.py \ ipfs.chart.py \ + isc_dhcpd.chart.py \ memcached.chart.py \ mysql.chart.py \ nginx.chart.py \