-
Notifications
You must be signed in to change notification settings - Fork 0
Explorer
Benjamin Knapp edited this page Jul 8, 2026
·
1 revision
explorer/index.html
is a standalone, dependency-free web page. Open it directly in a browser —
nothing is uploaded anywhere, everything runs locally.
- Configure one or more endpoints (URL, method, auth, request body, headers, timeout, TLS/redirect toggles).
- Paste each endpoint's sample JSON response.
- Click the fields you want to monitor; set thresholds, labels and units.
- It generates, ready to copy:
- the agent
--endpointcommand line for CLI testing, - the rule value for
rules.mk, - a REST API request body +
curlto create the rule on a site.
- the agent
Auth is emitted as a password-store reference — create the matching entry under Setup → Passwords on your site.
- You don't have to hand-write JSON paths — clicking a value fills them in,
including
[*]wildcards for arrays. - You can validate your extraction against a real sample before touching the site.
- Grab it from the repo:
explorer/index.html(Save As, or open the raw file). - It's a single self-contained file — keep a copy locally and reopen it any time.
Back to Home · Configuration.