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

177 行
6.4 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-nginxlog.md:1
  23. msgid "Enabling metrics and graphs for NginX logs (optional)"
  24. msgstr ""
  25. #: ../../../docs/configuring-playbook-prometheus-nginxlog.md:3
  26. msgid ""
  27. "It can be useful to have some (visual) insight into "
  28. "[nginx](https://nginx.org/) logs."
  29. msgstr ""
  30. #: ../../../docs/configuring-playbook-prometheus-nginxlog.md:5
  31. msgid ""
  32. "This adds [prometheus-nginxlog-exporter](https://github.com/martin-"
  33. "helmich/prometheus-nginxlog-exporter/) to your Matrix deployment."
  34. msgstr ""
  35. #: ../../../docs/configuring-playbook-prometheus-nginxlog.md:7
  36. msgid ""
  37. "It will collect access logs from various nginx reverse-proxies which may "
  38. "be used internally (e.g. `matrix-synapse-reverse-proxy-companion`, if "
  39. "Synapse workers are enabled) and will make them available at a "
  40. "Prometheus-compatible `/metrics` endpoint."
  41. msgstr ""
  42. #: ../../../docs/configuring-playbook-prometheus-nginxlog.md:9
  43. msgid ""
  44. "**Note**: nginx is only used internally by this Ansible playbook. With "
  45. "Traefik being our default reverse-proxy, collecting nginx metrics is less"
  46. " relevant."
  47. msgstr ""
  48. #: ../../../docs/configuring-playbook-prometheus-nginxlog.md:11
  49. msgid ""
  50. "To make use of this, you need to install [Prometheus](./configuring-"
  51. "playbook-prometheus-grafana.md) either via the playbook or externally. "
  52. "When using an external Prometheus, configuration adjustments are "
  53. "necessary - see [Save metrics on an external Prometheus server](#save-"
  54. "metrics-on-an-external-prometheus-server)."
  55. msgstr ""
  56. #: ../../../docs/configuring-playbook-prometheus-nginxlog.md:13
  57. msgid ""
  58. "If your setup includes [Grafana](./configuring-playbook-prometheus-"
  59. "grafana.md), a dedicated `NGINX PROXY` Grafana dashboard will be created."
  60. msgstr ""
  61. #: ../../../docs/configuring-playbook-prometheus-nginxlog.md:15
  62. msgid "Configuration"
  63. msgstr ""
  64. #: ../../../docs/configuring-playbook-prometheus-nginxlog.md:17
  65. msgid ""
  66. "Add the following configuration to your "
  67. "`inventory/host_vars/matrix.example.com/vars.yml` file:"
  68. msgstr ""
  69. #: ../../../docs/configuring-playbook-prometheus-nginxlog.md:23
  70. msgid "Installing"
  71. msgstr ""
  72. #: ../../../docs/configuring-playbook-prometheus-nginxlog.md:25
  73. msgid ""
  74. "After configuring the playbook, run it with [playbook tags](playbook-"
  75. "tags.md) as below:"
  76. msgstr ""
  77. #: ../../../docs/configuring-playbook-prometheus-nginxlog.md:32
  78. msgid ""
  79. "The shortcut commands with the [`just` program](just.md) are also "
  80. "available: `just install-all` or `just setup-all`"
  81. msgstr ""
  82. #: ../../../docs/configuring-playbook-prometheus-nginxlog.md:34
  83. msgid ""
  84. "`just install-all` is useful for maintaining your setup quickly ([2x-5x "
  85. "faster](../CHANGELOG.md#2x-5x-performance-improvements-in-playbook-"
  86. "runtime) than `just setup-all`) when its components remain unchanged. If "
  87. "you adjust your `vars.yml` to remove other components, you'd need to run "
  88. "`just setup-all`, or these components will still remain installed. Note "
  89. "these shortcuts run the `ensure-matrix-users-created` tag too."
  90. msgstr ""
  91. #: ../../../docs/configuring-playbook-prometheus-nginxlog.md:36
  92. msgid "Docker Image Compatibility"
  93. msgstr ""
  94. #: ../../../docs/configuring-playbook-prometheus-nginxlog.md:38
  95. msgid ""
  96. "At the moment of writing only images for `amd64` and `arm64` "
  97. "architectures are available. The playbook currently does not support "
  98. "[self-building](./self-building.md) a container image on other "
  99. "architectures. You can however use a custom-build image by setting:"
  100. msgstr ""
  101. #: ../../../docs/configuring-playbook-prometheus-nginxlog.md:45
  102. msgid "Security and privacy"
  103. msgstr ""
  104. #: ../../../docs/configuring-playbook-prometheus-nginxlog.md:47
  105. msgid ""
  106. "Metrics and resulting graphs can contain a lot of information. NginX logs"
  107. " contain information like IP address, URLs, UserAgents and more. This "
  108. "information can reveal usage patterns and could be considered Personally "
  109. "Identifiable Information (PII). Think about this before enabling "
  110. "(anonymous) access. Please make sure you change the default Grafana "
  111. "password."
  112. msgstr ""
  113. #: ../../../docs/configuring-playbook-prometheus-nginxlog.md:49
  114. msgid "Save metrics on an external Prometheus server"
  115. msgstr ""
  116. #: ../../../docs/configuring-playbook-prometheus-nginxlog.md:51
  117. msgid ""
  118. "The playbook will automatically integrate the metrics into the "
  119. "[Prometheus](./configuring-playbook-prometheus-grafana.md) server "
  120. "provided with this playbook (if enabled). In such cases, the metrics "
  121. "endpoint is not exposed publicly - it's only available on the container "
  122. "network."
  123. msgstr ""
  124. #: ../../../docs/configuring-playbook-prometheus-nginxlog.md:53
  125. msgid ""
  126. "When using an external Prometheus server, you'll need to expose metrics "
  127. "publicly. See [Collecting metrics to an external Prometheus server"
  128. "](./configuring-playbook-prometheus-grafana.md#collecting-metrics-to-an-"
  129. "external-prometheus-server)."
  130. msgstr ""
  131. #: ../../../docs/configuring-playbook-prometheus-nginxlog.md:55
  132. msgid ""
  133. "You can either use "
  134. "`matrix_prometheus_nginxlog_exporter_metrics_proxying_enabled: true` to "
  135. "expose just this one service, or `matrix_metrics_exposure_enabled: true` "
  136. "to expose all services."
  137. msgstr ""
  138. #: ../../../docs/configuring-playbook-prometheus-nginxlog.md:57
  139. msgid ""
  140. "Whichever way you go with, this service will expose its metrics endpoint "
  141. "**without password-protection** at "
  142. "`https://matrix.example.com/metrics/nginxlog` by default."
  143. msgstr ""
  144. #: ../../../docs/configuring-playbook-prometheus-nginxlog.md:59
  145. msgid ""
  146. "For password-protection, use "
  147. "(`matrix_metrics_exposure_http_basic_auth_enabled` and "
  148. "`matrix_metrics_exposure_http_basic_auth_users`) or "
  149. "(`matrix_prometheus_nginxlog_exporter_container_labels_metrics_middleware_basic_auth_enabled`"
  150. " and "
  151. "`matrix_prometheus_nginxlog_exporter_container_labels_metrics_middleware_basic_auth_users`)."
  152. msgstr ""