Aiursoft.IpmiController 8.0.3

IPMIController

MIT licensed Pipeline stat Test Coverage NuGet version (Aiursoft.IPMIController) ManHours

IPMI Controller is a .NET based CLI tool to control the server fan via IPMI. (Tested with Dell iDrac)

Install

sudo apt install ipmitool
dotnet tool install --global Aiursoft.IPMIController

How to use

It requires the current directory to have a appsettings.json file.

{
  "Servers": [
    {
      "HostOrIp": "10.0.0.1",
      "RootPassword": "pass@word1"
    }
  ]
}

It will read the Servers array and try to connect to each server. If the connection is successful, it will try to read the current fan speed and then set the fan speed to the target speed.

$ ipmi-controller monitor --profile quiet
Description:
  Monitor the temperature of your servers.

Usage:
  ipmi-controller monitor [options]

Options:
  -p, --profile <profile>  The target profile. Can be: 'auto','turbo','normal','quiet','full'. [default: auto]
  -d, --dry-run            Preview changes without actually making them
  -v, --verbose            Show detailed log
  -?, -h, --help           Show help and usage information

How to run from source code

Requirements about how to run

  1. .NET 8 SDK
  2. Execute dotnet run to run the app

Run in Microsoft Visual Studio

  1. Open the .sln file in the project path.
  2. Press F5.

How to contribute

There are many ways to contribute to the project: logging bugs, submitting pull requests, reporting issues, and creating suggestions.

Even if you with push rights on the repository, you should create a personal fork and create feature branches there when you need them. This keeps the main repository clean and your workflow cruft out of sight.

We're also interested in your feedback on the future of this project. You can submit a suggestion or feature request through the issue tracker. To make this process more effective, we're asking that these include more information to help define them more clearly.

This package has no dependencies.

Version Downloads Last updated
8.0.3 4 03/26/2024
8.0.2 2 04/08/2024
8.0.1 2 04/29/2024
8.0.0 1 04/29/2024
1.0.23 1 04/29/2024
1.0.22 1 04/29/2024
1.0.21 1 04/29/2024
1.0.20 1 04/29/2024
1.0.19 1 04/29/2024
1.0.18 3 03/30/2024
1.0.17 1 04/29/2024
1.0.16 1 04/29/2024
1.0.15 3 04/28/2024
1.0.14 2 04/26/2024
1.0.13 1 04/29/2024
1.0.12 1 04/29/2024
1.0.11 1 04/29/2024
1.0.10 2 04/07/2024
1.0.9 3 04/05/2024
1.0.8 1 04/29/2024
1.0.7 1 04/29/2024
1.0.6 1 04/29/2024
1.0.5 2 04/01/2024
1.0.4 1 04/29/2024
1.0.3 2 04/05/2024
1.0.2 2 04/09/2024
1.0.1 2 03/31/2024
1.0.0 1 04/29/2024