No description
This repository has been archived on 2026-04-20. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Python 95.4%
  • Dockerfile 4.6%
Find a file
Chris Pressland 2198e7c618
Some checks failed
ci / tests (push) Failing after 3s
ci / build (push) Has been skipped
Fixed bug with integers, Added password obfuscation
2021-12-07 01:50:00 +00:00
.github/workflows Fix push container registry to binkcore 2021-12-03 17:45:44 +00:00
.gitignore Initial commit 2021-12-01 12:08:10 +00:00
Dockerfile First commit 2021-12-01 18:01:44 +00:00
main.py Fixed bug with integers, Added password obfuscation 2021-12-07 01:50:00 +00:00
Pipfile Fixed bug with integers, Added password obfuscation 2021-12-07 01:50:00 +00:00
Pipfile.lock Fixed bug with integers, Added password obfuscation 2021-12-07 01:50:00 +00:00
README.md Update README with new repo name. 2021-12-03 16:55:26 +00:00
settings.py Fixed bug with integers, Added password obfuscation 2021-12-07 01:50:00 +00:00
tox.ini First commit 2021-12-01 18:01:44 +00:00

postgres-exporter-fs

Simple up state exporter for "Azure Database for PostgreSQL flexible servers"

Environment Variables

  • PG_URI
    • String value, URI to Postgres Flexible Server, default "postgresql://127.0.0.1/postgres"
  • TEST_PERIOD
    • Numeric value, period between tests in seconds, default 5
  • POSTGRES
    • Set to True or False to test/ignore Postgres
  • PGBOUNCER
    • Set to True or False to test/ignore PgBouncer
  • POSTGRES_PORT
    • Numeric value, port number to connect to Postgres, default 5432
  • PGBOUNCER_PORT
    • Numeric value, port number to connect to PgBouncer, default 6432