0.0.5 • Published 8 years ago

node-ipmi v0.0.5

Weekly downloads
4
License
ISC
Repository
github
Last release
8 years ago

node-ipmi.js

NPM version

node-ipmi is a commandline wrapper from ipmitool. It is designed to be used via Node.js and installable via: npm install node-ipmi.

PLEASE NOTE: node-ipmi currently only supports sensors.

Quick Example

var Connect = require('node-ipmi');

var server = new Connect("hostname/ip", "username", "password");
server.getSensors(function(err, sensors) {
  console.log(sensors.getFans());
  console.log(sensors.getTemperatures());
};
0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago