]> git.pld-linux.org Git - packages/diamond.git/blame - PostgresqlCollector.conf
Release 2. Typo in TODO.
[packages/diamond.git] / PostgresqlCollector.conf
CommitLineData
30fc16b9
MK
1# https://github.com/BrightcoveOS/Diamond/wiki/collectors-PostgresqlCollector
2[collectors]
3[[PostgresqlCollector]]
4enabled = True
5
6host=localhost
7dbname=postgres
8pg_version=9.3
9
10# By default try use diamond user/pass
11# CREATE ROLE diamond WITH LOGIN PASSWORD 'diamond' CONNECTION LIMIT 3 NOSUPERUSER NOCREATEDB NOCREATEROLE NOINHERIT NOREPLICATION;
12user=diamond
13password=diamond
14
15# has_admin=True
16# extended=True
17
This page took 0.116205 seconds and 4 git commands to generate.