diff --git a/plugins/ipmi.plg b/plugins/ipmi.plg index bc83db6a..4a4de3e2 100755 --- a/plugins/ipmi.plg +++ b/plugins/ipmi.plg @@ -3,7 +3,7 @@ - + @@ -16,6 +16,15 @@ +###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