summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlgz <lgz@loled2>2016-12-22 07:43:28 +0900
committerlgz <lgz@loled2>2016-12-22 07:43:28 +0900
commitd6eab7056e4ed09d95303ecefd59aaa6933d7dc6 (patch)
tree08e2883a0b9e339290978ee27c50a86eeff176ee
parenta6fafab2acc647aa4b1bf2fab301531d5cacf37f (diff)
add openvpn log plugin to Makefile
-rw-r--r--conf.d/Makefile.am1
-rw-r--r--python.d/Makefile.am1
2 files changed, 2 insertions, 0 deletions
diff --git a/conf.d/Makefile.am b/conf.d/Makefile.am
index eefe894cf2..bec8face03 100644
--- a/conf.d/Makefile.am
+++ b/conf.d/Makefile.am
@@ -35,6 +35,7 @@ dist_pythonconfig_DATA = \
python.d/mysql.conf \
python.d/nginx.conf \
python.d/nginx_log.conf \
+ python.d/ovpn_status_log.conf \
python.d/phpfpm.conf \
python.d/postfix.conf \
python.d/postgres.conf \
diff --git a/python.d/Makefile.am b/python.d/Makefile.am
index cc4a37bc88..e8b7f43506 100644
--- a/python.d/Makefile.am
+++ b/python.d/Makefile.am
@@ -20,6 +20,7 @@ dist_python_SCRIPTS = \
mysql.chart.py \
nginx.chart.py \
nginx_log.chart.py \
+ ovpn_status_log.chart.py \
phpfpm.chart.py \
postfix.chart.py \
postgres.chart.py \