Fix README links and script limits
This commit is contained in:
12
README.md
12
README.md
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user