Skip to content

Releases: vazor-code/UptimeMonitor

v0.1.0

13 Aug 07:43
5bd79f7

Choose a tag to compare

v0.1.0 Pre-release
Pre-release

Full Changelog: https://github.com/vazor-code/UptimeMonitor/commits/v0.1.0

Changelog

[v0.1.0] - 2025-08-13

🚀 Initial Release

First public version with core monitoring functionality

✨ New Features

  • Implemented website monitoring engine:
    • HTTP/HTTPS support
    • 10-second check timeout
    • 5-minute check interval
  • Added Telegram integration:
    • Instant downtime/recovery notifications
    • Configuration via .env file
  • Web dashboard with basic functions:
    • Add/remove monitored sites
    • Real-time status (UP/DOWN)
    • Check history log
  • Dark/Light theme support
  • Multi-language: English/Russian UI

🛠 Technical Improvements

  • Core stack: Flask 3.0 + SQLite
  • Architecture:
    • SSE (Server-Sent Events) for real-time updates
    • Modular structure (app.py + templates/)
  • Key dependencies:
    • python-telegram-bot v20+ for alerts
    • requests for HTTP checks

🐛 Known Issues

  • No site grouping support
  • Limited statistics (last 50 checks only)
  • SSL certificate validation not implemented
  • Mobile UI not optimized

⚠️ Breaking Changes

  • Requires Python 3.10+
  • Mandatory .env variables:
    TELEGRAM_TOKEN=your_bot_token
    TELEGRAM_CHAT_ID=your_chat_id