Documentation Index
Fetch the complete documentation index at: https://docs.harbinge.rs/llms.txt
Use this file to discover all available pages before exploring further.
Asset
A physical device tracked in Forager — typically a piece of IT equipment with a barcode label. Each asset has an asset tag (the barcode value) and a recorded location (where the CMDB says it should be).Asset Tag
The unique identifier printed on an asset’s barcode label. Forager uses this value to match a scanned barcode to a record in the system and to write back to the CMDB.Attestation
A record created each time a tech scans an asset. Every attestation captures: the asset tag, the tech’s current location (determined by RF fingerprint), the tech’s identity, a timestamp, and the result type (match, mismatch, or new asset). Attestations are the audit artifact — they are immutable records of when each device was physically observed and where.Confirmation
A successful attestation where the asset’s recorded location matches the tech’s current location. Also called a match. Confirmations update the asset’s Last Confirmed date and count toward compliance coverage.Coverage
A measure of how well a location has been surveyed. Rooms with more RF captures from varied positions have higher coverage and produce more accurate location classification. Coverage is visible in the app’s Coverage screen.Fingerprint
The RF signal pattern captured at a specific location during a survey. A fingerprint is built from Wi-Fi access point signal strengths and BLE beacon readings. The app matches a tech’s current signal environment against stored fingerprints to determine which room they are in.Location Node
A named point in the physical location hierarchy — a building, floor, wing, room, or any other level. Location nodes form a tree: a building contains floors, floors contain rooms. Assets and survey fingerprints are both associated with location nodes.Match
See Confirmation.Mismatch
An attestation where the tech’s current location (by RF fingerprint) does not match the asset’s recorded location. Forager alerts the tech and asks whether to update the asset’s location. The result is recorded as either mismatch_confirmed (location updated) or mismatch_dismissed (tech chose not to update). A mismatch indicates that either the asset has been moved, or the asset’s CMDB record is out of date.Never Confirmed
An asset status indicating that the asset exists in Forager’s registry but has never received a successful match attestation. The asset may have been imported from a CMDB or added during an initial new-asset scan, but no tech has yet performed a clean confirmation for it. Never-confirmed assets are not necessarily lost — they may simply not have been encountered during normal field work yet. A high count of never-confirmed assets in an area typically means that area hasn’t been swept.PMI (Preventive Maintenance Inspection)
A scheduled inspection of a physical asset to verify it is functioning correctly, safely, and in compliance with regulatory standards. Common in healthcare (Joint Commission, DNV), facilities management, and industrial environments. In Forager, PMI schedules are stored asnext_pmi_date and pmi_interval_days on each asset record.
PMI Status
A computed value indicating where an asset stands relative to its scheduled inspection date:| Status | Meaning |
|---|---|
| Overdue | next_pmi_date is in the past |
| Due Soon | next_pmi_date is within the next 30 days |
| OK | next_pmi_date is more than 30 days away |
| None | No PMI schedule has been set for this asset |