From: lgz Date: Wed, 28 Dec 2016 06:09:04 +0000 (+0900) Subject: add fail2ban to Makefile"s X-Git-Tag: v1.5.0~82^2 X-Git-Url: https://arthur.barton.de/gitweb/?a=commitdiff_plain;ds=sidebyside;h=733c8a46f3dab0b7d08bef041f0f07094dc5f924;p=netdata.git add fail2ban to Makefile"s --- 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 \