diff options
author | Christopher Baines <mail@cbaines.net> | 2016-01-16 23:12:02 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2016-01-16 23:12:02 +0000 |
commit | e5a4008f1abaf24ca228ee658b71585524b1d4d2 (patch) | |
tree | a3f9e31650875cab572eeb92950479c720165936 /projects | |
parent | ce2c0ba9223499457a2c7aac22600baaa2f9199b (diff) | |
download | cbaines.net-e5a4008f1abaf24ca228ee658b71585524b1d4d2.tar cbaines.net-e5a4008f1abaf24ca228ee658b71585524b1d4d2.tar.gz |
Add page about the Prometheus PgBouncer Exporter
Diffstat (limited to 'projects')
m--------- | projects/prometheus-pgbouncer-exporter | 0 | ||||
-rw-r--r-- | projects/prometheus-pgbouncer-exporter.mdwn | 26 |
2 files changed, 26 insertions, 0 deletions
diff --git a/projects/prometheus-pgbouncer-exporter b/projects/prometheus-pgbouncer-exporter new file mode 160000 +Subproject a6c1e62853365368c7d4bd7b8e4b5f013e75796 diff --git a/projects/prometheus-pgbouncer-exporter.mdwn b/projects/prometheus-pgbouncer-exporter.mdwn new file mode 100644 index 0000000..c683710 --- /dev/null +++ b/projects/prometheus-pgbouncer-exporter.mdwn @@ -0,0 +1,26 @@ +[[!meta title="Prometheus PgBouncer Exporter"]] + +# About + +I started this as I wanted a way of easily monitoring and recording data from +PgBouncer. + +# Source + +The source code is contained in +<a href="http://git.cbaines.net/prometheus-pgbouncer-exporter/">this Git +repository</a>. + +# Download + +## Debian + +The following packages are avaialble for download. + +[[!map pages="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. |