From eb8890754f3bea0f237b59a80be791cafd36fb88 Mon Sep 17 00:00:00 2001 From: dmacias72 Date: Sat, 12 Mar 2016 21:51:45 -0700 Subject: [PATCH] update --- plugins/ipmi.plg | 10 ++++++++-- plugins/ipmi.xml | 10 ++++++++-- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/plugins/ipmi.plg b/plugins/ipmi.plg index 5aa10064..3f3aaa93 100755 --- a/plugins/ipmi.plg +++ b/plugins/ipmi.plg @@ -3,7 +3,7 @@ - + @@ -16,11 +16,17 @@ +###2016.03.13 +- add test button for sending sample notification events +- move ID column to advanced +- fix temp units not showing in footer +- add backup switch to backup events when clearing them ###2016.03.12 - converted to using freeipmi instead of ipmitool - add support for multiple ipmi hosts local, network or both together - add an extra fan display so you have 2 temp and 2 fan in footer -- fix duplicate reading of sensors +- add different warning levels based on event state +- fix race condition on reading of sensors and events - add highlights and filters to tables - add settings button to readings page and reading button to settings page - add polling time to event monitoring diff --git a/plugins/ipmi.xml b/plugins/ipmi.xml index 59efe7f7..e74a69e6 100644 --- a/plugins/ipmi.xml +++ b/plugins/ipmi.xml @@ -11,13 +11,19 @@ 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-03-12 +2016-03-13 +###2016.03.13 +- add test button for sending sample notification events +- move ID column to advanced +- fix temp units not showing in footer +- add backup switch to backup events when clearing them ###2016.03.12 - converted to using freeipmi instead of ipmitool - add support for multiple ipmi hosts local, network or both together - add an extra fan display so you have 2 temp and 2 fan in footer -- fix duplicate reading of sensors +- add different warning levels based on event state +- fix race condition on reading of sensors and events - add highlights and filters to tables - add settings button to readings page and reading button to settings page - add polling time to event monitoring