Giter Site home page Giter Site logo

aaronburt / idrac-manager-v2 Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 32 KB

This package allows you to interact with the IDRAC of your Dell servers using an express server. With this package, you can check the online status of your server, shutdown and startup your server and change the fan speed of your server.

License: MIT License

JavaScript 47.38% TypeScript 47.93% Dockerfile 4.70%

idrac-manager-v2's Introduction

IDRAC Express Server

This is an express server that allows you to interact with the IDRAC of your Dell servers.

Run from Docker (Recommended)

docker run -p 8080:8080 -e idrac_hostname=<hostname or ip> -e idrac_username=<username> -e idrac_password=<password> -d mrburtuk/idrac_manager_v2
-p 8080:8080: Maps port 8080 on the host to port 8080 on the container. This allows you to access the application running in the container on port 8080 on your host machine.

-e idrac_hostname=<hostname or ip>: sets environment variable idrac_hostname to the provided value of <hostname or ip>

-e idrac_username=<username>: sets environment variable idrac_username to the provided value of <username>

-e idrac_password=<password>: sets environment variable idrac_password to the provided value of <password>

-d : run the container in detached mode, allowing the container to run in the background.

Make sure to replace , , and with the appropriate values for your use case.

Installation

  1. Clone the repository
  2. Build this docker image using a command like (docker build -t idrac .)
  3. Run the container making sure to set these envs. idrac_hostname, idrac_username, idrac_password and optionally debug

Available Routes

  • GET /status: Returns the online status of the IDRAC.
  • GET /shutdown: Shuts down the server.
  • GET /fanspeed/:speed: Changes the fan speed. Speed must be between 0 and 100.
  • GET /startup: Starts up the server.

Note

Make sure the IDRAC is accessible over the network and that the ports are open.

idrac-manager-v2's People

Contributors

aaronburt avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.