Manager your Dell PowerEdge Fan Speed with this handy tool!
Project description
Fan-Manager
Version: 0.6.1
Manager your Dell PowerEdge Fan Speed with this handy tool!
This repository is actively maintained - Contributions are welcome!
Contribution Opportunities:
- Increase support of Dell PowerEdge Devices
- Support Non-PowerEdge Devices
- Support Non-Dell Devices
Usage:
Short Flag | Long Flag | Description |
---|---|---|
-h | --help | See usage for fan-manager |
-i | --intensity | Intensity of Fan Speed - Scales Logarithmically (0-10) |
-c | --cold | Minimum Temperature for Fan Speed |
-w | --warm | Maximum Temperature for Fan Speed |
-s | --slow | Minimum Fan Speed |
-f | --fast | Maximum Fan Speed |
-p | --poll-rate | Poll Rate for CPU Temperature in Seconds |
Example:
Python
fan-manager --intensity 5 --cold 50 --warm 80 --slow 5 --fast 100 --poll-rate 24
Dockerfile
FROM ubuntu:latest AS ubuntu
RUN apt update && apt upgrade -y && apt install -y dos2unix lm-sensors ipmitool wget curl git python3 python-is-python3 python3-pip gcc
RUN python -m pip install --upgrade pip
RUN python -m pip install --upgrade fan-manager
CMD ["fan-manager --intensity 5 --cold 50 --warm 80 --slow 5 --fast 100 --poll-rate 24"]
Docker Compose
---
version: '3.9'
services:
server_fan_speed:
build: .
container_name: server_fan_speed
privileged: true
volumes:
- /dev/ipmi0:/dev/ipmi0
restart: unless-stopped
Docker Run
docker run -it -d server_fan_speed fan-manager
Docker Compose
docker-compose up --build -d
Installation Instructions:
Install Python Package
python -m pip install fan-manager
Repository Owners:
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file fan_manager-0.6.1-py2.py3-none-any.whl
.
File metadata
- Download URL: fan_manager-0.6.1-py2.py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 174be0ff2becdc1700e079655ae7e4dc96a2ab7e434cadfb13df7c06936937ad |
|
MD5 | f8073ba4a5205e69b7ad4c319788aeff |
|
BLAKE2b-256 | 85bd73e264b68aa076680bed645cbe1d1f72b6ddfc902a26d3ae6a27cbe3a268 |