Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.37 KB

File metadata and controls

22 lines (13 loc) · 1.37 KB

Telegram

Notifications sent to the Telegram channel will be sent to the list of recipients.

Telegram settings

Setting Up Telegram

To configure Telegram for notifications you'll need to have a Telegram account and follow the directions below.

  1. Create a Telegram bot by starting a message with @BotFather.
  2. Using the bot's token ID to add the following variable in your .env file in your mounted data directory. TELEGRAM_BOT_TOKEN=putyourtokenhere
  3. Next you'll need your own chat ID (hint: it's not the bot ID), start a chat with @Get_Id_Bot and add that to your "Recipients" list and click "Save".
  4. Start a chat with your bot your created in step 1 to start receiving notification from yout Telegram bot.

Triggers

NameDescription
On completed speedtestOn each successful speedtest a notification will be send to the application.
On absolute threshold failureOn any absolute threshold failure a notification will be send to the application.

Recipients

A recipient is any valid Telegram chat ID, you can add one or many recipients that will receive notifications based on the triggers selected.