Device Management Commands
Commands for discovering hardware, generating device profiles, and monitoring fleet health.
Hardware Audit
Fleet Health Monitoring
Linux Remote Collection
Infrastructure Inventory (ra-infrastructure)
| Command | Description |
|---|
inv device list | List inventory devices with filtering |
inv db health | Check inventory database health |
inv device count | Count devices by category, type, zone, status |
inv device show SLUG | Show device details |
inv device create NAME | Add a new device to inventory |
Typical Workflow
Onboarding a New Device
- Run
device audit profile to auto-collect specs and generate profile files
- Review the generated
profile.yaml for WMI inaccuracies (Windows) or missing details
- Add
snipeit: block if the device is tracked in Snipe-IT
- Commit the profile to the
profiles/ directory
Ongoing Fleet Monitoring
- Run
device fleet check for a quick terminal view of all device health
- Run
device fleet report to generate a shareable HTML report
- Address any version staleness or connectivity issues flagged in the report