From e5a4008f1abaf24ca228ee658b71585524b1d4d2 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sat, 16 Jan 2016 23:12:02 +0000 Subject: Add page about the Prometheus PgBouncer Exporter --- .gitmodules | 3 +++ projects/prometheus-pgbouncer-exporter | 1 + projects/prometheus-pgbouncer-exporter.mdwn | 26 ++++++++++++++++++++++++++ 3 files changed, 30 insertions(+) create mode 160000 projects/prometheus-pgbouncer-exporter create mode 100644 projects/prometheus-pgbouncer-exporter.mdwn diff --git a/.gitmodules b/.gitmodules index 2e1f8ba..8a5e6a1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -31,3 +31,6 @@ [submodule "projects/osm/osm-intro/osm-intro"] path = projects/osm/osm-intro/osm-intro url = http://git.cbaines.net/osm-intro +[submodule "projects/prometheus-pgbouncer-exporter"] + path = projects/prometheus-pgbouncer-exporter + url = http://git.cbaines.net/prometheus-pgbouncer-exporter diff --git a/projects/prometheus-pgbouncer-exporter b/projects/prometheus-pgbouncer-exporter new file mode 160000 index 0000000..a6c1e62 --- /dev/null +++ b/projects/prometheus-pgbouncer-exporter @@ -0,0 +1 @@ +Subproject commit a6c1e62853365368c7d4bd7b8e4b5f013e757968 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 +this Git +repository. + +# 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. -- cgit v1.2.3