aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2016-01-17 00:06:37 +0000
committerChristopher Baines <mail@cbaines.net>2016-01-17 00:06:37 +0000
commit0a4bf71cc680550ed03b1568e6a68b50628e5038 (patch)
treeff516ddf1c97c696a74cabf47f42233188b2c3c9
parent8112fe546e3c78f0f3fb64324f9253bcd6b816eb (diff)
downloadprometheus-pgbouncer-exporter-0a4bf71cc680550ed03b1568e6a68b50628e5038.tar
prometheus-pgbouncer-exporter-0a4bf71cc680550ed03b1568e6a68b50628e5038.tar.gz
Add some notes regarding installation to the README
-rw-r--r--README15
1 files changed, 15 insertions, 0 deletions
diff --git a/README b/README
index 6ccf068..ecbe6a3 100644
--- a/README
+++ b/README
@@ -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.