Matrix Docker Ansible eploy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

140 lines
4.7 KiB

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