v1.10.1
Matches on ServiceRootVendor "xFusion" and OEM namespace "xFusion" (score 90+). Enables GenericGraphicsControllerDedup unconditionally and ProcessorGPUFallback when GPU-type processors are present in the snapshot (xFusion G5500 V7 exposes H200s simultaneously in PCIeDevices, GraphicsControllers, and Processors/Gpu* — all three need dedup). Without this profile, xFusion fell into fallback mode which activated all vendor profiles (Supermicro, HGX, MSI, Dell) unnecessarily. Now resolves to matched mode with targeted acquisition tuning (120k cap, 75s baseline). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
LOGPile
Standalone Go application for BMC diagnostics analysis with an embedded web UI.
What it does
- Parses vendor diagnostic archives into a normalized hardware inventory
- Collects live BMC data via Redfish
- Exports normalized data as CSV, raw re-analysis bundles, and Reanimator JSON
- Runs as a single Go binary with embedded UI assets
Documentation
- Shared engineering rules:
bible/README.md - Project architecture and API contracts:
bible-local/README.md - Agent entrypoints:
AGENTS.md,CLAUDE.md
Run
make build
./bin/logpile
Default port: 8082
License
MIT (see LICENSE)
Description