]> arthur.barton.de Git - netdata.git/commitdiff
add openvpn log plugin to Makefile
authorlgz <lgz@loled2>
Wed, 21 Dec 2016 22:43:28 +0000 (07:43 +0900)
committerlgz <lgz@loled2>
Wed, 21 Dec 2016 22:43:28 +0000 (07:43 +0900)
conf.d/Makefile.am
python.d/Makefile.am

index eefe894cf24a4842e492a83540a87d19ec345ca3..bec8face03f6dd0c86a6dfcf8c1cd96960802095 100644 (file)
@@ -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 \
index cc4a37bc88dda8da07e1fa84da327e89d2f10445..e8b7f435065dad6ac597c2bf825ef29161fa31b2 100644 (file)
@@ -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 \