Welcome to Health check bot 👋!! I'm a python bot for telegram which intends to implement a (very basic) healthcheck system. I perform HTTP requests and I'll let you know if your service is healthy :).
List all polling services
/list
Add new service to the polling list
/add <name> <url>
name
is the name that will be storedurl
is the url that will be reached by the service
Unsubscribe a service from the polling list by name
/remove <name>
Key | example value | Description |
---|---|---|
BOT_TOKEN | 1234:abcde | Bot token obtained by Bot father |
ALLOW_LIST_CHAT_IDS | 1234,5678 | A comma-separated list for allow list groups which can interact with the bot |
POLLING_INTERVAL | 60 | The polling interval |
LOG_LEVEL | INFO | Log level of the application |