supermicro-ipmi icon indicating copy to clipboard operation
supermicro-ipmi copied to clipboard

Basic IPMI integration for NodeJS

Results 3 supermicro-ipmi issues
Sort by recently updated
recently updated
newest added

Should be fairly straight forward to fetch sensor data using the following URL ``` cgi/ipmi.cgi?SENSOR_INFO_FOR_SYS_HEALTH.XML=(1%2Cff) ``` Example XML from my NAS ``` xml ```

enhancement

Currently - setPowerAction does not check if a valid action is requested - getCurrentPowerState does not check the XML returned contains the valid result

bug