Skip to content

Python module for hardware detection and classification

License

Notifications You must be signed in to change notification settings

elfosardo/hardware

This branch is 1 commit ahead of, 83 commits behind redhat-cip/hardware:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

aedac88 · Oct 9, 2020
Dec 16, 2019
Oct 9, 2020
Feb 13, 2019
Feb 13, 2019
Nov 30, 2014
Nov 30, 2014
Feb 13, 2019
May 12, 2020
Jul 8, 2018
Nov 30, 2014
Nov 30, 2014
Nov 30, 2014
Feb 2, 2019
Nov 30, 2014
Jan 15, 2020
Jan 15, 2020
Sep 18, 2020
May 13, 2020
May 12, 2020

Repository files navigation

hardware

Latest hardware release on the Python Cheeseshop (PyPI) Build status of hardware on Travis CI

Hardware detection and classification utilities

Homepage: https://github.com/redhat-cip/hardware

Features

  • detect hardware features of a Linux systems:
    • RAID
    • hard drives
    • IPMI
    • network cards
    • DMI infos
    • memory settings
    • processor features
  • filter hardware according to hardware profiles

Install

Installing from pypi:

pip install -U hardware

Usage

Run the hardware-detect program:

hardware-detect --human

Runtime dependencies

The hardware detection is divided in modules that detects a specific hardware type. Each module have its own dependencies.

Therefore, we cannot enforce installing all the dependencies as some are not relevant regarding a particular hardware type. To avoid a situation where we cannot use/install hardware because of one of those deps, we do prefer let users installing the one they need.

The hardware detection code will ignore all the missing deps and continue, so not installing a deps is not fatal.

Please find bellow the list of dependencies per module:

Areca

Logical disks

  • hdparm
  • smartmontools

Networking

System

Raid controllers

About

Python module for hardware detection and classification

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%