kinu-garage / hut_10sqft

Computer setup tools for my own environment, and public discussion place holder.
2 stars 1 forks source link

As an h/w acceptance operator or install/shipping operator, I want to know a computer meets the spec. #363

Open 130s opened 5 years ago

130s commented 5 years ago

Problem

It takes many steps to verify whether a computer meets the spec. Very error-prone if it's done manually.

Usecase

Requirement

CoS

Moved from https://github.com/130s/hut_10sqft/issues/290

130s commented 5 years ago

CoS

  • [ ] Investigate existing solution

Leaning toward using psutil as an underlining library, and implement both reporting and verifying features by myself. Maybe push that features to psutil.

130s commented 5 years ago

Ran into osquery via psutil's list of downstream projects. It entails a fascinating concept - providing any OS info via SQL interface.

osquery evaluated separately in https://github.com/130s/hut_10sqft/issues/396