update
This commit is contained in:
parent
eb128d73fc
commit
d7655fc296
@ -3,7 +3,7 @@
|
|||||||
<!DOCTYPE PLUGIN [
|
<!DOCTYPE PLUGIN [
|
||||||
<!ENTITY name "ipmi">
|
<!ENTITY name "ipmi">
|
||||||
<!ENTITY author "dmacias72">
|
<!ENTITY author "dmacias72">
|
||||||
<!ENTITY version "2016.10.09">
|
<!ENTITY version "2016.10.10">
|
||||||
<!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,8 +16,10 @@
|
|||||||
<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.10.10
|
||||||
|
- fix: plugin file
|
||||||
###2016.10.09
|
###2016.10.09
|
||||||
- quiet modprobe
|
- fix: quiet modprobe
|
||||||
- update for min/max and 6.3
|
- update for min/max and 6.3
|
||||||
###2016.10.07a
|
###2016.10.07a
|
||||||
- fix: add padding to single digit percentage for fan log
|
- fix: add padding to single digit percentage for fan log
|
||||||
@ -290,25 +292,16 @@ else
|
|||||||
|
|
||||||
upgradepkg --install-new &plgPATH;/&plgNAME;.txz
|
upgradepkg --install-new &plgPATH;/&plgNAME;.txz
|
||||||
|
|
||||||
|
|
||||||
if [ -e "/boot/config/plugins/ipmi/boards.json" ]; then
|
if [ -e "/boot/config/plugins/ipmi/boards.json" ]; then
|
||||||
mv &plgPATH;/boards.json &plgPATH;/board.json
|
mv &plgPATH;/boards.json &plgPATH;/board.json
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
CONFIG=&plgPATH;/&name;.cfg
|
|
||||||
|
|
||||||
<![CDATA[
|
|
||||||
[ -e "$CONFIG" ] && source "$CONFIG"
|
|
||||||
|
|
||||||
if [ [ "$NETWORK" == "disable" ] || [ "$NETWORK" == "enable" && "$LOCAL" == "enable" ] ]; then
|
|
||||||
# Load impi drivers
|
# Load impi drivers
|
||||||
echo "loading ipmi drivers..."
|
echo "loading ipmi drivers..."
|
||||||
for module in ipmi_msghandler ipmi_devintf ipmi_si; do
|
for module in ipmi_msghandler ipmi_devintf ipmi_si; do
|
||||||
modprobe -q $module > /dev/null 2>&1
|
modprobe -q $module
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
<![CDATA[
|
||||||
# Start scripts if enabled
|
# Start scripts if enabled
|
||||||
echo "checking ipmi event monitor..."
|
echo "checking ipmi event monitor..."
|
||||||
/etc/rc.d/rc.ipmiseld start >/dev/null 2>&1 < /dev/null &
|
/etc/rc.d/rc.ipmiseld start >/dev/null 2>&1 < /dev/null &
|
||||||
|
@ -11,9 +11,12 @@ The ipmi plugin allows you to view your system sensors and events using your ipm
|
|||||||
</Description>
|
</Description>
|
||||||
<Support>http://lime-technology.com/forum/index.php?topic=39787.0</Support>
|
<Support>http://lime-technology.com/forum/index.php?topic=39787.0</Support>
|
||||||
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/ipmi.png</Icon>
|
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/ipmi.png</Icon>
|
||||||
<Date>2016-10-09</Date>
|
<Date>2016-10-10</Date>
|
||||||
<Changes>
|
<Changes>
|
||||||
|
###2016.10.10
|
||||||
|
- fix: plugin file
|
||||||
###2016.10.09
|
###2016.10.09
|
||||||
|
- fix: quiet modprobe
|
||||||
- update for min/max and 6.3
|
- update for min/max and 6.3
|
||||||
###2016.10.07a
|
###2016.10.07a
|
||||||
- fix: add padding to single digit percentage for ###2016.10.07
|
- fix: add padding to single digit percentage for ###2016.10.07
|
||||||
|
Loading…
x
Reference in New Issue
Block a user