ipmi plugin: Add a plugin to read sensor values via IPMI.
authorFlorian Forster <octo@noris.net>
Wed, 2 Apr 2008 15:49:44 +0000 (17:49 +0200)
committerFlorian Forster <octo@noris.net>
Wed, 2 Apr 2008 15:49:44 +0000 (17:49 +0200)
commit249d57767a99ff3aa28661758a7a9fb58058fab0
tree65cd96fc27809bab2ce673a983d7cb347754f1b9
parent81aaa5aa1ff8d0af76fd809db25277f157d56c73
ipmi plugin: Add a plugin to read sensor values via IPMI.

The plugin is very basic and still basically alpha quality. You cannot
configure anything yet, neither where to connect to (the local, SMI connection
is used right now) nor what sensors to collect (collects all it can make sense
of). I hope to be able to do that on friday or some other workday in the near
future.
configure.in
src/Makefile.am
src/ipmi.c [new file with mode: 0644]