From: lgz Date: Wed, 21 Dec 2016 22:43:28 +0000 (+0900) Subject: add openvpn log plugin to Makefile X-Git-Tag: v1.5.0~105^2 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6eab7056e4ed09d95303ecefd59aaa6933d7dc6;p=netdata.git add openvpn log plugin to Makefile --- diff --git a/conf.d/Makefile.am b/conf.d/Makefile.am index eefe894c..bec8face 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 cc4a37bc..e8b7f435 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 \