47ff1c37965776e02e59ac8476aee21abbbcb050
NF-series storage servers (e.g. NF5280M6) have no GPU/outboard-PCIe topology, so the previous score gate (topologyScore==0 || boardScore==0 → return 0) always produced score=0 despite SystemManufacturer="Inspur" being available. These servers fell into mode=fallback, activating the AMI profile and probing /Oem/Ami paths that don't exist on the BMC. Add manufacturer-based detection: SystemManufacturer or ChassisManufacturer containing "inspur" contributes 60 points — enough to enter matched mode on its own. GPU servers with full topology+board signals still score higher as before. 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
Releases
17
Languages
Go
91.2%
JavaScript
5.3%
CSS
1.7%
HTML
1.1%
Shell
0.6%
Other
0.1%