update
This commit is contained in:
parent
72817297cb
commit
fdc0fb52f5
BIN
plugins/ipmi.png
Normal file
BIN
plugins/ipmi.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
76
plugins/ipmi.xml
Normal file
76
plugins/ipmi.xml
Normal file
|
@ -0,0 +1,76 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Containers>
|
||||||
|
<Plugin>True</Plugin>
|
||||||
|
<PluginURL>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/ipmi.plg</PluginURL>
|
||||||
|
<PluginAuthor>dmacias72</PluginAuthor>
|
||||||
|
<Beta>False</Beta>
|
||||||
|
<Category>Tools:System</Category>
|
||||||
|
<Name>IPMI Tools</Name>
|
||||||
|
<Description>
|
||||||
|
The ipmi plugin allows you to view your system sensors and events using your ipmi hardware. Allows for local or remote access and event notification.
|
||||||
|
</Description>
|
||||||
|
<Support>http://lime-technology.com/forum/index.php?topic=39787.0</Support>
|
||||||
|
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/ipmi.png</Icon>
|
||||||
|
<Date>2016-03-12</Date>
|
||||||
|
<Changes>
|
||||||
|
###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 highlights and filters to tables
|
||||||
|
- add settings button to readings page and reading button to settings page
|
||||||
|
- add polling time to event monitoring
|
||||||
|
- code optimizations
|
||||||
|
###2016.02.22
|
||||||
|
- fix: advanced changed to fixed instead of toggle
|
||||||
|
###2016.02.15a
|
||||||
|
- fix: array combine error for sensors with non uniform data
|
||||||
|
###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
|
||||||
|
- add icons instead of switches
|
||||||
|
- minor code changes
|
||||||
|
###2015.12.30
|
||||||
|
- remove old plugin directory on install
|
||||||
|
###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.17
|
||||||
|
- fix permissions for emhttp events
|
||||||
|
###2015.11.10b
|
||||||
|
- whoops deleted sensors page
|
||||||
|
###2015.11.10
|
||||||
|
- stop event monitoring on plugin removal
|
||||||
|
###2015.11.09
|
||||||
|
- minor bug fixes
|
||||||
|
###2015.11.08
|
||||||
|
- add settings page
|
||||||
|
- add event notifications
|
||||||
|
- add remote IPMI access
|
||||||
|
###2015.08.15
|
||||||
|
- update for unRAID 6.1-rc+ only
|
||||||
|
###2015.05.07a
|
||||||
|
- fix bug
|
||||||
|
###2015.05.07
|
||||||
|
- initial unRAID 6 release
|
||||||
|
</Changes>
|
||||||
|
</Containers>
|
Loading…
Reference in New Issue
Block a user