1.0.1 • Published 7 years ago

@magnet.me/postgresql-replication-lag-influx v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

Magnet.me Logo

GitHub release Docker pulls Docker build Code Climate Github stars

postgresql-replication-lag-influx

We use the following simple script/Docker container at Magnet.me monitor the lag or our postgresql slaves continuously.

You can use the container like this:

docker run \
	 -e INFLUX_URL=http://root:root@localhost:8096/infra \
	 -e RATE=250 \
	 -e PGUSER=replication \ 
	 -e PGPASSWORD=yoursecret \ 
	 -e SERVERS=localhost:5433,localhost:5434 \
	 magnetme/postgresql-replication-lag-influx