]> arthur.barton.de Git - netdata.git/commitdiff
unify authentication
authorpaulfantom <paulfantom@gmail.com>
Wed, 13 Jul 2016 21:44:13 +0000 (23:44 +0200)
committerpaulfantom <paulfantom@gmail.com>
Wed, 13 Jul 2016 21:44:13 +0000 (23:44 +0200)
python.d/mysql.chart.py

index bb1f692c0ed664637b98db09dfe146f30fcef1a5..9137f6205c29367c1900b2c107342b1330ac14b8 100644 (file)
@@ -30,7 +30,7 @@ retries = 7
 # config = {
 #     'local': {
 #         'user': 'root',
-#         'password': '',
+#         'pass': '',
 #         'socket': '/var/run/mysqld/mysqld.sock',
 #         'update_every': update_every,
 #         'retries': retries,