mirror of
https://github.com/ManyakRus/telegram_loki.git
synced 2024-12-04 21:05:12 +02:00
сделал URL
This commit is contained in:
parent
23cacba58c
commit
c8c6027ab6
@ -23,6 +23,14 @@ if the script does not return lines, then everything is fine.
|
||||
including the .sql file name and the name of the person responsible,
|
||||
then the name of the person responsible will also be added.
|
||||
|
||||
The bot sends error logs to Telegram groups:
|
||||
1. General group with all errors, all programmers.
|
||||
Group ID is filled in settings.txt, TELEGRAM_CHAT_NAME=
|
||||
In the Telegram group settings, you need to set the rights Group type = "Public"
|
||||
2. Each programmer separately, only logs that apply to him.
|
||||
Filled in the files services.txt, scripts.txt
|
||||
Each programmer must add this telegram bot to his Telegram
|
||||
|
||||
Installation procedure:
|
||||
1. Compile this repository
|
||||
>make build
|
||||
|
@ -8,12 +8,6 @@ DATABASE_CHECKER_ENABLED=false
|
||||
#TELEGRAM_API_KEY - API KEY from Telegram messenger
|
||||
TELEGRAM_API_KEY=
|
||||
|
||||
#TELEGRAM_APP_ID - APP ID from Telegram
|
||||
#TELEGRAM_APP_ID=
|
||||
|
||||
#TELEGRAM_APP_HASH - APP HASH from Telegram
|
||||
#TELEGRAM_APP_HASH=
|
||||
|
||||
#TELEGRAM_PHONE_FROM - your phone number, from messages will be sent
|
||||
TELEGRAM_PHONE_FROM=
|
||||
|
||||
|
@ -23,6 +23,14 @@
|
||||
в том числе имя файла .sql и имя ответственного,
|
||||
то будет ещё добавлять имя ответственного.
|
||||
|
||||
Бот отправляет логи ошибок в Телеграмм группы:
|
||||
1. Общая группа со всеми ошибками, всех программистов.
|
||||
ИД группы заполняется в settings.txt, TELEGRAM_CHAT_NAME=
|
||||
В настройках Телеграм группы надо поставить права Тип группы = "Публичная"
|
||||
2. Каждому программисту отдельно, только логи которые относятся к нему.
|
||||
Заполняется в файлах services.txt, scripts.txt
|
||||
Каждый программист должен сам добавить себе в Телеграм этого телеграм бота
|
||||
|
||||
|
||||
Порядок установки:
|
||||
1. Скомпилировать этот репозиторий
|
||||
|
Loading…
Reference in New Issue
Block a user