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

#jobs:
#  - name: local
#    dsn: 'host=/var/run/postgresql dbname=postgres user=netdata'
#    #collect_databases_matching: '*'
#
#  - name: local
#    dsn: 'postgresql://netdata@127.0.0.1:5432/postgres'