update
This commit is contained in:
parent
a978e90d04
commit
72817297cb
@ -3,7 +3,7 @@
|
|||||||
<!DOCTYPE PLUGIN [
|
<!DOCTYPE PLUGIN [
|
||||||
<!ENTITY name "ipmi">
|
<!ENTITY name "ipmi">
|
||||||
<!ENTITY author "dmacias72">
|
<!ENTITY author "dmacias72">
|
||||||
<!ENTITY version "2016.03.11">
|
<!ENTITY version "2016.03.12">
|
||||||
<!ENTITY launch "Settings/IPMI">
|
<!ENTITY launch "Settings/IPMI">
|
||||||
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
|
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
|
||||||
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
|
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
|
||||||
@ -16,6 +16,15 @@
|
|||||||
<PLUGIN name="&name;" author="&author;" version="&version;" launch="&launch;" pluginURL="&pluginURL;">
|
<PLUGIN name="&name;" author="&author;" version="&version;" launch="&launch;" pluginURL="&pluginURL;">
|
||||||
|
|
||||||
<CHANGES>
|
<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
|
###2016.02.22
|
||||||
- fix: advanced changed to fixed instead of toggle
|
- fix: advanced changed to fixed instead of toggle
|
||||||
###2016.02.15a
|
###2016.02.15a
|
||||||
@ -146,14 +155,6 @@ if [ "${sum1:0:32}" != "${sum2:0:32}" ]; then
|
|||||||
&plgPATH;/&plgNAME;.md5
|
&plgPATH;/&plgNAME;.md5
|
||||||
exit 1
|
exit 1
|
||||||
else
|
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
|
upgradepkg --install-new &plgPATH;/&plgNAME;.txz
|
||||||
|
|
||||||
# Load impi drivers
|
# Load impi drivers
|
||||||
|
Loading…
x
Reference in New Issue
Block a user