Bot Version 1.1.0

This commit is contained in:
2026-04-14 22:14:08 -07:00
parent 9c9db344df
commit 09c8df405c
3 changed files with 179 additions and 15 deletions

View File

@@ -50,6 +50,16 @@ DISCORD_SECRET_KEY=your-bot-token-here
DISCORD_CLIENT_ID=123456789
DATABASE_PATH=uptime.db
# How often to poll all sites, in minutes (default: 15)
POLL_INTERVAL_MINUTES=15
# Discord channel ID to post alerts in. Set to 0 to disable alerts entirely.
ALERT_CHANNEL_ID=1493840872146600036
# Minimum minutes between repeat incident alerts for the same site.
# Recoveries always bypass this cooldown.
ALERT_COOLDOWN_MINUTES=30
MONITORED_SITES='[
{
"name": "MySite",