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.
 
 

357 lines
12 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-20 09:53+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 ""
  25. "Setting up Prometheus Alertmanager integration via matrix-alertmanager-"
  26. "receiver (optional)"
  27. msgstr ""
  28. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:3
  29. msgid ""
  30. "The playbook can install and configure the [matrix-alertmanager-"
  31. "receiver](https://github.com/metio/matrix-alertmanager-receiver) service "
  32. "for you. It's a "
  33. "[client](https://prometheus.io/docs/alerting/latest/clients/) for "
  34. "Prometheus' "
  35. "[Alertmanager](https://prometheus.io/docs/alerting/latest/alertmanager/),"
  36. " allowing you to deliver alerts to Matrix rooms."
  37. msgstr ""
  38. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:5
  39. msgid ""
  40. "See the project's [documentation](https://github.com/metio/matrix-"
  41. "alertmanager-receiver/blob/main/README.md) to learn what it does and why "
  42. "it might be useful to you."
  43. msgstr ""
  44. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:7
  45. msgid ""
  46. "This service is meant to be used with an external "
  47. "[Alertmanager](https://prometheus.io/docs/alerting/latest/alertmanager/) "
  48. "instance. It's **not** meant to be integrated with the [Prometheus & "
  49. "Grafana stack](./configuring-playbook-prometheus-grafana.md) installed by"
  50. " this playbook, because the Alertmanager component is not installed by "
  51. "it."
  52. msgstr ""
  53. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:9
  54. msgid "Prerequisites"
  55. msgstr ""
  56. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:11
  57. msgid "Register the bot account"
  58. msgstr ""
  59. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:13
  60. msgid ""
  61. "This service uses a bot (with a username specified in "
  62. "`matrix_alertmanager_receiver_config_matrix_user_id_localpart`) for "
  63. "delivering messages."
  64. msgstr ""
  65. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:15
  66. msgid ""
  67. "The playbook does not automatically create users for you. You **need to "
  68. "register the bot user manually** before setting up the bot."
  69. msgstr ""
  70. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:17
  71. msgid ""
  72. "Choose a strong password for the bot. You can generate a good password "
  73. "with a command like this: `pwgen -s 64 1`."
  74. msgstr ""
  75. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:19
  76. msgid "You can use the playbook to [register a new user](registering-users.md):"
  77. msgstr ""
  78. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:25
  79. msgid "Get an access token"
  80. msgstr ""
  81. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:27
  82. msgid ""
  83. "The bot requires an access token to be able to connect to your "
  84. "homeserver. Refer to the documentation on [how to obtain an access token"
  85. "](obtaining-access-tokens.md)."
  86. msgstr ""
  87. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:29
  88. msgid "Join to rooms as the bot manually"
  89. msgstr ""
  90. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:31
  91. msgid ""
  92. "ℹ️ **This bot does not accept room invitations automatically**. To "
  93. "deliver messages to rooms, the bot must be joined to all rooms manually."
  94. msgstr ""
  95. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:33
  96. msgid ""
  97. "For each new room you would like the bot to deliver alerts to, invite the"
  98. " bot to the room."
  99. msgstr ""
  100. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:35
  101. msgid ""
  102. "Then, log in as the bot using any Matrix client of your choosing, accept "
  103. "the room invitation from the bot's account, and log out."
  104. msgstr ""
  105. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:37
  106. msgid "Adjusting the playbook configuration"
  107. msgstr ""
  108. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:39
  109. msgid ""
  110. "Add the following configuration to your "
  111. "`inventory/host_vars/matrix.example.com/vars.yml` file. Make sure to "
  112. "replace `ACCESS_TOKEN_HERE` with the one created [above](#get-an-access-"
  113. "token)."
  114. msgstr ""
  115. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:61
  116. msgid ""
  117. "See `roles/custom/matrix-alertmanager-receiver/defaults/main.yml` for "
  118. "additional configuration variables."
  119. msgstr ""
  120. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:63
  121. msgid "Adjusting the matrix-alertmanager-receiver URL"
  122. msgstr ""
  123. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:65
  124. msgid ""
  125. "By default, this playbook installs matrix-alertmanager-receiver on the "
  126. "`matrix.` subdomain, at the `/matrix-alertmanager-receiver` path "
  127. "(https://matrix.example.com/matrix-alertmanager-receiver). This makes it "
  128. "easy to install it, because it **doesn't require additional DNS records "
  129. "to be set up**. If that's okay, you can skip this section."
  130. msgstr ""
  131. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:67
  132. msgid ""
  133. "By tweaking the `matrix_alertmanager_receiver_hostname` and "
  134. "`matrix_alertmanager_receiver_path_prefix` variables, you can easily make"
  135. " the service available at a **different hostname and/or path** than the "
  136. "default one."
  137. msgstr ""
  138. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:69
  139. msgid ""
  140. "Example additional configuration for your "
  141. "`inventory/host_vars/matrix.example.com/vars.yml` file:"
  142. msgstr ""
  143. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:77
  144. msgid "Adjusting DNS records"
  145. msgstr ""
  146. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:79
  147. msgid ""
  148. "If you've changed the default hostname, **you may need to adjust your "
  149. "DNS** records to point the matrix-alertmanager-receiver domain to the "
  150. "Matrix server."
  151. msgstr ""
  152. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:81
  153. msgid "See [Configuring DNS](configuring-dns.md) for details about DNS changes."
  154. msgstr ""
  155. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:83
  156. msgid ""
  157. "If you've decided to use the default hostname, you won't need to do any "
  158. "extra DNS configuration."
  159. msgstr ""
  160. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:85
  161. msgid "Installing"
  162. msgstr ""
  163. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:87
  164. msgid ""
  165. "After configuring the playbook and potentially [adjusting your DNS "
  166. "records](#adjusting-dns-records), run the playbook with [playbook tags"
  167. "](playbook-tags.md) as below:"
  168. msgstr ""
  169. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:94
  170. msgid "**Notes**:"
  171. msgstr ""
  172. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:96
  173. msgid ""
  174. "The `ensure-matrix-users-created` playbook tag makes the playbook "
  175. "automatically create the bot's user account."
  176. msgstr ""
  177. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:98
  178. msgid ""
  179. "The shortcut commands with the [`just` program](just.md) are also "
  180. "available: `just install-all` or `just setup-all`"
  181. msgstr ""
  182. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:100
  183. msgid ""
  184. "`just install-all` is useful for maintaining your setup quickly ([2x-5x "
  185. "faster](../CHANGELOG.md#2x-5x-performance-improvements-in-playbook-"
  186. "runtime) than `just setup-all`) when its components remain unchanged. If "
  187. "you adjust your `vars.yml` to remove other components, you'd need to run "
  188. "`just setup-all`, or these components will still remain installed."
  189. msgstr ""
  190. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:102
  191. msgid "Usage"
  192. msgstr ""
  193. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:104
  194. msgid "Configure your Prometheus Alertmanager with configuration like this:"
  195. msgstr ""
  196. #: ../../../docs/configuring-playbook-alertmanager-receiver.md:123
  197. msgid ""
  198. "where `URL_HERE` looks like `https://matrix.example.com/matrix-"
  199. "alertmanager-receiver-RANDOM_VALUE_HERE/alert/some-room-name` or "
  200. "`https://matrix.example.com/matrix-alertmanager-receiver-"
  201. "RANDOM_VALUE_HERE/alert/!qporfwt:example.com`."
  202. msgstr ""
  203. #~ msgid ""
  204. #~ "See the project's "
  205. #~ "[documentation](https://github.com/metio/matrix-alertmanager-"
  206. #~ "receiver) to learn more about what "
  207. #~ "this component does and why it "
  208. #~ "might be useful to you."
  209. #~ msgstr ""
  210. #~ msgid ""
  211. #~ "At the moment, **setting up this "
  212. #~ "service's bot requires some manual "
  213. #~ "actions** as described below in [Account"
  214. #~ " and room preparation](#account-and-"
  215. #~ "room-preparation)."
  216. #~ msgstr ""
  217. #~ msgid ""
  218. #~ "To enable matrix-alertmanager-receiver, "
  219. #~ "add the following configuration to your"
  220. #~ " `inventory/host_vars/matrix.example.com/vars.yml` file:"
  221. #~ msgstr ""
  222. #~ msgid "Account and room preparation"
  223. #~ msgstr ""
  224. #~ msgid ""
  225. #~ "The playbook can automatically create "
  226. #~ "users, but it cannot automatically "
  227. #~ "obtain access tokens, nor perform any"
  228. #~ " of the other manual actions below."
  229. #~ msgstr ""
  230. #~ msgid ""
  231. #~ "`matrix-alertmanager-receiver` uses a "
  232. #~ "bot (with a username specified in "
  233. #~ "`matrix_alertmanager_receiver_config_matrix_user_id_localpart` -"
  234. #~ " see above) for delivering messages. "
  235. #~ "You need to **manually register this "
  236. #~ "bot acccount and obtain an access "
  237. #~ "token for it**."
  238. #~ msgstr ""
  239. #~ msgid ""
  240. #~ "[Register a new user](registering-users.md):"
  241. #~ " `ansible-playbook -i inventory/hosts "
  242. #~ "setup.yml --extra-vars='username=bot.alertmanager.receiver"
  243. #~ " password=PASSWORD_FOR_THE_BOT admin=no' --tags"
  244. #~ "=register-user`"
  245. #~ msgstr ""
  246. #~ msgid ""
  247. #~ "[Obtain an access token](obtaining-access-"
  248. #~ "tokens.md) for the bot's user account"
  249. #~ msgstr ""
  250. #~ msgid "Invite the bot to a room where you'd like to alerts to be delivered"
  251. #~ msgstr ""
  252. #~ msgid ""
  253. #~ "Log in as the bot using any "
  254. #~ "Matrix client of your choosing, accept"
  255. #~ " the room invitation from the bot's"
  256. #~ " account and log out"
  257. #~ msgstr ""
  258. #~ msgid ""
  259. #~ "(Optionally) Adjust "
  260. #~ "`matrix_alertmanager_receiver_config_matrix_room_mapping` to "
  261. #~ "create a mapping between the new "
  262. #~ "room and its ID"
  263. #~ msgstr ""
  264. #~ msgid ""
  265. #~ "Steps 1 and 2 above only need "
  266. #~ "to be done once, while preparing "
  267. #~ "your [configuration](#adjusting-the-playbook-"
  268. #~ "configuration)."
  269. #~ msgstr ""
  270. #~ msgid ""
  271. #~ "Steps 3 and 4 need to be "
  272. #~ "done for each new room you'd like"
  273. #~ " the bot to deliver alerts to. "
  274. #~ "Step 5 is optional and provides "
  275. #~ "cleaner `/alert/` URLs."
  276. #~ msgstr ""
  277. #~ msgid ""
  278. #~ "Now that you've [prepared the bot "
  279. #~ "account and room](#account-and-room-"
  280. #~ "preparation), [configured the playbook"
  281. #~ "](#adjusting-the-playbook-configuration), and "
  282. #~ "potentially [adjusted your DNS records"
  283. #~ "](#adjusting-dns-records), you can run "
  284. #~ "the playbook with [playbook tags](playbook-"
  285. #~ "tags.md) as below:"
  286. #~ msgstr ""
  287. #~ msgid ""
  288. #~ ".. where `URL_HERE` looks like "
  289. #~ "`https://matrix.example.com/matrix-alertmanager-"
  290. #~ "receiver-RANDOM_VALUE_HERE/alert/some-room-name` "
  291. #~ "or `https://matrix.example.com/matrix-alertmanager-"
  292. #~ "receiver-RANDOM_VALUE_HERE/alert/!qporfwt:example.com`."
  293. #~ msgstr ""
  294. #~ msgid ""
  295. #~ "This bot does **not** accept room "
  296. #~ "invitations automatically (like many other "
  297. #~ "bots do). To deliver messages to "
  298. #~ "rooms, **the bot must be joined to"
  299. #~ " all rooms manually** - see Step "
  300. #~ "4 of the [Account and room "
  301. #~ "preparation](#account-and-room-preparation) "
  302. #~ "section."
  303. #~ msgstr ""