From 961579cddebf924362b5739d0ef2fd45536a4047 Mon Sep 17 00:00:00 2001 From: lgz Date: Sat, 24 Dec 2016 00:41:42 +0900 Subject: [PATCH] add isc_dhcp plugin to Makefile --- conf.d/Makefile.am | 1 + python.d/Makefile.am | 1 + 2 files changed, 2 insertions(+) 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 \ -- 2.39.2