validate-config.sh: False-positive 'server port not configured' error
Fix confirmed working on werner:
- validate-config.sh now works correctly with POSIX regex
- Configuration validation passes successfully
- Service health check confirms functionality -…
validate-config.sh: False-positive 'server port not configured' error
Service-Management: pexp-Pattern durch PID-File ersetzen
✅ Issue #100 Successfully Completed
Implementation completed and tested on werner (OpenBSD):
✅ Changes Made
- PID-directory creation in setup-directories.sh (/var/run/furt/…
Service-Management: pexp-Pattern durch PID-File ersetzen
install.sh: Add --update-services parameter for service script updates
validate-config.sh: False-positive 'server port not configured' error
systemd Service Hardening: Security-Optionen für Production
Update Installation.md for helper scripts system
Additional Service-Management Features Impact
Update zu Issue #100 Scope-Erweiterung:
Zusätzliche Documentation-Requirements
Service-Management-Features (Issue #100)
-…
Service-Management: pexp-Pattern durch PID-File ersetzen
Scope Update: Robustes PID-File Service-Management
Erweiterte Implementation basierend auf Testing-Erfahrungen:
Original Scope (PID-File Basics)
- PID-File schreiben statt…
michael
created branch feature/structured-logging-health-monitoring in DAW/furt
2025-09-05 20:34:29 +02:00
michael
pushed to feature/structured-logging-health-monitoring at DAW/furt
2025-09-05 20:34:29 +02:00
Strukturiertes Logging und Health-Check-System implementieren
Issue #54 Review: Structured Logging - YAGNI Analysis
Erkenntnisse nach Implementierung:
❌ Feature-Creep statt Low-Tech
- Logger-Modul: 150+ Zeilen für einfache
print()…