@@ -7,7 +7,7 @@ A high-performance uptime monitoring system built with Bun and ClickHouse. Recei
77- ** Pulse-Based Monitoring** - Services send heartbeats; missing pulses trigger alerts
88- ** Hierarchical Groups** - Organize monitors with flexible health strategies (any-up, all-up, percentage)
99- ** Custom Metrics** - Track up to 3 numeric values per monitor (player count, connections, etc.)
10- - ** Multi-Channel Notifications** - Discord, Email, Ntfy and Telegram support with per-monitor control
10+ - ** Multi-Channel Notifications** - Discord, Email, Ntfy, Telegram and Webhook support with per-monitor control
1111- ** Dependency-Based Notification Suppression** - Define dependencies between monitors/groups to avoid notification storms when infrastructure fails
1212- ** Real-Time Status Pages** - WebSocket-powered live updates
1313- ** Self-Healing** - Automatic backfill when the monitor itself recovers from downtime
@@ -78,18 +78,18 @@ curl http://localhost:3000/v1/status/:slug
7878
7979## Documentation
8080
81- | Document | Description |
82- | ---------------------------------------------------------------------- | ------------------------------------------------- |
83- | [ Pulses] ( docs/pulses.md ) | How pulses work, timing, and best practices |
84- | [ Configuration Guide] ( docs/configuration.md ) | Complete config.toml reference |
85- | [ API Reference] ( docs/api.md ) | All endpoints and WebSocket events |
86- | [ Admin API Reference] ( docs/admin-api.md ) | CRUD endpoints for managing configuration via API |
87- | [ Notifications] ( docs/notifications.md ) | Setting up Discord, Email, Ntfy, Telegram |
88- | [ Groups & Strategies] ( docs/groups.md ) | Organizing monitors hierarchically |
89- | [ Dependencies] ( docs/dependencies.md ) | Notification suppression via dependencies |
90- | [ Custom Metrics] ( docs/custom-metrics.md ) | Tracking additional data points |
91- | [ PulseMonitor Integration] ( docs/pulsemonitor.md ) | Automated monitoring from multiple regions |
92- | [ Visual Configuration Editor] ( https://uptime-monitor.org/configurator ) | Web-based UI for configuring monitors |
81+ | Document | Description |
82+ | ---------------------------------------------------------------------- | -------------------------------------------------- |
83+ | [ Pulses] ( docs/pulses.md ) | How pulses work, timing, and best practices |
84+ | [ Configuration Guide] ( docs/configuration.md ) | Complete config.toml reference |
85+ | [ API Reference] ( docs/api.md ) | All endpoints and WebSocket events |
86+ | [ Admin API Reference] ( docs/admin-api.md ) | CRUD endpoints for managing configuration via API |
87+ | [ Notifications] ( docs/notifications.md ) | Setting up Discord, Email, Ntfy, Telegram, Webhook |
88+ | [ Groups & Strategies] ( docs/groups.md ) | Organizing monitors hierarchically |
89+ | [ Dependencies] ( docs/dependencies.md ) | Notification suppression via dependencies |
90+ | [ Custom Metrics] ( docs/custom-metrics.md ) | Tracking additional data points |
91+ | [ PulseMonitor Integration] ( docs/pulsemonitor.md ) | Automated monitoring from multiple regions |
92+ | [ Visual Configuration Editor] ( https://uptime-monitor.org/configurator ) | Web-based UI for configuring monitors |
9393
9494## Related Projects
9595
0 commit comments