diff --git a/plugins/ipmitool-plugin.plg b/plugins/ipmitool-plugin.plg index 31e946d7..273d0f88 100755 --- a/plugins/ipmitool-plugin.plg +++ b/plugins/ipmitool-plugin.plg @@ -3,21 +3,31 @@ - + - - + + ]> +###2016.02.15 +- update tablesorter +- add: fan control page and status +- fan control Not functional yet +- add: settings for temps and fan display +- add: temp and fans readings to footer +- move event daemon start and stop functions to rc scripts +- remove daemon start and stop with array +- move daemon start process to plugin install +- move daemon stop process to rc.local_shutdown ###2016.01.17 - add tablesorter as a separate package - fix values outside of critical showing green @@ -59,22 +69,22 @@ - -&gitURL;/archive/tablesorter-2016.01.16-x86_64-1.txz -139bbc7f9788339193ab9bd994365b4a + +&gitURL;/archive/tablesorter-2016.02.12-x86_64-1.txz +d25fb1235efaa5f71c790b8d71ed7337 - + &pkgURL;/&pkg; &md5; - + - -&gitURL;/archive/&plgname;.txz + +&gitURL;/archive/&plgNAME;.txz - -&gitURL;/archive/&plgname;.md5 + +&gitURL;/archive/&plgNAME;.md5 -&emhttp;/scripts/stop -removepkg &plgpath;/&plgname;.txz \ - &plgpath;/&pkg; -rm -rf &emhttp; \ - -rf &plgpath; +#stop daemon +/etc/rc.d/rc.ipmievd stop +sleep 1 +/etc/rc.d/rc.ipmitail stop +sleep 1 + +removepkg &plgPATH;/*.txz +rm -rf &emhttp; +rm -f &plgPATH;/*.txz \ + &plgPATH;/*.md5 + echo "unloading ipmi drivers..." modprobe -r ipmi_si @@ -182,4 +201,4 @@ echo "" - + \ No newline at end of file diff --git a/plugins/ipmitool-plugin.xml b/plugins/ipmitool-plugin.xml index fbe85e29..d97559b1 100644 --- a/plugins/ipmitool-plugin.xml +++ b/plugins/ipmitool-plugin.xml @@ -11,8 +11,18 @@ The ipmitool plugin allows you to view your system sensors and events using your http://lime-technology.com/forum/index.php?topic=39787.0 https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/ipmitool-plugin.png -2016-01-17 +2016-02-15 +###2016.02.15 +- update tablesorter +- add: fan control page and status +- fan control Not functional yet +- add: settings for temps and fan display +- add: temp and fans readings to footer +- move event daemon start and stop functions to rc scripts +- remove daemon start and stop with array +- move daemon start process to plugin install +- move daemon stop process to rc.local_shutdown ###2016.01.17 - add tablesorter as a separate package - fix values outside of critical showing green