Matrix Docker Ansible eploy
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

102 строки
4.6 KiB

  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) 2018-2025, Slavi Pantaleev, Aine Etke, MDAD community members
  3. # This file is distributed under the same license as the matrix-docker-ansible-deploy package.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: matrix-docker-ansible-deploy \n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2025-01-27 09:54+0200\n"
  12. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  13. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  14. "Language-Team: LANGUAGE <LL@li.org>\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. #: ../../../docs/configuring-playbook-prometheus-postgres.md:1
  19. msgid "Enabling metrics and graphs for Postgres (optional)"
  20. msgstr ""
  21. #: ../../../docs/configuring-playbook-prometheus-postgres.md:3
  22. msgid "Expanding on the metrics exposed by the [synapse exporter and the node exporter](configuring-playbook-prometheus-grafana.md), the playbook enables the [postgres exporter](https://github.com/prometheus-community/postgres_exporter) that exposes more detailed information about what's happening on your postgres database."
  23. msgstr ""
  24. #: ../../../docs/configuring-playbook-prometheus-postgres.md:5
  25. msgid "Adjusting the playbook configuration"
  26. msgstr ""
  27. #: ../../../docs/configuring-playbook-prometheus-postgres.md:7
  28. msgid "To enable the postgres exporter, add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file:"
  29. msgstr ""
  30. #: ../../../docs/configuring-playbook-prometheus-postgres.md:13
  31. msgid "Installing"
  32. msgstr ""
  33. #: ../../../docs/configuring-playbook-prometheus-postgres.md:15
  34. msgid "After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below:"
  35. msgstr ""
  36. #: ../../../docs/configuring-playbook-prometheus-postgres.md:22
  37. msgid "The shortcut commands with the [`just` program](just.md) are also available: `just install-all` or `just setup-all`"
  38. msgstr ""
  39. #: ../../../docs/configuring-playbook-prometheus-postgres.md:24
  40. msgid "`just install-all` is useful for maintaining your setup quickly ([2x-5x faster](../CHANGELOG.md#2x-5x-performance-improvements-in-playbook-runtime) than `just setup-all`) when its components remain unchanged. If you adjust your `vars.yml` to remove other components, you'd need to run `just setup-all`, or these components will still remain installed. Note these shortcuts run the `ensure-matrix-users-created` tag too."
  41. msgstr ""
  42. #: ../../../docs/configuring-playbook-prometheus-postgres.md:26
  43. msgid "What does it do?"
  44. msgstr ""
  45. #: ../../../docs/configuring-playbook-prometheus-postgres.md:0
  46. msgid "Name"
  47. msgstr ""
  48. #: ../../../docs/configuring-playbook-prometheus-postgres.md:0
  49. msgid "Description"
  50. msgstr ""
  51. #: ../../../docs/configuring-playbook-prometheus-postgres.md:0
  52. msgid "`prometheus_postgres_exporter_enabled`"
  53. msgstr ""
  54. #: ../../../docs/configuring-playbook-prometheus-postgres.md:0
  55. msgid "Enable the postgres prometheus exporter. This sets up the docker container, connects it to the database and adds a 'job' to the prometheus config which tells prometheus about this new exporter. The default is 'false'"
  56. msgstr ""
  57. #: ../../../docs/configuring-playbook-prometheus-postgres.md:0
  58. msgid "`prometheus_postgres_exporter_database_username`"
  59. msgstr ""
  60. #: ../../../docs/configuring-playbook-prometheus-postgres.md:0
  61. msgid "The 'username' for the user that the exporter uses to connect to the database. The default is 'matrix_prometheus_postgres_exporter'"
  62. msgstr ""
  63. #: ../../../docs/configuring-playbook-prometheus-postgres.md:0
  64. msgid "`prometheus_postgres_exporter_database_password`"
  65. msgstr ""
  66. #: ../../../docs/configuring-playbook-prometheus-postgres.md:0
  67. msgid "The 'password' for the user that the exporter uses to connect to the database. By default, this is auto-generated by the playbook"
  68. msgstr ""
  69. #: ../../../docs/configuring-playbook-prometheus-postgres.md:0
  70. msgid "`prometheus_postgres_exporter_container_labels_traefik_enabled`"
  71. msgstr ""
  72. #: ../../../docs/configuring-playbook-prometheus-postgres.md:0
  73. msgid "If set to `true`, exposes the Postgres exporter metrics on `https://matrix.example.com/metrics/postgres-exporter` for usage with an [external Prometheus server](configuring-playbook-prometheus-grafana.md#collecting-metrics-to-an-external-prometheus-server). To password-protect the metrics, see `matrix_metrics_exposure_http_basic_auth_users` on that other documentation page."
  74. msgstr ""
  75. #: ../../../docs/configuring-playbook-prometheus-postgres.md:35
  76. msgid "More information"
  77. msgstr ""
  78. #: ../../../docs/configuring-playbook-prometheus-postgres.md:37
  79. msgid "[The PostgresSQL dashboard](https://grafana.com/grafana/dashboards/9628) (generic postgres dashboard)"
  80. msgstr ""