Matrix Docker Ansible eploy
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 

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