Update 'README.md'
This commit is contained in:
27
README.md
27
README.md
@@ -1,2 +1,27 @@
|
||||
# colocrossing-pdu
|
||||
# ColoCrossing PDU control
|
||||
|
||||
## Overview
|
||||
This project aims to automate interactions with the ColoCrossing portal using Selenium, allowing for actions such as logging in and performing power cycles on devices. This project is compatible with anything that supports [TELEJET Web Resetters](https://www.ico.de/webresetter). Mainly made for use with TenantOS.
|
||||
|
||||
## Features
|
||||
- **Login Automation:** The project automates the login process to the ColoCrossing portal by providing your username and password.
|
||||
- **Power Cycle Automation:** It enables the automation of device power cycles by selecting the appropriate options on the portal's web interface.
|
||||
|
||||
## Getting Started
|
||||
1. Clone this repository to your local machine.
|
||||
2. Install the required dependencies, including Selenium and a WebDriver (e.g., ChromeDriver).
|
||||
3. Customize the script with your ColoCrossing credentials, limit IP addresses, and map devices to their ColoCrossing IDs.
|
||||
|
||||
## Dependencies
|
||||
- Selenium
|
||||
- WebDriver (e.g., ChromeDriver)
|
||||
|
||||
## Usage
|
||||
1. Run the script to initiate the login process.
|
||||
2. After logging in, you can use the provided functions to automate device actions.
|
||||
|
||||
## Acknowledgments
|
||||
- [Selenium](https://www.selenium.dev/): A powerful tool for controlling web browsers through programs.
|
||||
- [ColoCrossing](https://www.colocrossing.com/): The data center solutions provider.
|
||||
- [TenantOS](https://tenantos.com/): A dedicated server management control panel.
|
||||
- [ICO DE](https://www.ico.de/webresetter): People who made the Web Resetter device
|
||||
Reference in New Issue
Block a user