diff options
| author | Fuwn <[email protected]> | 2026-01-19 19:50:17 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-01-19 19:50:17 -0800 |
| commit | 4d5ea3c69ac46c3a4e50da55aefc41bcdeb8cbfc (patch) | |
| tree | 50e1213ec7bbbe66256979cab3b8b78314235dd8 | |
| parent | feat: Add ICMP, DNS, and GraphQL monitor types (diff) | |
| download | kaze-4d5ea3c69ac46c3a4e50da55aefc41bcdeb8cbfc.tar.xz kaze-4d5ea3c69ac46c3a4e50da55aefc41bcdeb8cbfc.zip | |
docs: Remove completed features from ideas.md
Remove ICMP ping monitoring, DNS resolution checks, GraphQL endpoint
monitoring, and response buffering from future ideas since they have
been implemented.
| -rw-r--r-- | ideas.md | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -41,7 +41,6 @@ - Uptime trends and analytics ### Performance Optimizations -- **Response buffering**: Render template to buffer first, then write atomically (prevents broken pipe errors) - **Page caching**: Cache rendered status page for a few seconds to reduce database load - **Reduce tick count**: Make tick count configurable per deployment or auto-adjust based on load @@ -53,12 +52,9 @@ - Alert escalation policies ### Monitor Types -- ICMP ping monitoring -- DNS resolution checks - Database connection monitoring - Custom script/command execution - WebSocket monitoring -- GraphQL endpoint monitoring ### Gemini Protocol Enhancements - **TOFU (Trust On First Use)**: Implement certificate fingerprint tracking for Gemini monitors |