summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/config/go.d/mysql.conf
blob: 586c7cd26a888d3154cc7475d66c21e49cbbb21b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## All available configuration options, their descriptions and default values:
## https://github.com/netdata/netdata/tree/master/src/go/collectors/go.d.plugin/modules/mysql#readme

jobs:
  - name: local
    dsn: netdata@unix(/var/run/mysqld/mysqld.sock)/

  - name: local
    dsn: netdata@unix(/var/run/mysqld/mysql.sock)/

  - name: local
    dsn: netdata@unix(/var/lib/mysql/mysql.sock)/

  - name: local
    dsn: netdata@unix(/tmp/mysql.sock)/