Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,18 @@ Reference the Dockerfile for other dependency requirements.
pip3 install git+https://github.com/packethost/packet-hardware.git@master
```

if it fails, you may need to use a venv:
```
python3 -m venv phenv
. phenv/bin/activate
pip install git+https://github.com/packethost/packet-hardware.git@master
```

Install required tools:
- Alpine: `apk add dmidecode ipmitool smartmontools hdparm ethtool`
- Redhat: `yum install dmidecode ipmitool smartmontools hdparm ethtool`


## Running inventory (docker)

The below command will run the script without posting the results.
Expand Down