update version and change log, add start & stop of daemon

This commit is contained in:
Derek Macias 2015-12-21 00:04:17 -07:00
parent 3d17ddd824
commit d8452468a5
2 changed files with 19 additions and 6 deletions

View File

@ -3,7 +3,7 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "ipmitool-plugin">
<!ENTITY author "dmacias72">
<!ENTITY version "2015.12.14">
<!ENTITY version "2015.12.20">
<!ENTITY launch "Tools/IPMItool">
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
@ -18,13 +18,17 @@
<PLUGIN name="&name;" author="&author;" version="&version;" launch="&launch;" pluginURL="&pluginURL;">
<CHANGES>
###2015.12.20
- fixed "Waiting for events" triggering notification on system start
- reorganize events page
- add switchbuttons
- move from UnRAID OS to System Information under Tools menu
- add unRAID version check
###2015.12.14
- make sure and remove old plugin
###2015.12.11
- change repo
- change install and remove method
###2015.11.18
- fixed "Waiting for events" triggering notification on system start
###2015.11.17
- fix permissions for events
###2015.11.10b
@ -105,6 +109,11 @@ echo "loading ipmi drivers..."
modprobe ipmi_si
modprobe ipmi_devintf
#restart event daemon
&emhttp;/scripts/stop
sleep 1
&emhttp;/scripts/start
# Cleaning old source files
find &plgpath;/ -type f -iname "&name;*.txz" ! -iname "*&version;*" -delete
find &plgpath;/ -type f -iname "&name;*.md5" ! -iname "*&version;*" -delete

View File

@ -11,15 +11,19 @@ The ipmitool plugin allows you to view your system sensors and events using your
</Description>
<Support>http://lime-technology.com/forum/index.php?topic=39787.0</Support>
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/ipmitool-plugin.png</Icon>
<Date>2015-12-14</Date>
<Date>2015-12-20</Date>
<Changes>
###2015.12.20
- fixed "Waiting for events" triggering notification on system start
- reorganize events page
- add switchbuttons
- move from UnRAID OS to System Information under Tools menu
- add unRAID version check
###2015.12.14
- make sure to remove old plugin
###2015.12.11
- change repo
- change install and remove method
###2015.11.18
- fixed "Waiting for events" triggering notification on system start
###2015.11.17
- fix permissions for emhttp events
###2015.11.10b