Releases: Rojeets/ServerMonitorTool
Releases · Rojeets/ServerMonitorTool
Release list
v0.1.0 — Server Monitor Tool
Server Monitor Tool — Monitor website uptime, detect failures, and get alerted via email, Slack, or webhooks.
Designed for enterprises and individuals with multiple web clients to maintain. Reduce downtime and increase customer satisfaction with real-time monitoring from your terminal.
Features
- Multi-site HTTP health checks with configurable intervals
- Email (SMTP), Slack, and generic webhook alerts
- Real-time TUI dashboard
- Prometheus metrics export
- Concurrent checks with retry logic
- Configurable timeouts and slow-threshold detection
Install
curl -fsSL https://raw.githubusercontent.com/Rojeets/ServerMonitorTool/v0.1.0/install.sh | bashQuick Start
- Edit
config.yamlwith the sites you want to monitor - Run:
monitor start - View dashboard:
monitor dashboard
Assets
monitor_linux_amd64— Linux x86_64monitor_linux_arm64— Linux ARM64monitor_darwin_amd64— macOS Intelmonitor_darwin_arm64— macOS Apple Siliconconfig.example.yaml— Example configuration