Bot Version 1.1.0
This commit is contained in:
10
README.md
10
README.md
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user