From a643930478ed4bf180a2e562c7e9eb0b019e56a3 Mon Sep 17 00:00:00 2001 From: dmacias72 Date: Tue, 17 May 2016 14:23:52 -0600 Subject: [PATCH] update --- plugins/ipmi.plg | 15 ++++++++++++++- plugins/ipmi.xml | 17 +++++++++++++++-- 2 files changed, 29 insertions(+), 3 deletions(-) diff --git a/plugins/ipmi.plg b/plugins/ipmi.plg index a91ca5f1..9d8a0236 100755 --- a/plugins/ipmi.plg +++ b/plugins/ipmi.plg @@ -3,7 +3,7 @@ - + @@ -16,6 +16,18 @@ +###2016.05.17 +- fix: workaround for dynamix plugin update api not refreshing after update (remove update message) +- fix: workaround for dynamix drop down checklists bug (F5 on other tab breaks ddcl) +- fix: refresh Settings tab on tab1 click for ddcl bug +- fix: convert fan control settings to name based instead of number based (you'll need to setup fancontrol again) +- fix: check for board manufacturer +- add: remove auto board.json update and add manual Check for Updates button +- add: update fan logging: add start/stop messages and fan speed changes are in the form Fan Name(%):Temp Sensor(°C) +- add: ignored sensors to fan control page +- add: ignored sensors and command line arguments to CL helper scripts: ipmisensors, ipmisel and ipmifru +- add: Dashboard settings for all sensors, deselect all to disable Dashboard +- remove: Dashboard switch and types ###2016.05.16 - add: Dashboard will show any sensor if state is not nominal - fix: Dashboard summary switch default to On @@ -36,6 +48,7 @@ ###2016.05.10a - fix: local ipmi check Thanks to ljm42 ###2016.05.10 +- add: CL helper scripts ipmisensors and ipmisel that use network settings if network is enabled - add: motherboard logos - add: ability to use any fan or temp sensor in footer - add: settings and readings tabs to Settings and Tools menu diff --git a/plugins/ipmi.xml b/plugins/ipmi.xml index c31d4dd6..16dc8f7a 100644 --- a/plugins/ipmi.xml +++ b/plugins/ipmi.xml @@ -11,8 +11,20 @@ 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-05-16 +2016-05-17 +###2016.05.17 +- fix: workaround for dynamix plugin update api not refreshing after update (remove update message) +- fix: workaround for dynamix drop down checklists bug (F5 on other tab breaks ddcl) +- fix: refresh Settings tab on tab1 click for ddcl bug +- fix: convert fan control settings to name based instead of number based (you'll need to setup fancontrol again) +- fix: check for board manufacturer +- add: remove auto board.json update and add manual Check for Updates button +- add: update fan logging: add start/stop messages and fan speed changes are in the form Fan Name(%):Temp Sensor(°C) +- add: ignored sensors to fan control page +- add: ignored sensors and command line arguments to CL helper scripts: ipmisensors, ipmisel and ipmifru +- add: Dashboard settings for all sensors, deselect all to disable Dashboard +- remove: Dashboard switch and types ###2016.05.16 - add: Dashboard will show any sensor if state is not nominal - fix: Dashboard summary switch default to On @@ -23,7 +35,7 @@ The ipmi plugin allows you to view your system sensors and events using your ipm - fix: condense code, remove excess files - fix: readings page buttons alignment - fix: sensors refresh rate first time dash or readings page is loaded -- add: update ipmi check method and network checks +- add: update ipmi check method and network checks (move into fuctions) - add: color to sensor readings in footer based on sensor state - add: tablesorter reset for all tables (1st click is ascending, 2nd is descending and third 3rd is unsorted) - add: settings drop down check list for sensor select and ignore @@ -33,6 +45,7 @@ The ipmi plugin allows you to view your system sensors and events using your ipm ###2016.05.10a - fix: local ipmi check Thanks to ljm42 ###2016.05.10 +- add: CL helper scripts ipmisensors and ipmisel that use network settings if network is enabled - add: motherboard logos - add: ability to use any fan or temp sensor in footer - add: settings and readings tabs to Settings and Tools menu