Skip to content

A python telegram bot for health checking services

Notifications You must be signed in to change notification settings

andruten/healthcheckbot

Repository files navigation

Health check bot

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 :).

Available commands

list

List all polling services

/list

add

Add new service to the polling list

/add <name> <url>
  • name is the name that will be stored
  • url is the url that will be reached by the service

remove

Unsubscribe a service from the polling list by name

/remove <name>

Environment variables

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

About

A python telegram bot for health checking services

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published