The Wayback Machine - https://web.archive.org/web/20201028141014/https://github.com/criecm/rempower
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
js
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 

README.md

rempower

web interface to control power rack

This is a simple php script written quickly to match a simple problem:

  • be able to control more than one power outlet at a time
  • select outlets by name, without knowing on which power rack they are plugged
  • configure outlets names in one clic (you have to know the rack/port numbers for this :)
  • configure timers (fixed delays corrected by rack to spread the load in case of power surge)

It doesn't:

  • prepare coffee while you try to debug
  • authorize not authenticate anything

WARNING

  • NO SECURITY lies here: access control is on the server (dont make that thing available from the whole internet)
  • NO GARANTEE: we just share this as it could help some

install

Copy config.sample.php to config.php and edit it to match your config

  • $GLOBALS["apcids"] should list your rack(s) names and IP's
  • $GLOBALS["apcsnmp"] should match your SNMP write community

test

./scripts/liste_apc will list configured power plugs

use

Just go to the url of the scripts, your outlets should list themselves with the names you configured in the racks.

About

web interface to control power rack

Topics

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.