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

index eefe894cf24a4842e492a83540a87d19ec345ca3..a48e496484f25b40c940006fdcd3ad6e68004ac6 100644 (file)
@@ -29,6 +29,7 @@ dist_pythonconfig_DATA = \
     python.d/dovecot.conf \
     python.d/example.conf \
     python.d/exim.conf \
+    python.d/freeradius.conf \
     python.d/hddtemp.conf \
     python.d/ipfs.conf \
     python.d/memcached.conf \
index cc4a37bc88dda8da07e1fa84da327e89d2f10445..33a577b75bb7f729cfa3c7fa6ef03a503fe2c28a 100644 (file)
@@ -14,6 +14,7 @@ dist_python_SCRIPTS = \
     dovecot.chart.py \
     example.chart.py \
     exim.chart.py \
+    freeradius.chart.py \
     hddtemp.chart.py \
     ipfs.chart.py \
     memcached.chart.py \