diff options
| -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 |