daily_brief
Run a morning access point health check across all sites, flagging any site with an offline AP ratio above a threshold. Returns a Markdown summary of site-level AP counts and anomalies.
Instructions
Run a morning AP health check across all sites.
Fetches all access points and aggregates their online/offline status by
site. Sites whose offline AP ratio is strictly greater than
offline_threshold percent are flagged as WARNING (uses >, so a
site with exactly offline_threshold % offline is still OK).
Args: offline_threshold: Percentage of offline APs that triggers a WARNING (default 10.0). Sites at or below this threshold appear in the OK section. Pass 0.0 to flag any site with at least one offline AP.
Output tiers:
CRITICAL — API connection failure
WARNING — offline AP ratio strictly above threshold
OK — offline ratio at or below threshold
Returns a Markdown summary with site-level AP counts and anomaly details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offline_threshold | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |