pgmon/pgmon.yml

22 lines
395 B
YAML
Raw Normal View History

# IPC port
port: 5400
# Max PostgreSQL connection pool size
#pool_size: 4
# Log level for stderr logging (or 'off')
log_level: debug
# Connection string (excluding dbname)
# This can be left empty to use the libpq defaults
connstr: "user=postgres"
# Default database to connect to when none is specified for a metric
#dbname: postgres
# Metrics
#metrics: {}
include:
- pgmon-metrics.yml