Telegram bot for alerts from Alertmanager
Create bot with BotFather and get token.
Get your, group or channel chat id with Get My ID bot.
Configure alerter
.
Add alerter
to receivers
in your alertmanager.yml:
```text receivers:
You can download prebuilt archive or Deb/RPM package from releases.
Pull image from DockerHub:
sh
docker pull ultram4rine/alerter
In other cases, you need Rust installed.
You can install alerter from crates.io:
sh
cargo install alerter
Then download template and run.
Clone repository:
sh
git clone https://github.com/ultram4rine/alerter.git
cd alerter
Build binary:
sh
cargo build --release
Binary should be in target/release/alerter
.
See cargo-deb or cargo-generate-rpm instructions respectively.
Use environment variables or command-line flags to configure alerter
:
| Environment variable | Command-line flag | Default | Description | | -------------------- | ----------------- | --------------------- | --------------------------------- | | ALERTERLISTENPORT | --port (-p) | 48655 | Port to listen. | | ALERTERTMPLPATH | --template-path | templates/default.hbs | Path to handlebars template file. | | ALERTERTGBOTTOKEN | --token | | Telegram bot token. | | ALERTERTGCHATID | --chat-id | | Telegram chat ID. |