...
Keyword | Value | Type |
---|---|---|
STRIP_A_ADDRESS | 192.168.23.105 | String, read only, giving the IP address of the PDU |
STRIP_A_OUTLETS | On / Off / Mixed | KTL enumerated list that says whether all of the outlets are on, off, or a mixture of the two. This is writable. |
STRIP_A_SNMP | Unknown / Online / Refusing / Offline | The state of the SNMP connection to the PDU. |
STRIP_A_FIRMWARE | 02.00.0053 | Firmware version string, read only |
STRIP_A_MODEL | EMAT08-10 | Model number version string, read only. |
STRIP_A_NAME | PDU | Name string, read only |
STRIP_A_SERIAL | G624K02087 | Serial number string, read only |
OUTLET_A# | On / Off / Pending On / Pending Off | KTL enumerated list. Can be written. Gives or sets state of the outlet. There are 8 outlets and the number corresponds to the number on the chassis and in the web interface. |
OUTLET_A#_DRAW | Float value of the Watts drawn by the outlet. | Read only value of the power draw on the outlet. |
OUTLET_A#_LOCK | Unknown / Unlocked / Locked | KTL enumerated list of the lock state of the outlet. When locked cannot have the state (on or off) changed. |
OUTLET_A#_NAME | Outlet A# | Read only string of the name of the outlet. |
OUTLET_A#_POS | Off / On / Last State | If the PDU is power cycled, this keyword is used to set the state of the outlet. Defaults to Last state. |
...
Configuration File
These are the requirements for the configuration file.
Configuration | Value | Explanation |
---|---|---|
Hostname | 192.168.23.105 | IP address of the PDU. Maps to STRIP_A_ADDRESS keyword. |
Read | public | SNMP reads are public in the v1 of the SNMP protocol |
Write | private | SNMP writes are part of the private channel in the v1 of the SNMP protocol |
Strip | A | The name of the strip, sets the keyword names. |
Outlets | 8 | The number of outlets on the PDU. |