- Go to Grafana > Alerting > Notification channels > New channel.
- Type: Telegram. It will ask you for a Bot API Token and a Chat ID.
- Open a chat with BotFather on Telegram.
- Type /newbot
- Type your bots name. F.e: Grafana Bot
- Type your bots username. F.e: a_new_grafana_bot
- You have your Bot API Token. Paste it on Grafana.
- Open this URL address, substituing YOUR_API_TOKEN_KEY with yours:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM php:7.4-fpm-alpine | |
| WORKDIR "/application" | |
| # Install essential build tools | |
| RUN apk add --no-cache \ | |
| git \ | |
| yarn \ | |
| autoconf \ | |
| g++ \ | |
| make \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "AD" : "Andorre", | |
| "AE" : "Émirats Arabes Unis", | |
| "AF" : "Afghanistan", | |
| "AG" : "Antigua-Et-Barbuda", | |
| "AI" : "Anguilla", | |
| "AL" : "Albanie", | |
| "AM" : "Arménie", | |
| "AO" : "Angola", | |
| "AP" : "Région Asie/Pacifique", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| module.exports = { | |
| root: true, | |
| env: { | |
| browser: true, | |
| node: true, | |
| }, | |
| parserOptions: { | |
| parser: '@babel/eslint-parser', | |
| requireConfigFile: false, | |
| }, |
OlderNewer