openbmc / entity-manager

Run-time JSON driven system configuration manager
Other
26 stars 48 forks source link

Adding CPU and DIMM Inventory #19

Open OguzhanCaglar opened 2 years ago

OguzhanCaglar commented 2 years ago

I have a board that has the AST2500 BMC. I want to add the CPU and DIMM to entity-manager JSON files to monitor from WebUI. I don't see any documents to do this. How can I add the CPU and DIMM?

abyssbrige commented 1 year ago

I have the same problem, have you solved it?

OguzhanCaglar commented 1 year ago

I solved this problem using the SMBIOS table. I successfully transferred this table from Host to BMC. You can monitor it on WebUI after transferring this table.

abyssbrige commented 1 year ago

Great! You add json file under /usr/share/entity-manager/configurations?and except this,what else is needed?