Skip to main content

Library to control NETIO PowerPDU over the network

Project description

netio-pdu-control

Library for control and monitoring of Netio PowerPDU devices over LAN.

This library has been implemented by IFAE (www.ifae.es) control software department.

CLI tool

You may run the terminal client with python -m netio_pdu_control. By default it assumes that netio_pdu_credentials.cfg is in the same folder or XDG's config home or directories. A different path can be specified with the argument --credentials / -c.

Please run the -h / --help argument for a description of every argument.

Credentials file example

[office01]
EntryPoint = http://172.16.7.225
ReadUser = read
ReadPassword = read
WriteUser = write
WritePassword = write

[workshop]
EntryPoint = http://172.16.7.226
ReadUser = read
ReadPassword = read
WriteUser = segona
WritePassword = segona

[lab]
EntryPoint = http://192.168.4.20
ReadUser = admin
ReadPassword = 1234
WriteUser = admin
WritePassword = 1234

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

netio-pdu-control-0.0.6.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

netio_pdu_control-0.0.6-py3-none-any.whl (4.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page