93f0897b8165585e81a9ebfd8960e4ab55d8d1aa
MAC-format mismatches between collector sources (dash vs colon separators) were preventing duplicate NIC/PCIe entries from merging in the canonical device dedup pass. Add MAC address normalization and merge devices that share a normalized MAC before the existing serial/BDF-based dedup runs. Also fix a bug in the Inspur redis-dump serial fallback parser: when a field's inline value was the placeholder "N/A", the code incorrectly fell through to a window-scan fallback that could pick up an unrelated adjacent Redis key name (e.g. "AssetInfoPCIEMMIOSpace") as a fake serial number. Co-Authored-By: Claude Sonnet 5 <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)
Releases
24
logpile v1.31
Latest
Languages
Go
92.3%
JavaScript
4.6%
CSS
1.5%
HTML
1%
Shell
0.5%
Other
0.1%