update ipmitool plugin
This commit is contained in:
parent
11d905a566
commit
04620e6082
|
@ -3,7 +3,7 @@
|
|||
<!DOCTYPE PLUGIN [
|
||||
<!ENTITY name "ipmitool-plugin">
|
||||
<!ENTITY author "dmacias72">
|
||||
<!ENTITY version "2016.01.17">
|
||||
<!ENTITY version "2016.02.15a">
|
||||
<!ENTITY launch "Tools/IPMItool">
|
||||
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
|
||||
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
|
||||
|
@ -18,6 +18,8 @@
|
|||
<PLUGIN name="&name;" author="&author;" version="&version;" launch="&launch;" pluginURL="&pluginURL;">
|
||||
|
||||
<CHANGES>
|
||||
###2016.02.15a
|
||||
- fix: array combine error for sensors with non uniform data
|
||||
###2016.02.15
|
||||
- update tablesorter
|
||||
- add: fan control page and status
|
||||
|
@ -143,6 +145,16 @@ echo "loading ipmi drivers..."
|
|||
modprobe ipmi_si
|
||||
modprobe ipmi_devintf
|
||||
|
||||
# Start scripts if enabled
|
||||
<![CDATA[
|
||||
echo "starting ipmievd..."
|
||||
/etc/rc.d/rc.ipmievd start >/dev/null 2>&1 < /dev/null &
|
||||
sleep 1
|
||||
echo "starting ipmitail..."
|
||||
setsid /etc/rc.d/rc.ipmitail start >/dev/null 2>&1 < /dev/null &
|
||||
sleep 1
|
||||
]]>
|
||||
|
||||
# Cleaning old source files
|
||||
find &plgPATH;/ -type f -iname "&name;*.txz" ! -iname "*&version;*" -delete
|
||||
find &plgPATH;/ -type f -iname "&name;*.md5" ! -iname "*&version;*" -delete
|
||||
|
|
|
@ -13,6 +13,8 @@ The ipmitool plugin allows you to view your system sensors and events using your
|
|||
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/ipmitool-plugin.png</Icon>
|
||||
<Date>2016-02-15</Date>
|
||||
<Changes>
|
||||
###2016.02.15a
|
||||
- fix: array combine error for sensors with non uniform data
|
||||
###2016.02.15
|
||||
- update tablesorter
|
||||
- add: fan control page and status
|
||||
|
|
Loading…
Reference in New Issue
Block a user