]> arthur.barton.de Git - netdata.git/commit
preserve configs across installaitons
authorpaulfantom <paulfantom@gmail.com>
Mon, 13 Jun 2016 21:37:18 +0000 (23:37 +0200)
committerpaulfantom <paulfantom@gmail.com>
Tue, 14 Jun 2016 19:27:15 +0000 (21:27 +0200)
commit5ee4245093f673985ef270974c08c5cf9b844dbc
treee15ce7d4200ab0198a63928eb1eafce2698cb8cb
parenta95df97d5d8079af5851a8d842a6aca64655e4e4
preserve configs across installaitons

python mysql plugin

Makefile with mysql.chart.py

minor fixes in mysql.chart.py installation

add connection timeout

no need to execute query when chceking for active servers

fix function failure message

handle interval

connection timeout

directories should end with "/"

timeout should be int type

fix normalizing config_dir

comment out mysql.conf

updated readme to include mysql plugin

remove pymysql
conf.d/Makefile.am
conf.d/python.d.conf
conf.d/python.d/mysql.conf [new file with mode: 0644]
netdata-installer.sh
plugins.d/python.d.plugin
python.d/Makefile.am
python.d/README.md
python.d/mysql.chart.py [new file with mode: 0644]