a590242382a24ed78c78a7079d7d245373fc207b
Some collectors (BEE-SP observed so far) report every PSU at slot "0". The export itself already keeps every PSU as a separate record (dedupePSUs keys on serial first), but Reanimator relies on slot to track installed position, so PSUs sharing a slot value land in "other components" instead of being tracked as PSU installations. Renumber colliding slots to stable 0-based positions by encounter order. This doesn't invent a serial or other identity — the PSUs are already distinguished by serial — it only assigns the position field Reanimator needs when the source failed to. Files where every PSU already has a unique slot are unaffected. 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%