Scanners
Monitors the health and connectivity status of all registered scanners. Shows each scanner's current status, version, network identity, and last heartbeat time. Scanners with no heartbeat for 2+ minutes are marked offline. To provision or configure scanners, go to Config > Scanners.
Fields & Columns
| Name | Description |
|---|---|
| Name | The unique identifier assigned to this scanner during provisioning |
| Status | Current state: Active (heartbeat within 2 min), Pending (awaiting first connection), Offline (no heartbeat 2+ min), Disabled (manually disabled) |
| Version | Scanner binary version reported during heartbeat |
| External IP | Public IP address the scanner connects from, as seen by the ingest node |
| Internal IP | Private/LAN IP address reported by the scanner itself |
| Hostname | System hostname of the machine running the scanner |
| Last Seen | Relative time since the last heartbeat (e.g., "30s ago", "5m ago") |
Gotchas
- This page is read-only health monitoring. To provision, edit, or delete scanners, use Config > Scanners.
- A scanner showing "Pending" has been provisioned but has never connected — verify the scanner binary is running and can reach the ingest endpoint.
API Calls (1)
| Method | Path | Description |
|---|---|---|
| GET | /api/scanners | List all registered scanners with status and metadata |
Related Pages
- Overview — Architecture diagram showing scanner nodes
- Ingest — Ingest nodes receive scanner heartbeats and results
- DNS — Scanner DNS card shows PTR and ASN data for registered scanners
- Config > Scanners — Provisioning and configuration of scanners