632067fef58847a8cf984cad6e78c3c5d7d2c32a
The AHS blackbox stores a DIMM inventory snapshot per POST cycle and parseDIMMs flattens all of them. dedupeMemory keyed on serial, so a slot whose module was swapped between captures survived once per historical occupant — a 24-slot board reported 26 modules and "same P/N" vs "mixed P/N" configs looked identical. dedupeMemory now collapses to one entry per non-empty slot with the last (most recent, since token order follows chronological blackbox-record order) occurrence winning. Slotless entries keep the serial/part fallback. See ADL-060. 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%