Monitor de servicios HTTP/TCP en Zig
Find a file
reugenio f31ce95afe Migración a Zig 0.15.2
Cambios principales:
- build.zig: root_source_file → root_module con b.createModule()
- stdout: std.io.getStdOut() → std.fs.File.stdout().deprecatedWriter()
- ArrayList: std.ArrayList → std.array_list.Managed
- file.reader(): deprecatedReader() para compatibilidad
- HTTP Client: client.open/send/wait → client.fetch()
- sleep: std.time.sleep → std.Thread.sleep

Código funciona correctamente con Zig 0.15.2.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-08 01:03:43 +01:00
docs Migración a Zig 0.15.2 2025-12-08 01:03:43 +01:00
src Migración a Zig 0.15.2 2025-12-08 01:03:43 +01:00
.gitignore Fase 1: Monitor básico HTTP/TCP funcionando 2025-12-07 20:43:34 +01:00
build.zig Migración a Zig 0.15.2 2025-12-08 01:03:43 +01:00
CLAUDE.md Migración a Zig 0.15.2 2025-12-08 01:03:43 +01:00
service-monitor.log Añadir log a archivo 2025-12-07 21:01:13 +01:00
services.conf SMTP y Telegram: notificaciones por email y móvil 2025-12-08 00:48:56 +01:00
services.conf.example Daemon mode + configuración externa 2025-12-07 23:45:07 +01:00