FOG 1.6-working - CPU in Inventory Report
-
We’re working on our asset registers. FOG has all the data for CPU, memory etc in the host’s Inventory tab, but when I come to run an Inventory report the only columns it will let me have are Memory (as well as serial and hostname). Could it display and export CPU version and speed, System Manufacturer and Hard Drive model too?
Many thanks
-
@sideone First let me say I don’t use the fog reports or have I used fog 1.6. Byt, all of this data exists in the FOG database in mysql tables. If you know sql you could write a query to dump the tables into a csv file so you can then import to excel or other spreadsheet program. Then you would have full access to the underlying data. I haven’t looked at the database in a while but most of the data should exist in the fog data and hosts table.
-
@sideone This is fixed in the latest.
I’ve provided all the inventory columns to the report as well as adjusted where appropriate for the JS code to operate appropriately.
Enjoy.
-
@Tom-Elliott yay, thank you