diff --git a/plugins/ipmi.plg b/plugins/ipmi.plg index bc8687f8..e5cbbc0e 100755 --- a/plugins/ipmi.plg +++ b/plugins/ipmi.plg @@ -3,7 +3,7 @@ - + @@ -16,6 +16,9 @@ +###2016.10.09 +- quiet modprobe +- update for min/max and 6.3 ###2016.10.07a - fix: add padding to single digit percentage for fan log ###2016.10.07 @@ -199,16 +202,16 @@ The 'tablesorter' package file. This plugin uses freeipmi to display sensor readings --> - -&pkgURL;/freeipmi-1.4.11-x86_64-3.txz -6c7839886f7c7b0cc4947aaf6199d60e - - - + &pkgURL;/freeipmi-1.5.3-x86_64-1.txz 1aa566b9a1c0561b82f27118ee3d8f14 + +&pkgURL;/freeipmi-1.4.11-x86_64-3.txz +6c7839886f7c7b0cc4947aaf6199d60e + + @@ -284,35 +287,29 @@ if [ "${sum1:0:32}" != "${sum2:0:32}" ]; then &plgPATH;/&plgNAME;.md5 exit 1 else - if [[ $VER == 6.1 ]]; then - echo "\nInstalling dependencies for unRAID 6.1" - upgradepkg --install-new &plgPATH;/freeipmi-1.4.11-x86_64-3.txz - fi - - if [[ $VER == 6.2 ]]; then - echo "\nInstalling dependencies for unRAID 6.2" - upgradepkg --install-new &plgPATH;/freeipmi-1.5.3-x86_64-1.txz - fi - - if [[ $VER == 6.3 ]]; then - echo "\nInstalling dependencies for unRAID 6.3" - upgradepkg --install-new &plgPATH;/freeipmi-1.5.3-x86_64-1.txz - fi upgradepkg --install-new &plgPATH;/&plgNAME;.txz - # Load impi drivers - echo "checking ipmi drivers..." - for module in ipmi_msghandler ipmi_devintf ipmi_si; do - modprobe $module - done if [ -e "/boot/config/plugins/ipmi/boards.json" ]; then mv &plgPATH;/boards.json &plgPATH;/board.json fi - # Start scripts if enabled + + CONFIG=&plgPATH;/&name;.cfg + /dev/null 2>&1 + done + fi + + # Start scripts if enabled echo "checking ipmi event monitor..." /etc/rc.d/rc.ipmiseld start >/dev/null 2>&1 < /dev/null & sleep 1 diff --git a/plugins/ipmi.xml b/plugins/ipmi.xml index 50e4434b..a1d81585 100644 --- a/plugins/ipmi.xml +++ b/plugins/ipmi.xml @@ -11,8 +11,10 @@ The ipmi plugin allows you to view your system sensors and events using your ipm http://lime-technology.com/forum/index.php?topic=39787.0 https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/ipmi.png -2016-10-07 +2016-10-09 +###2016.10.09 +- update for min/max and 6.3 ###2016.10.07a - fix: add padding to single digit percentage for ###2016.10.07 - fix: fan page showing config missing for fan ###2016.10.06a