Fix README links and script limits

This commit is contained in:
Stanislav Rossovskii
2026-06-23 18:11:28 +04:00
parent 28db03b631
commit f5ec97fcb9
2 changed files with 14 additions and 10 deletions

View File

@@ -59,6 +59,8 @@ Notifier outbox state:
## Features in 0.1.0
- Local command checks with `ok`, `warning`, `critical`, and `unknown` states.
- Per-check timeouts and best-effort script resource limits for CPU time,
virtual memory, and open files.
- Heartbeat-based agent liveness with alive, stale, and dead status.
- Durable on-disk agent spool for server outages.
- Idempotent event ingestion and duplicate-safe replay.
@@ -127,11 +129,11 @@ Monlet 0.1.0 is intentionally not:
Start with:
1. `deploy/README.md`
2. `agent/README.md`
3. `server/README.md`
4. `web/README.md`
5. `api/README.md`
1. [deploy/README.md](deploy/README.md)
2. [agent/README.md](agent/README.md)
3. [server/README.md](server/README.md)
4. [web/README.md](web/README.md)
5. [api/README.md](api/README.md)
Dependency caches and virtual environments are kept inside the repository. See
the component READMEs for current local development commands.