A Telegram alert plugin for Cabot by Arachnys
Project description
Cabot Telegram Plulgin
=====
Based on: https://github.com/lblasc/cabot-alert-slack
This is an alert plugin for the cabot service monitoring tool. It allows you to alert users using a Telegram chat room.
## Installation
Enter the cabot virtual environment.
```
$ pip install cabot_alert_slack
$ foreman stop
```
or
```
$ pip install git+git://github.com/codesyntax/cabot_alert_slack.git
$ foreman stop
```
Edit `conf/*.env`.
```
CABOT_PLUGINS_ENABLED=cabot_alert_telegram=0.1
...
TELEGRAM_BOT_TOKEN=bot_token
TELEGRAM_CHAT_ID=id of the chat where messages will be sent
```
Add cabot_alert_telegram to the installed apps in settings.py
```
$ foreman run python manage.py syncdb
$ foreman start
```
=====
Based on: https://github.com/lblasc/cabot-alert-slack
This is an alert plugin for the cabot service monitoring tool. It allows you to alert users using a Telegram chat room.
## Installation
Enter the cabot virtual environment.
```
$ pip install cabot_alert_slack
$ foreman stop
```
or
```
$ pip install git+git://github.com/codesyntax/cabot_alert_slack.git
$ foreman stop
```
Edit `conf/*.env`.
```
CABOT_PLUGINS_ENABLED=cabot_alert_telegram=0.1
...
TELEGRAM_BOT_TOKEN=bot_token
TELEGRAM_CHAT_ID=id of the chat where messages will be sent
```
Add cabot_alert_telegram to the installed apps in settings.py
```
$ foreman run python manage.py syncdb
$ foreman start
```
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cabot_alert_telegram-0.1.zip
(7.3 kB
view details)
File details
Details for the file cabot_alert_telegram-0.1.zip
.
File metadata
- Download URL: cabot_alert_telegram-0.1.zip
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a87a6319d51938b195b9278c9d3e70fe8777fd6721d615d523a2530993ad0abf |
|
MD5 | d79952770525a7acf4fc2bb218f8bd91 |
|
BLAKE2b-256 | 6e25e03a8ce93cfdfc4bd4bdb75457562073fffd468c9c5e61f1616a4b4a76aa |