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.
 
 
 

171 lines
8.3 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-28 10:25+0200\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-alertmanager-receiver.md:1
  24. msgid "Setting up Prometheus Alertmanager integration via matrix-alertmanager-receiver (optional)"
  25. msgstr ""
  26. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:3
  27. msgid "The playbook can install and configure the [matrix-alertmanager-receiver](https://github.com/metio/matrix-alertmanager-receiver) service for you. It's a [client](https://prometheus.io/docs/alerting/latest/clients/) for Prometheus' [Alertmanager](https://prometheus.io/docs/alerting/latest/alertmanager/), allowing you to deliver alerts to Matrix rooms."
  28. msgstr ""
  29. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:5
  30. msgid "See the project's [documentation](https://github.com/metio/matrix-alertmanager-receiver/blob/main/README.md) to learn what it does and why it might be useful to you."
  31. msgstr ""
  32. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:7
  33. msgid "This service is meant to be used with an external [Alertmanager](https://prometheus.io/docs/alerting/latest/alertmanager/) instance. It's **not** meant to be integrated with the [Prometheus & Grafana stack](./configuring-playbook-prometheus-grafana.md) installed by this playbook, because the Alertmanager component is not installed by it."
  34. msgstr ""
  35. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:9
  36. msgid "Prerequisites"
  37. msgstr ""
  38. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:11
  39. msgid "Register the bot account"
  40. msgstr ""
  41. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:13
  42. msgid "This service uses a bot (with a username specified in `matrix_alertmanager_receiver_config_matrix_user_id_localpart`) for delivering messages."
  43. msgstr ""
  44. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:15
  45. msgid "The playbook does not automatically create users for you. You **need to register the bot user manually** before setting up the bot."
  46. msgstr ""
  47. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:17
  48. msgid "Generate a strong password for the bot. You can create one with a command like `pwgen -s 64 1`."
  49. msgstr ""
  50. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:19
  51. msgid "You can use the playbook to [register a new user](registering-users.md):"
  52. msgstr ""
  53. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:25
  54. msgid "Obtain an access token"
  55. msgstr ""
  56. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:27
  57. msgid "The bot requires an access token to be able to connect to your homeserver. Refer to the documentation on [how to obtain an access token](obtaining-access-tokens.md)."
  58. msgstr ""
  59. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:29
  60. msgid "⚠️ **Warning**: Access tokens are sensitive information. Do not include them in any bug reports, messages, or logs. Do not share the access token with anyone."
  61. msgstr ""
  62. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:31
  63. msgid "Join to rooms as the bot manually"
  64. msgstr ""
  65. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:33
  66. msgid "ℹ️ **This bot does not accept room invitations automatically**. To deliver messages to rooms, the bot must be joined to all rooms manually."
  67. msgstr ""
  68. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:35
  69. msgid "For each new room you would like the bot to deliver alerts to, invite the bot to the room."
  70. msgstr ""
  71. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:37
  72. msgid "Then, log in as the bot using any Matrix client of your choosing, accept the room invitation from the bot's account, and log out."
  73. msgstr ""
  74. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:39
  75. msgid "Adjusting the playbook configuration"
  76. msgstr ""
  77. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:41
  78. msgid "Add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file. Make sure to replace `ACCESS_TOKEN_HERE` with the one created [above](#obtain-an-access-token)."
  79. msgstr ""
  80. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:62
  81. msgid "See `roles/custom/matrix-alertmanager-receiver/defaults/main.yml` for additional configuration variables."
  82. msgstr ""
  83. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:64
  84. msgid "Adjusting the matrix-alertmanager-receiver URL"
  85. msgstr ""
  86. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:66
  87. msgid "By default, this playbook installs matrix-alertmanager-receiver on the `matrix.` subdomain, at the `/matrix-alertmanager-receiver` path (https://matrix.example.com/matrix-alertmanager-receiver). This makes it easy to install it, because it **doesn't require additional DNS records to be set up**. If that's okay, you can skip this section."
  88. msgstr ""
  89. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:68
  90. msgid "By tweaking the `matrix_alertmanager_receiver_hostname` and `matrix_alertmanager_receiver_path_prefix` variables, you can easily make the service available at a **different hostname and/or path** than the default one."
  91. msgstr ""
  92. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:70
  93. msgid "Example additional configuration for your `inventory/host_vars/matrix.example.com/vars.yml` file:"
  94. msgstr ""
  95. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:78
  96. msgid "Adjusting DNS records"
  97. msgstr ""
  98. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:80
  99. msgid "If you've changed the default hostname, **you may need to adjust your DNS** records to point the matrix-alertmanager-receiver domain to the Matrix server."
  100. msgstr ""
  101. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:82
  102. msgid "See [Configuring DNS](configuring-dns.md) for details about DNS changes."
  103. msgstr ""
  104. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:84
  105. msgid "If you've decided to use the default hostname, you won't need to do any extra DNS configuration."
  106. msgstr ""
  107. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:86
  108. msgid "Installing"
  109. msgstr ""
  110. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:88
  111. msgid "After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the playbook with [playbook tags](playbook-tags.md) as below:"
  112. msgstr ""
  113. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:95
  114. msgid "**Notes**:"
  115. msgstr ""
  116. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:97
  117. msgid "The `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account."
  118. msgstr ""
  119. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:99
  120. msgid "The shortcut commands with the [`just` program](just.md) are also available: `just install-all` or `just setup-all`"
  121. msgstr ""
  122. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:101
  123. 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."
  124. msgstr ""
  125. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:103
  126. msgid "Usage"
  127. msgstr ""
  128. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:105
  129. msgid "Configure your Prometheus Alertmanager with configuration like this:"
  130. msgstr ""
  131. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:124
  132. msgid "where `URL_HERE` looks like `https://matrix.example.com/matrix-alertmanager-receiver-RANDOM_VALUE_HERE/alert/some-room-name` or `https://matrix.example.com/matrix-alertmanager-receiver-RANDOM_VALUE_HERE/alert/!qporfwt:example.com`."
  133. msgstr ""