aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-01-19 19:50:17 -0800
committerFuwn <[email protected]>2026-01-19 19:50:17 -0800
commit4d5ea3c69ac46c3a4e50da55aefc41bcdeb8cbfc (patch)
tree50e1213ec7bbbe66256979cab3b8b78314235dd8
parentfeat: Add ICMP, DNS, and GraphQL monitor types (diff)
downloadkaze-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.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/ideas.md b/ideas.md
index ad45b25..f21c1ee 100644
--- a/ideas.md
+++ b/ideas.md
@@ -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