This commit is contained in:
dmacias72 2016-03-12 00:46:47 -07:00
parent a978e90d04
commit 72817297cb

View File

@ -3,7 +3,7 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "ipmi">
<!ENTITY author "dmacias72">
<!ENTITY version "2016.03.11">
<!ENTITY version "2016.03.12">
<!ENTITY launch "Settings/IPMI">
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
@ -16,6 +16,15 @@
<PLUGIN name="&name;" author="&author;" version="&version;" launch="&launch;" pluginURL="&pluginURL;">
<CHANGES>
###2016.03.12
- converted to using freeipmi instead of ipmitool
- add support for multiple ipmi hosts local, network or both together
- add an extra fan display so you have 2 temp and 2 fan in footer
- fix duplicate reading of sensors
- add highlights and filters to tables
- add settings button to readings page and reading button to settings page
- add polling time to event monitoring
- code optimizations
###2016.02.22
- fix: advanced changed to fixed instead of toggle
###2016.02.15a
@ -146,14 +155,6 @@ if [ "${sum1:0:32}" != "${sum2:0:32}" ]; then
&plgPATH;/&plgNAME;.md5
exit 1
else
#remove old plugin
if [ -f /boot/config/plugins/ipmitool-plugin.plg ]; then
plugin remove ipmitool-plugin.plg
fi
if [ -d /usr/local/emhttp/plugins/ipmitool-plugin ]; then
rm -rf /usr/local/emhttp/plugins/ipmitool-plugin
fi
upgradepkg --install-new &plgPATH;/&plgNAME;.txz
# Load impi drivers