Add cron schedules and sync docs
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

This commit is contained in:
Stanislav Rossovskii
2026-06-23 19:18:01 +04:00
parent f5ec97fcb9
commit d6f9335398
24 changed files with 638 additions and 131 deletions

View File

@@ -1,3 +1,12 @@
# Examples
Examples for checks, configs, and local demos.
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.