> For the complete documentation index, see [llms.txt](https://utm-1.gitbook.io/utm-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://utm-1.gitbook.io/utm-docs/dokumentaciya/utm-it/resheniya/kubernetes/dlya-prorabotki/opovesheniya-v-telegramm.md).

# Оповещения в Telegramm

## Ссылки

Подключаем VictoriaMetrics в Deckhouse и настраиваем уведомления в Telegram: [habr.com](https://habr.com/ru/companies/flant/articles/726528/?ysclid=mhuf1jo8ob979115517)

4volodin / Alert k8s - telegram: [gist.github.com](https://gist.github.com/4volodin/3a5dd316cf44cb6c76eae2bc648977e4)

Настройка оповещений в Telegram: [docs.rvision.ru](https://docs.rvision.ru/siem/ru/latest/administration/GrafanaTelegramBot.html?ysclid=mhuf5ope1p717474221)

## Информация

### Настройка Telegram-бота <a href="#nastroika_telegram_bota" id="nastroika_telegram_bota"></a>

Для создания и настройки Telegram-бота:

1. Откройте приложение Telegram на вашем устройстве.
2. Найдите бота с именем **@BotFather**.
3. Отправьте команду **/newbot**.
4. Введите название бота, например, **System Notifier**.
5. Введите имя пользователя для бота. Имя должно оканчиваться на "bot" или "\_bot", например, **system\_notify\_bot**.
6. Сохраните значение токена, предоставленное в ответе.
7. Создайте групповую беседу или откройте уже существующую в приложении Telegram.
8. Добавьте созданного бота в эту группу, найдя его по имени пользователя.
9. Скопируйте идентификатор чата из URL-адреса в адресной строке браузера. Адрес должен выглядеть примерно так: `https://web.telegram.org/a/#-4266605675`. Идентификатор чата — это последовательность чисел, следующих за символом `#`. Например, `-4266605675`.

```
Бот:
Название бота: UTM K8S Notifier
Имя пользователя для бота: utm_k8s_notify_bot

Группа:
Название: UTM Home Notifications
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://utm-1.gitbook.io/utm-docs/dokumentaciya/utm-it/resheniya/kubernetes/dlya-prorabotki/opovesheniya-v-telegramm.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
