]> arthur.barton.de Git - netdata.git/blob - conf.d/python.d/mysql.conf
Merge pull request #585 from Flums/patch-1
[netdata.git] / conf.d / python.d / mysql.conf
1 # Example configuration of mysql.chart.py
2 # Indentation is important
3
4 #update_every=5
5
6 #config=[
7 #    {
8 #        'name'     : 'local'
9 #        'my.cnf'   : '/etc/mysql/my.cnf'
10 #    },{
11 #        'name'     : 'local_s',
12 #        'user'     : 'root',
13 #        'password' : 'blablablabla',
14 #        'socket'   : '/var/run/mysqld/mysqld.sock'
15 #    },{
16 #        'name'     : 'remote',
17 #        'user'     : 'admin',
18 #        'password' : 'bla',
19 #        'host'     : 'example.org',
20 #        'port'     : '3306'
21 #    }]