From d8452468a5f65918e02900d40fb8ffa8afdb7f7e Mon Sep 17 00:00:00 2001 From: Derek Macias Date: Mon, 21 Dec 2015 00:04:17 -0700 Subject: [PATCH] update version and change log, add start & stop of daemon --- plugins/ipmitool-plugin.plg | 15 ++++++++++++--- plugins/ipmitool-plugin.xml | 10 +++++++--- 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/plugins/ipmitool-plugin.plg b/plugins/ipmitool-plugin.plg index 95f4d574..f7ade01a 100755 --- a/plugins/ipmitool-plugin.plg +++ b/plugins/ipmitool-plugin.plg @@ -3,7 +3,7 @@ - + @@ -18,13 +18,17 @@ +###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 diff --git a/plugins/ipmitool-plugin.xml b/plugins/ipmitool-plugin.xml index fa72346f..590d6232 100644 --- a/plugins/ipmitool-plugin.xml +++ b/plugins/ipmitool-plugin.xml @@ -11,15 +11,19 @@ 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 -2015-12-14 +2015-12-20 +###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