# Example `ringo-flow serve` config — a synthetic telephony monitor.
# Run with: ringo-flow serve monitor.toml
# See docs/src/ringo-flow/monitoring.md for the full reference.
# HTTP listen address (default 127.0.0.1:9090).
= "0.0.0.0:9090"
# Default per-run timeout, overridable per scenario.
= "120s"
[[]]
= "smoke" # unique — the metric label and /run/<name>
= "examples/two-party.rhai"
= "*/5 * * * *" # every 5 minutes (cron; omit for on-demand only)
= ["ci.env"] # dotenv with SIP_DOMAIN / *_USER / *_PASS
[[]]
= "transfer"
= "examples/three-party-transfer.rhai"
= "0 * * * *" # hourly
= "180s"
= ["ci.env"]