Add reusable context template

This commit is contained in:
rikrdo
2026-04-11 17:34:57 +02:00
commit 3231b65719
16 changed files with 405 additions and 0 deletions

18
context/cron.template.md Normal file
View File

@@ -0,0 +1,18 @@
# Cronjobs y health-checks
## Monitorización
- Documenta aquí herramientas como Uptime Kuma, Pulse, Prometheus, etc.
- Indica dónde residen (host, contenedor) y qué servicios vigilan.
## Cron por host
| Host | Root crontab | `/etc/cron.d` | Notas |
| --- | --- | --- | --- |
| {{BASTION_NAME}} | (ej. sin crontab personalizado) | `e2scrub_all`, ... | Ajustar según entorno |
| ... | ... | ... | ... |
## Scripts programados
- Lista scripts propios (`network_inventory.sh`, backups, etc.), ubicación y periodicidad.
## Auditoría
- Comando sugerido: `ssh host "crontab -l"` y `cat /etc/cron.d/*`.
- Documenta nuevos hallazgos aquí y enlaza scripts relevantes en `context/scripts.md`.