diff options
author | Christopher Baines <mail@cbaines.net> | 2016-01-17 00:06:37 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2016-01-17 00:06:37 +0000 |
commit | 0a4bf71cc680550ed03b1568e6a68b50628e5038 (patch) | |
tree | ff516ddf1c97c696a74cabf47f42233188b2c3c9 | |
parent | 8112fe546e3c78f0f3fb64324f9253bcd6b816eb (diff) | |
download | prometheus-pgbouncer-exporter-0a4bf71cc680550ed03b1568e6a68b50628e5038.tar prometheus-pgbouncer-exporter-0a4bf71cc680550ed03b1568e6a68b50628e5038.tar.gz |
Add some notes regarding installation to the README
-rw-r--r-- | README | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -6,3 +6,18 @@ Prometheus. Metrics are exported from the SHOW LISTS, STATS, POOLS and DATABASES command output. For the full list, see the prometheus_pgbouncer_exporter/collectors.py file. + +## Installation + +### Debian + +You can build a Debian binary package from the source package in the git +repository. Alternatively, you can download a binary package from here: + + http://cbaines.net/projects/prometheus-pgbouncer-exporter/releases/ + +### Other Operating Systems + +I would recommend installing using setuptools, then running the +promtheus-pgbouncer-exporter script. A systemd service file is provided which +can be used if you have systemd. |