diff options
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | projects/prometheus-pgbouncer-exporter | 0 | ||||
-rw-r--r-- | projects/prometheus-pgbouncer-exporter.mdwn | 26 |
3 files changed, 29 insertions, 0 deletions
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 +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. |