matrix-docker-ansible-deploy/docs
Raymond Coetzee 4e2780ff88 Add support for a prometheus postgres exporter
This commit introduces a new role that downloads and installs the
prometheus community postgres exporter  https://github.com/prometheus-community/postgres_exporter.
A new credential is added to matrix_postgres_additional_databases that
allows the exporter access to the database to gather statistics.
A new dashboard was added to the grafana role, with some refactoring
to enable the dashboard only if the new role is enabled.
I've included some basic instructions for how to enable the role in
the Docs section.

In terms of testing, I've tested enabling the role, and disabling
it to make sure it cleans up the container and systemd role.
2021-05-27 20:13:29 +01:00
..
alternative-architectures.md Fix wording a bit 2021-01-24 10:08:11 +02:00
ansible.md Update some Docker image references 2021-01-08 16:37:39 +02:00
configuring-awx-system.md merge with upstream 2021-05-25 21:08:00 +08:00
configuring-captcha.md Simplify enabling recaptcha instructions a bit 2020-07-04 09:35:20 +03:00
configuring-dns.md merge with upstream 2021-05-25 21:08:00 +08:00
configuring-playbook-base-domain-serving.md Be explicit about the type of DNS record to use 2020-07-21 11:20:00 +00:00
configuring-playbook-bot-go-neb.md Do not mention login before registration 2021-03-16 08:02:20 +02:00
configuring-playbook-bot-matrix-reminder-bot.md Improve wording a bit 2020-07-20 14:24:49 +03:00
configuring-playbook-bot-mjolnir.md Removing antispam note. 2021-05-26 09:05:28 +02:00
configuring-playbook-bridge-appservice-discord.md Fix adminme.js usage for matrix-appservice-discord (still hacky) 2021-01-25 15:36:08 +02:00
configuring-playbook-bridge-appservice-irc.md merge with upstream 2021-05-25 21:08:00 +08:00
configuring-playbook-bridge-appservice-slack.md merge with upstream 2021-05-25 21:08:00 +08:00
configuring-playbook-bridge-appservice-webhooks.md fix wrong json parameter 2021-02-18 20:48:56 +01:00
configuring-playbook-bridge-heisenbridge.md merge with upstream 2021-05-25 21:08:00 +08:00
configuring-playbook-bridge-matrix-bridge-sms.md Update configuring-playbook-bridge-matrix-bridge-sms.md 2020-11-25 15:39:14 +01:00
configuring-playbook-bridge-mautrix-facebook.md Update mautrix-facebook docs 2021-04-20 15:17:26 -05:00
configuring-playbook-bridge-mautrix-hangouts.md Add support for automatic Double Puppeting for all Mautrix bridges 2020-01-12 20:28:36 +02:00
configuring-playbook-bridge-mautrix-instagram.md initial commit of mautrix-instagram role 2021-02-19 17:20:26 +01:00
configuring-playbook-bridge-mautrix-signal.md Fix wrong links in mautrix-signal docs 2021-02-03 13:12:57 +00:00
configuring-playbook-bridge-mautrix-telegram.md 0.2.1 revision 2021-02-28 22:21:40 +08:00
configuring-playbook-bridge-mautrix-whatsapp.md Add support for automatic Double Puppeting for all Mautrix bridges 2020-01-12 20:28:36 +02:00
configuring-playbook-bridge-mx-puppet-discord.md Announce mx-puppet-discord bridging support 2020-07-01 19:01:14 +03:00
configuring-playbook-bridge-mx-puppet-groupme.md Fix listrooms mx-puppet-groupme command 2021-02-13 12:55:30 -05:00
configuring-playbook-bridge-mx-puppet-instagram.md mx-puppet-instagram: add documentation on how to setup & use the bridge 2020-06-28 10:46:39 +02:00
configuring-playbook-bridge-mx-puppet-skype.md Rename documentation file 2020-04-09 09:26:03 +03:00
configuring-playbook-bridge-mx-puppet-slack.md merge with upstream 2021-05-25 21:08:00 +08:00
configuring-playbook-bridge-mx-puppet-steam.md Fixed Steam link 2020-07-05 10:26:34 +03:00
configuring-playbook-bridge-mx-puppet-twitter.md Add mx-puppet-twitter 2020-06-29 15:28:43 +03:00
configuring-playbook-client-element.md Switch to the new vectorim/element-web Docker image 2020-10-29 11:46:58 -05:00
configuring-playbook-client-hydrogen.md merge with upstream 2021-05-25 21:08:00 +08:00
configuring-playbook-dimension.md Automatically enable openid listeners when ma1sd enabled 2020-12-08 16:59:20 +02:00
configuring-playbook-dynamic-dns.md Announce Dynamic DNS support 2020-11-11 00:01:08 +02:00
configuring-playbook-email.md Typo STMP -> SMTP 2020-05-16 14:49:12 +02:00
configuring-playbook-email2matrix.md Mention Email2Matrix usage alongside Postfix 2019-08-09 12:15:44 +03:00
configuring-playbook-etherpad.md Etherpad docs: Padname length bug 2021-02-06 12:45:54 +01:00
configuring-playbook-external-postgres.md Reorganize Postgres access (breaking change) 2021-01-22 13:26:12 +02:00
configuring-playbook-federation.md Automatically enable openid listeners when ma1sd enabled 2020-12-08 16:59:20 +02:00
configuring-playbook-jitsi.md Do not ask everyone to whitelist Jitsi ports 2021-04-21 14:48:54 +03:00
configuring-playbook-ldap-auth.md Replace mxisd with ma1sd in docs, fixing URLs 2020-04-02 11:26:30 +02:00
configuring-playbook-ma1sd.md Automatically enable openid listeners when ma1sd enabled 2020-12-08 16:59:20 +02:00
configuring-playbook-matrix-corporal.md Update configuring-playbook-matrix-corporal.md 2021-02-16 10:44:35 +02:00
configuring-playbook-matrix-registration.md Fix one more URL typo 2021-01-12 22:44:55 +02:00
configuring-playbook-nginx.md Touch up documentation a bit 2021-02-14 11:05:05 +02:00
configuring-playbook-own-webserver.md Mention updating Nginx 2021-05-08 15:16:31 -05:00
configuring-playbook-postgres-backup.md Use integers for some variables 2021-04-05 11:38:23 +03:00
configuring-playbook-prometheus-grafana.md merge with upstream 2021-05-25 21:08:00 +08:00
configuring-playbook-prometheus-postgres.md Add support for a prometheus postgres exporter 2021-05-27 20:13:29 +01:00
configuring-playbook-rest-auth.md Replace mxisd with ma1sd in docs, fixing URLs 2020-04-02 11:26:30 +02:00
configuring-playbook-riot-web.md Add information about deleting SSL renewal config 2020-07-23 08:15:18 +03:00
configuring-playbook-s3.md Improve S3 docs around data migration 2021-02-09 22:09:08 +02:00
configuring-playbook-shared-secret-auth.md Mention pwgen for generating a strong shared secret 2020-05-29 10:38:12 +03:00
configuring-playbook-ssl-certificates.md merge with upstream 2021-05-25 21:08:00 +08:00
configuring-playbook-sygnal.md Fix YAML indentation in docs 2021-03-25 09:02:35 +02:00
configuring-playbook-synapse-admin.md merge with upstream 2021-05-25 21:08:00 +08:00
configuring-playbook-synapse-simple-antispam.md Add support for Synapse Simple Antispam 2019-09-09 08:13:10 +03:00
configuring-playbook-synapse.md Add Synapse worker presets for easier configuration 2021-02-19 11:38:47 +02:00
configuring-playbook-telemetry.md Update configuring-playbook-telemetry.md 2020-09-07 17:14:34 +03:00
configuring-playbook-turn.md Added a documentation enhancement regarding external TURN server 2020-05-05 08:42:14 +02:00
configuring-playbook.md merge with upstream 2021-05-25 21:08:00 +08:00
configuring-well-known.md Add Netlify instructions 2021-02-19 02:37:01 +01:00
container-images.md Update docs 2021-04-19 09:05:04 -05:00
faq.md Upgrade Synapse (1.31 -> 1.32.2) 2021-04-22 14:22:07 +03:00
getting-the-playbook.md Improve documentation about getting the playbook 2019-03-10 17:02:20 +02:00
howto-server-delegation.md Mention base domain serving 2020-12-24 11:56:36 +02:00
importing-postgres.md Fix Postgres imports going to the matrix DB by default 2021-01-22 17:39:08 +02:00
importing-synapse-media-store.md Rename some doc files and commands related to importing 2020-12-14 01:51:00 +02:00
importing-synapse-sqlite.md Rename some doc files and commands related to importing 2020-12-14 01:51:00 +02:00
installing.md Improve "things to do after installation" docs section 2021-01-26 17:20:34 +02:00
maintenance-and-troubleshooting.md add some doc about the run-docker-prune tag 2020-10-10 14:27:07 +02:00
maintenance-checking-services.md Update URL for Matrix federation tester 2019-05-09 07:04:46 +02:00
maintenance-migrating.md Improve wording 2021-05-26 18:03:47 +03:00
maintenance-postgres.md Update PostgreSQL Maintenance page 2021-05-26 13:50:35 +02:00
maintenance-synapse.md Tweak maintenance-synapse.md 2021-05-08 15:07:54 -05:00
maintenance-upgrading-services.md Fix typos and improve wording 2020-06-01 22:32:19 +03:00
prerequisites.md Do not ask everyone to whitelist Jitsi ports 2021-04-21 14:48:54 +03:00
README.md Initial work on a FAQ document 2021-01-21 12:55:17 +02:00
registering-users.md Mention CAPTCHA for public-registration servers 2020-09-01 14:00:17 +03:00
self-building.md merge with upstream 2021-05-25 21:08:00 +08:00
uninstalling.md Replace cronjobs with systemd timers 2021-01-14 23:35:50 +02:00
updating-users-passwords.md Update updating-users-passwords.md 2020-12-23 11:23:09 +01:00