Skip to content

Commit

Permalink
update config to denote we need to enumerate
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones-plip committed May 13, 2024
1 parent 7e68ed8 commit f7d3539
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions exporters/postgres/sql_servers_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
enable_ping: true
static_configs:
- targets:
# change USERNAME, PASSWORD, DB_SERVER as needed. Likely DATABASE and PORT don't need to change
# change USERNAME, PASSWORD, DB_SERVER as needed. Likely DATABASE and PORT don't need to change.
# be sure each new server gets a unique name (eg "db1", "db2" etc.)
# 'postgres://USERNAME:PASSWORD@DB_SERVER_IP/DATABASE:PORT
"db": 'postgres://cht_couch2pg:cht_couch2pg_password@172.17.0.1:5432/cht?sslmode=disable' # //NOSONAR - password is safe to commit
"db1": 'postgres://cht_couch2pg:cht_couch2pg_password@172.17.0.1:5432/cht?sslmode=disable' # //NOSONAR - password is safe to commit

0 comments on commit f7d3539

Please sign in to comment.