From 733c8a46f3dab0b7d08bef041f0f07094dc5f924 Mon Sep 17 00:00:00 2001 From: lgz Date: Wed, 28 Dec 2016 15:09:04 +0900 Subject: [PATCH] add fail2ban to Makefile"s --- 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 b12e5783..3fa19909 100644 --- a/conf.d/Makefile.am +++ b/conf.d/Makefile.am @@ -29,6 +29,7 @@ dist_pythonconfig_DATA = \ python.d/dovecot.conf \ python.d/example.conf \ python.d/exim.conf \ + python.d/fail2ban.conf \ python.d/freeradius.conf \ python.d/hddtemp.conf \ python.d/ipfs.conf \ diff --git a/python.d/Makefile.am b/python.d/Makefile.am index b726bd82..be41dde3 100644 --- a/python.d/Makefile.am +++ b/python.d/Makefile.am @@ -14,6 +14,7 @@ dist_python_SCRIPTS = \ dovecot.chart.py \ example.chart.py \ exim.chart.py \ + fail2ban.chart.py \ freeradius.chart.py \ hddtemp.chart.py \ ipfs.chart.py \ -- 2.39.2