A Discord bot for monitoring the uptime of various services with automatic status display and administrator notifications.
Features
Uptime Monitoring: Monitors multiple services simultaneously (HTTP and Ping) Automatic Updates: Updates service status regularly Outage Notifications: Notifies administrators of service outages Customizable Design: Configurable embed messages and status displays Flexible Configuration: Easy customization via config.json
Configuration
{
"license_key": "LICENSE_KEY",
"token": "BOT_TOKEN",
"channels": {
"status": "STATUS_CHANNEL_ID",
"logs": "LOGS_CHANNEL_ID"
},
"updateInterval": 60000,
"presence": {
"status": "idle",
"activity": {
"name": "auth-solutions.de",
"type": "Watching"
}
},
"design": {
"embedColor": "#00ff00",
"offlineColor": "#ff0000",
"title": "Service Status",
"footer": "Last update: {timestamp}",
"lastUpdateText": "**Last update:** {timestamp}",
"footerText": "by auth-solutions.de",
"thumbnail": "https://cdn.discordapp.com/avatars/1376562417156231300/3589c37ce96363e217389d311be65a0e.png?size=1024"
},
"services": [
{
"name": "Website",
"type": "https",
"url": "https://example.com/",
"method": "GET",
"expectedStatus": 200,
"timeout": 5000
},
{
"name": "Server",
"type": "ping",
"host": "example.com",
"timeout": 5000
}
]
}
HTTP Service
type: "https"
url: Service URL
method: HTTP method (Default: GET)
expectedStatus: Expected HTTP status (Default: 200)
timeout: Timeout in milliseconds
Ping Service
type: "ping"
host: Hostname or IP address
timeout: Timeout in milliseconds
You must be logged in to add products to your cart.
Save up to 50%
Bundle Up and save get all the discord bots we sell for half the price
2 Products Included:
Was €9.98
€4.99
Save
€4.99