Files
monlet/examples/README.md
Stanislav Rossovskii d6f9335398
Some checks failed
ci / openapi (push) Failing after 7s
ci / agent (push) Failing after 5s
ci / server (push) Failing after 6s
ci / stack-smoke (push) Has been skipped
ci / web (push) Failing after 5s
Add cron schedules and sync docs
2026-06-23 19:18:01 +04:00

13 lines
458 B
Markdown

# Examples
Small payloads and scripts used by local smoke tests and manual API checks.
Files:
- `heartbeat.json` - example agent heartbeat request body.
- `event-batch.json` - example event batch request body.
- `checks/example_check.sh` - minimal shell check that follows the Monlet exit-code contract.
Use these examples as templates only. Real agents normally send heartbeat and
event payloads through the Go agent, not by hand-written curl requests.