Giter Site home page Giter Site logo

disisto / apc-switched-rack-pdu-control-panel Goto Github PK

View Code? Open in Web Editor NEW
7.0 3.0 6.0 7.37 MB

A PHP based Control panel to control multiple APC Switched Rack PDUs via SNMPv3. A single panel to switch (on, off, restart) the attached devices between different states.

License: MIT License

PHP 100.00%
php snmp control-panel snmpv3 apc pdu bootstrap5

apc-switched-rack-pdu-control-panel's People

Contributors

disisto avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

apc-switched-rack-pdu-control-panel's Issues

Snmp Comms Error

Hi there @disisto
Having problems connecting via snmp to pdu using your code , i have tried using your troubleshooting coms test but am not able to get that going even...were am i going wrong ,cant get hold of you via any other channels .

What i did try:
Tested snmp coms with this little programme - that worked(image below)
Even disabled security settings - 'Authnopriv' to see if that helped- stil no joy.

I like the gui and would even like to request a few changes could help testing too for this home project, for a a fee of course...if its possible.

Please note im a newbee to this(old timer trying to learn some php) ,
Using windows 10, Xamp with apache2 and sql.... as web server .
hope you can help out , some screen shots below

Any help will be appreciated
Thanks
Sam

These are my pdu config details (passphrases edited for security reasons)

Set your personal APC PDU settings

$apcPDUs = [];

$apcPDUs['001'] = createPDUCfg(
true, // Toggle Switch :: Switch on (true) or switch off (false) to stop monitoring the PDU.
'10.1.1.30',
'SNMPuser',
'tfxxxxxxxxxxxxxx29',
'MD5',
'tfxxxxxxxxxxxxx35c',
'DES',
'noAuthNoPriv' // Security Level :: Set desired security level: noAuthNoPriv | authNoPriv | authPriv | More detail: https://www.php.net/manual/en/function.snmp3-get.php
);

image
image
image
image

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.