From b48f542981cf6804434df82d0128dc944224401c Mon Sep 17 00:00:00 2001 From: Ilya Date: Wed, 11 Jan 2017 19:27:21 +0900 Subject: [PATCH] add haproxy plugin to Makefiles --- 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 926285db..dbc7bd21 100644 --- a/conf.d/Makefile.am +++ b/conf.d/Makefile.am @@ -32,6 +32,7 @@ dist_pythonconfig_DATA = \ python.d/exim.conf \ python.d/fail2ban.conf \ python.d/freeradius.conf \ + python.d/haproxy.conf \ python.d/hddtemp.conf \ python.d/ipfs.conf \ python.d/isc_dhcpd.conf \ diff --git a/python.d/Makefile.am b/python.d/Makefile.am index 6a4262b3..d142e510 100644 --- a/python.d/Makefile.am +++ b/python.d/Makefile.am @@ -17,6 +17,7 @@ dist_python_SCRIPTS = \ exim.chart.py \ fail2ban.chart.py \ freeradius.chart.py \ + haproxy.chart.py \ hddtemp.chart.py \ ipfs.chart.py \ isc_dhcpd.chart.py \ -- 2.39.2