From 46d0c3615e78edaf7c9a361bc1339c81e9bb9f40 Mon Sep 17 00:00:00 2001 From: dmacias72 Date: Thu, 24 Mar 2016 14:01:46 -0600 Subject: [PATCH] remove depreciated sources --- source/ipmitool-plugin/etc/rc.d/rc.ipmievd | 81 - source/ipmitool-plugin/etc/rc.d/rc.ipmitail | 78 - source/ipmitool-plugin/install/doinst.sh | 25 - source/ipmitool-plugin/install/slack-desc | 19 - source/ipmitool-plugin/pkg_build.sh | 37 - .../emhttp/plugins/ipmitool-plugin/IPMI.page | 6 - .../plugins/ipmitool-plugin/IPMIButton.page | 28 - .../plugins/ipmitool-plugin/IPMIEvents.page | 38 - .../plugins/ipmitool-plugin/IPMIFans.page | 290 -- .../plugins/ipmitool-plugin/IPMISensors.page | 36 - .../plugins/ipmitool-plugin/IPMISettings.page | 113 - .../plugins/ipmitool-plugin/IPMItool.page | 6 - .../emhttp/plugins/ipmitool-plugin/LICENSE | 341 -- .../emhttp/plugins/ipmitool-plugin/README.md | 4 - .../ipmitool-plugin/SystemInformation.page | 3 - .../ipmitool-plugin/css/ipmitool-plugin.css | 8 - .../plugins/ipmitool-plugin/icons/cpu.png | Bin 644 -> 0 bytes .../ipmitool-plugin/icons/eventlog.png | Bin 269 -> 0 bytes .../plugins/ipmitool-plugin/icons/fan.png | Bin 843 -> 0 bytes .../ipmitool-plugin/icons/fancontrol.png | Bin 891 -> 0 bytes .../ipmitool-plugin/icons/ipmitool.png | Bin 1148 -> 0 bytes .../plugins/ipmitool-plugin/icons/mb.png | Bin 692 -> 0 bytes .../plugins/ipmitool-plugin/icons/sensors.png | Bin 417 -> 0 bytes .../ipmitool-plugin/icons/sensors2.png | Bin 906 -> 0 bytes .../ipmitool-plugin/icons/settings.png | Bin 816 -> 0 bytes .../ipmitool-plugin/icons/systemtemp.png | Bin 3674 -> 0 bytes .../images/dynamix.system.temp.png | Bin 8125 -> 0 bytes .../ipmitool-plugin/images/green-on.png | Bin 532 -> 0 bytes .../images/ipmitool-plugin.png | Bin 9384 -> 0 bytes .../ipmitool-plugin/images/ipmitool.png | Bin 9384 -> 0 bytes .../plugins/ipmitool-plugin/images/red-on.png | Bin 525 -> 0 bytes .../include/ipmi_event_delete.php | 5 - .../include/ipmitool_events.php | 4 - .../include/ipmitool_helpers.php | 164 - .../include/ipmitool_sensors.php | 4 - .../ipmitool-plugin/include/ipmitool_temp.php | 23 - .../js/jquery.ipmitool-plugin.js | 201 - .../plugins/ipmitool-plugin/js/jquery.mask.js | 482 -- .../plugins/ipmitool-plugin/scripts/start | 4 - .../plugins/ipmitool-plugin/scripts/stop | 4 - source/ipmitool-plugin/usr/sbin/ipmifan | 292 -- source/ipmitool-plugin/usr/sbin/ipmitail | 23 - .../etc/rc.d/rc.shellinaboxd | 148 - source/shellinabox-plugin/install/doinst.sh | 14 - source/shellinabox-plugin/install/slack-desc | 19 - source/shellinabox-plugin/pkg_build.sh | 37 - .../shellinabox-plugin/CommandLine.page | 31 - .../emhttp/plugins/shellinabox-plugin/LICENSE | 340 -- .../plugins/shellinabox-plugin/README.md | 4 - .../shellinabox-plugin/Shellinabox.page | 142 - .../shellinabox-plugin/icons/commandline.png | Bin 591 -> 0 bytes .../images/shellinabox-plugin.png | Bin 2674 -> 0 bytes .../plugins/shellinabox-plugin/scripts/start | 2 - .../plugins/shellinabox-plugin/scripts/stop | 2 - .../styles/black-on-white.css | 54 - .../styles/blue-on-black.css | 53 - .../shellinabox-plugin/styles/color.css | 528 -- .../styles/green-on-black.css | 53 - .../shellinabox-plugin/styles/monochrome.css | 524 -- .../styles/pink-on-black.css | 54 - .../styles/purple-on-black.css | 53 - .../styles/red-on-black.css | 53 - .../styles/white-on-black.css | 54 - .../styles/yellow-on-black.css | 53 - .../shellinabox-plugin/usr/sbin/screenfetch | 4415 ----------------- 65 files changed, 8952 deletions(-) delete mode 100644 source/ipmitool-plugin/etc/rc.d/rc.ipmievd delete mode 100644 source/ipmitool-plugin/etc/rc.d/rc.ipmitail delete mode 100644 source/ipmitool-plugin/install/doinst.sh delete mode 100644 source/ipmitool-plugin/install/slack-desc delete mode 100755 source/ipmitool-plugin/pkg_build.sh delete mode 100644 source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/IPMI.page delete mode 100644 source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/IPMIButton.page delete mode 100644 source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/IPMIEvents.page delete mode 100644 source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/IPMIFans.page delete mode 100644 source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/IPMISensors.page delete mode 100644 source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/IPMISettings.page delete mode 100644 source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/IPMItool.page delete mode 100644 source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/LICENSE delete mode 100644 source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/README.md delete mode 100644 source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/SystemInformation.page delete mode 100644 source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/css/ipmitool-plugin.css delete mode 100644 source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/icons/cpu.png delete mode 100644 source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/icons/eventlog.png delete mode 100644 source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/icons/fan.png delete mode 100644 source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/icons/fancontrol.png delete mode 100644 source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/icons/ipmitool.png delete mode 100644 source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/icons/mb.png delete mode 100644 source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/icons/sensors.png delete mode 100644 source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/icons/sensors2.png delete mode 100644 source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/icons/settings.png delete mode 100644 source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/icons/systemtemp.png delete mode 100644 source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/images/dynamix.system.temp.png delete mode 100644 source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/images/green-on.png delete mode 100644 source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/images/ipmitool-plugin.png delete mode 100644 source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/images/ipmitool.png delete mode 100644 source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/images/red-on.png delete mode 100644 source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/include/ipmi_event_delete.php delete mode 100644 source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/include/ipmitool_events.php delete mode 100644 source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/include/ipmitool_helpers.php delete mode 100644 source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/include/ipmitool_sensors.php delete mode 100644 source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/include/ipmitool_temp.php delete mode 100644 source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/js/jquery.ipmitool-plugin.js delete mode 100644 source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/js/jquery.mask.js delete mode 100755 source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/scripts/start delete mode 100755 source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/scripts/stop delete mode 100644 source/ipmitool-plugin/usr/sbin/ipmifan delete mode 100644 source/ipmitool-plugin/usr/sbin/ipmitail delete mode 100755 source/shellinabox-plugin/etc/rc.d/rc.shellinaboxd delete mode 100644 source/shellinabox-plugin/install/doinst.sh delete mode 100644 source/shellinabox-plugin/install/slack-desc delete mode 100755 source/shellinabox-plugin/pkg_build.sh delete mode 100644 source/shellinabox-plugin/usr/local/emhttp/plugins/shellinabox-plugin/CommandLine.page delete mode 100644 source/shellinabox-plugin/usr/local/emhttp/plugins/shellinabox-plugin/LICENSE delete mode 100644 source/shellinabox-plugin/usr/local/emhttp/plugins/shellinabox-plugin/README.md delete mode 100644 source/shellinabox-plugin/usr/local/emhttp/plugins/shellinabox-plugin/Shellinabox.page delete mode 100644 source/shellinabox-plugin/usr/local/emhttp/plugins/shellinabox-plugin/icons/commandline.png delete mode 100644 source/shellinabox-plugin/usr/local/emhttp/plugins/shellinabox-plugin/images/shellinabox-plugin.png delete mode 100755 source/shellinabox-plugin/usr/local/emhttp/plugins/shellinabox-plugin/scripts/start delete mode 100755 source/shellinabox-plugin/usr/local/emhttp/plugins/shellinabox-plugin/scripts/stop delete mode 100644 source/shellinabox-plugin/usr/local/emhttp/plugins/shellinabox-plugin/styles/black-on-white.css delete mode 100644 source/shellinabox-plugin/usr/local/emhttp/plugins/shellinabox-plugin/styles/blue-on-black.css delete mode 100644 source/shellinabox-plugin/usr/local/emhttp/plugins/shellinabox-plugin/styles/color.css delete mode 100644 source/shellinabox-plugin/usr/local/emhttp/plugins/shellinabox-plugin/styles/green-on-black.css delete mode 100644 source/shellinabox-plugin/usr/local/emhttp/plugins/shellinabox-plugin/styles/monochrome.css delete mode 100644 source/shellinabox-plugin/usr/local/emhttp/plugins/shellinabox-plugin/styles/pink-on-black.css delete mode 100644 source/shellinabox-plugin/usr/local/emhttp/plugins/shellinabox-plugin/styles/purple-on-black.css delete mode 100644 source/shellinabox-plugin/usr/local/emhttp/plugins/shellinabox-plugin/styles/red-on-black.css delete mode 100644 source/shellinabox-plugin/usr/local/emhttp/plugins/shellinabox-plugin/styles/white-on-black.css delete mode 100644 source/shellinabox-plugin/usr/local/emhttp/plugins/shellinabox-plugin/styles/yellow-on-black.css delete mode 100755 source/shellinabox-plugin/usr/sbin/screenfetch diff --git a/source/ipmitool-plugin/etc/rc.d/rc.ipmievd b/source/ipmitool-plugin/etc/rc.d/rc.ipmievd deleted file mode 100644 index c0d2852a..00000000 --- a/source/ipmitool-plugin/etc/rc.d/rc.ipmievd +++ /dev/null @@ -1,81 +0,0 @@ -#!/bin/sh -# start/stop/restart ipmievd daemon: -PROG="ipmievd" -DAEMON="/usr/sbin/$PROG" -LOCKFILE="/var/lock/$PROG" -PIDFILE="/var/run/$PROG.pid0" -CONFIG="/boot/config/plugins/ipmitool-plugin/ipmitool-plugin.cfg" -OPTIONS="" - -# read our configuration -[ -e "$CONFIG" ] && source "$CONFIG" - -# Start ipmievd: -ipmievd_start() { - # no-op if already running - if [[ ! -r "$PIDFILE" && "$IPMIEVD" == "enable" ]]; then - if [ $REMOTE == "enable" ]; then - OPTIONS="-I lanplus -H $IPADDR -U $USER -P $(echo $PASSWORD | base64 --decode)" - fi - echo "starting $PROG..." - sleep 1 - - nohup $DAEMON sel $OPTIONS > /dev/null 2>&1 | logger -tipmitool & - touch $LOCKFILE - TIMER=0 - while [ ! -e $PIDFILE ]; do - sleep 1 - let TIMER=$TIMER+1 - if [ $TIMER -gt 5 ]; then - echo -n "$PIDFILE not created" - break - fi - done - else - echo "$PROG is running " - fi -} - -# Stop ipmievd: -ipmievd_stop() { - # no-op if not running - if [ -r $PIDFILE ]; then - #stop ipmievd - echo "stopping $PROG..." - - TIMER=0 - while `killall $PROG 2>/dev/null`; do - sleep 1 - TIMER=$((TIMER+1)) - if [ $TIMER -ge 30 ]; then - killall -9 $PROG - sleep 1 - break - fi - done - rm -f $LOCKFILE && rm -f $PIDFILE - else - echo "$PROG is stopped " - fi -} - -# Restart ipmievd: -ipmievd_restart() { - ipmievd_stop - sleep 1 - ipmievd_start -} - -case "$1" in -'start') - ipmievd_start - ;; -'stop') - ipmievd_stop - ;; -'restart') - ipmievd_restart - ;; -*) - echo "usage rc.ipmievd: start|stop|restart" -esac \ No newline at end of file diff --git a/source/ipmitool-plugin/etc/rc.d/rc.ipmitail b/source/ipmitool-plugin/etc/rc.d/rc.ipmitail deleted file mode 100644 index 22ec43b9..00000000 --- a/source/ipmitool-plugin/etc/rc.d/rc.ipmitail +++ /dev/null @@ -1,78 +0,0 @@ -#!/bin/sh -# start/stop/restart ipmitail daemon: -PROG="ipmitail" -DAEMON="/usr/sbin/$PROG" -LOCKFILE="/var/lock/$PROG" -PIDFILE="/var/run/$PROG.pid" -CONFIG="/boot/config/plugins/ipmitool-plugin/ipmitool-plugin.cfg" -OPTIONS="" - -# read our configuration -[ -e "$CONFIG" ] && source "$CONFIG" - -# Start ipmitail: -ipmitail_start() { - # no-op if already running -if [[ ! -r "$PIDFILE" && "$IPMIEVD" == "enable" ]]; then - echo "starting $PROG..." - sleep 1 - - nohup $DAEMON >/dev/null 2>&1 | echo $! > $PIDFILE & - touch $LOCKFILE - TIMER=0 - while [ ! -e $PIDFILE ]; do - sleep 1 - let TIMER=$TIMER+1 - if [ $TIMER -gt 5 ]; then - echo -n "$PIDFILE not created" - break - fi - done -else - echo "$PROG is running " -fi -} - -# Stop ipmitail: -ipmitail_stop() { -# no-op if not running -if [ -r $PIDFILE ]; then - #stop ipmitail - echo "stopping $PROG..." - - TIMER=0 - while `killall $PROG 2>/dev/null`; do - sleep 1 - TIMER=$((TIMER+1)) - if [ $TIMER -ge 30 ]; then - killall -9 $PROG - sleep 1 - break - fi - done - rm -f $LOCKFILE && rm -f $PIDFILE -else - echo "$PROG is stopped " -fi -} - -# Restart ipmitail: -ipmitail_restart() { - ipmitail_stop - sleep 1 - ipmitail_start -} - -case "$1" in -'start') - ipmitail_start - ;; -'stop') - ipmitail_stop - ;; -'restart') - ipmitail_restart - ;; -*) - echo "usage rc.ipmitail: start|stop|restart" -esac \ No newline at end of file diff --git a/source/ipmitool-plugin/install/doinst.sh b/source/ipmitool-plugin/install/doinst.sh deleted file mode 100644 index 0c74a26f..00000000 --- a/source/ipmitool-plugin/install/doinst.sh +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh -RC_SCRIPT="/etc/rc.d/rc.ipmievd" -RC_SCRIPT2="/etc/rc.d/rc.ipmitail" -SD_RCFILE="/etc/rc.d/rc.local_shutdown" - -# Update file permissions of scripts -chmod +0755 /usr/local/emhttp/plugins/ipmitool-plugin/scripts/* \ - /usr/sbin/ipmitail \ - /usr/sbin/ipmifan \ - $RC_SCRIPT \ - $RC_SCRIPT2 - -###Stop Scripts### - -# Add stop script to rc.local_shutdown script -if ! grep "$RC_SCRIPT" $SD_RCFILE >/dev/null 2>&1 - then echo -e "\n[ -x $RC_SCRIPT ] && $RC_SCRIPT stop" >> $SD_RCFILE -fi -[ ! -x $SD_RCFILE ] && chmod u+x $SD_RCFILE - -# Add stop script to rc.local_shutdown script -if ! grep "$RC_SCRIPT2" $SD_RCFILE >/dev/null 2>&1 - then echo -e "\n[ -x $RC_SCRIPT2 ] && $RC_SCRIPT2 stop" >> $SD_RCFILE -fi -[ ! -x $SD_RCFILE ] && chmod u+x $SD_RCFILE \ No newline at end of file diff --git a/source/ipmitool-plugin/install/slack-desc b/source/ipmitool-plugin/install/slack-desc deleted file mode 100644 index 7035f226..00000000 --- a/source/ipmitool-plugin/install/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. -# Line up the first '|' above the ':' following the base package name, and -# the '|' on the right side marks the last column you can put a character in. -# You must make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':' except on otherwise blank lines. - - |-----handy-ruler------------------------------------------------------| -ipmitool-plugin: Ipmitool unRAID Plugin -ipmitool-plugin: -ipmitool-plugin: The ipmitool plugin allows you to view your system sensors and -ipmitool-plugin: events using your ipmi hardware. Allows for local or remote -ipmitool-plugin: access and event notification. -ipmitool-plugin: -ipmitool-plugin: https://github.com/dmacias72/unRAID-plugins -ipmitool-plugin: -ipmitool-plugin: -ipmitool-plugin: -ipmitool-plugin: diff --git a/source/ipmitool-plugin/pkg_build.sh b/source/ipmitool-plugin/pkg_build.sh deleted file mode 100755 index 68a24194..00000000 --- a/source/ipmitool-plugin/pkg_build.sh +++ /dev/null @@ -1,37 +0,0 @@ -#!/bin/bash -DIR="$(dirname "$(readlink -f ${BASH_SOURCE[0]})")" -tmpdir=/tmp/tmp.$(( $RANDOM * 19318203981230 + 40 )) -plugin=$(basename ${DIR}) -archive="$(dirname $(dirname ${DIR}))/archive" -version=$(date +"%Y.%m.%d") -package="${archive}/${plugin}-${version}-x86_64-1.txz" -md5="${archive}/${plugin}-${version}-x86_64-1.md5" - -if [[ -f $package ]]; then - for x in a b c d e d f g h ; do - package="${archive}/${plugin}-${version}${x}-x86_64-1.txz" - md5="${archive}/${plugin}-${version}${x}-x86_64-1.md5" - if [[ ! -f $package ]]; then - break - fi - done -fi - -mkdir -p $tmpdir -cd "$DIR" -cp --parents -f $(find . -type f ! \( -iname "pkg_build.sh" -o -iname "sftp-config.json" -o -iname ".DS_Store" \) ) $tmpdir/ -cd "$tmpdir/" -makepkg -l y -c y "${package}" -cd "$archive/" -md5sum $(basename "$package") > "$md5" -rm -rf "$tmpdir" - -# Verify and install plugin package -sum1=$(md5sum "${package}") -sum2=$(cat "$md5") -if [ "${sum1:0:32}" != "${sum2:0:32}" ]; then - echo "Checksum mismatched."; - rm "$md5" "${package}" -else - echo "Checksum matched." -fi \ No newline at end of file diff --git a/source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/IPMI.page b/source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/IPMI.page deleted file mode 100644 index 38749491..00000000 --- a/source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/IPMI.page +++ /dev/null @@ -1,6 +0,0 @@ -Menu="OtherSettings" -Icon="ipmitool.png" -Title="IPMI tool" -Type="xmenu" -Tabs="true" ---- \ No newline at end of file diff --git a/source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/IPMIButton.page b/source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/IPMIButton.page deleted file mode 100644 index ef3358b8..00000000 --- a/source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/IPMIButton.page +++ /dev/null @@ -1,28 +0,0 @@ -Menu="Buttons:2" -Link="nav-user" ---- - - - \ No newline at end of file diff --git a/source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/IPMIEvents.page b/source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/IPMIEvents.page deleted file mode 100644 index 05dd959b..00000000 --- a/source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/IPMIEvents.page +++ /dev/null @@ -1,38 +0,0 @@ -Menu="IPMItool:3" -Title="Event Log" ---- -
- - - - - - - - - - - - - -
Status Event ID Time Stamp Sensor Name Description remove all
-
- -
-
- - - - - - -   - -
-
diff --git a/source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/IPMIFans.page b/source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/IPMIFans.page deleted file mode 100644 index 4569a35b..00000000 --- a/source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/IPMIFans.page +++ /dev/null @@ -1,290 +0,0 @@ -Menu="IPMI:2" -Title="Fan Control" ---- -
- - - -IPMI Fan Control: -: - -Motherboard Manufacturer: -: - -  - - - - temperature sensor: -: - - Low temperature threshold: -: - - High temperature threshold: -: - -  - - - - - - temperature sensor: -: - - Low temperature threshold: -: - - High temperature threshold: -: - -  - - - - - - temperature sensor: -: - - Low temperature threshold: -: - - High temperature threshold: -: - -  - - - - - - temperature sensor: -: - - Low temperature threshold: -: - - High temperature threshold: -: - -  - - - - - - temperature sensor: -: - - Low temperature threshold: -: - - High temperature threshold: -: - -  - - - - - - temperature sensor: -: - - Low temperature threshold: -: - - High temperature threshold: -: - -  - - - - - - temperature sensor: -: - - Low temperature threshold: -: - - High temperature threshold: -: - -  - - - - - - temperature sensor: -: - - Low temperature threshold: -: - - High temperature threshold: -: - -  - - - - - - temperature sensor: -: - - Low temperature threshold: -: - - High temperature threshold: -: - -  - - - - - - temperature sensor: -: - - Low temperature threshold: -: - - High temperature threshold: -: - - - -  - - -: -
- - diff --git a/source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/IPMISensors.page b/source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/IPMISensors.page deleted file mode 100644 index c5dacc40..00000000 --- a/source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/IPMISensors.page +++ /dev/null @@ -1,36 +0,0 @@ -Menu="IPMItool:1" -Title="Sensors" -Icon="sensorspage.png" ---- - - -.css"> - - -
- - - - - - - - - - - - - - - - - - -
Status Sensor Reading Units
- -
- - - - - diff --git a/source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/IPMISettings.page b/source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/IPMISettings.page deleted file mode 100644 index 707a6897..00000000 --- a/source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/IPMISettings.page +++ /dev/null @@ -1,113 +0,0 @@ -Menu="IPMI:1" -Title="Settings" ---- - - - -
- - - -Enable Event Notifications: -: - -Enable Network Connection: -: - - -: - - -: - - -: - -Display CPU temperature: -: - -Display Motherboard temperature: -: - -Display Fan speed: -: - - -: -
- - \ No newline at end of file diff --git a/source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/IPMItool.page b/source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/IPMItool.page deleted file mode 100644 index bcbf5235..00000000 --- a/source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/IPMItool.page +++ /dev/null @@ -1,6 +0,0 @@ -Menu="SystemInformation" -Icon="ipmitool.png" -Title="IPMI tool" -Type="xmenu" -Tabs="true" ---- diff --git a/source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/LICENSE b/source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/LICENSE deleted file mode 100644 index c5f3c450..00000000 --- a/source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/LICENSE +++ /dev/null @@ -1,341 +0,0 @@ -GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1989, 1991 Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. This -General Public License applies to most of the Free Software -Foundation's software and to any other program whose authors commit to -using it. (Some other Free Software Foundation software is covered by -the GNU Lesser General Public License instead.) You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if you -distribute copies of the software, or if you modify it. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must show them these terms so they know their -rights. - - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. - - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, so -that any problems introduced by others will not reflect on the original -authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that redistributors of a free -program will individually obtain patent licenses, in effect making the -program proprietary. To prevent this, we have made it clear that any -patent must be licensed for everyone's free use or not licensed at all. - - The precise terms and conditions for copying, distribution and -modification follow. - - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License applies to any program or other work which contains -a notice placed by the copyright holder saying it may be distributed -under the terms of this General Public License. The "Program", below, -refers to any such program or work, and a "work based on the Program" -means either the Program or any derivative work under copyright law: -that is to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into another -language. (Hereinafter, translation is included without limitation in -the term "modification".) Each licensee is addressed as "you". - -Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running the Program is not restricted, and the output from the Program -is covered only if its contents constitute a work based on the -Program (independent of having been made by running the Program). -Whether that is true depends on what the Program does. - - 1. You may copy and distribute verbatim copies of the Program's -source code as you receive it, in any medium, provided that you -conspicuously and appropriately publish on each copy an appropriate -copyright notice and disclaimer of warranty; keep intact all the -notices that refer to this License and to the absence of any warranty; -and give any other recipients of the Program a copy of this License -along with the Program. - -You may charge a fee for the physical act of transferring a copy, and -you may at your option offer warranty protection in exchange for a fee. - - 2. You may modify your copy or copies of the Program or any portion -of it, thus forming a work based on the Program, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) You must cause the modified files to carry prominent notices - stating that you changed the files and the date of any change. - - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. - - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Program, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Program, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Program. - -In addition, mere aggregation of another work not based on the Program -with the Program (or with a work based on the Program) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may copy and distribute the Program (or a work based on it, -under Section 2) in object code or executable form under the terms of -Sections 1 and 2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) - -The source code for a work means the preferred form of the work for -making modifications to it. For an executable work, complete source -code means all the source code for all modules it contains, plus any -associated interface definition files, plus the scripts used to -control compilation and installation of the executable. However, as a -special exception, the source code distributed need not include -anything that is normally distributed (in either source or binary -form) with the major components (compiler, kernel, and so on) of the -operating system on which the executable runs, unless that component -itself accompanies the executable. - -If distribution of executable or object code is made by offering -access to copy from a designated place, then offering equivalent -access to copy the source code from the same place counts as -distribution of the source code, even though third parties are not -compelled to copy the source along with the object code. - - 4. You may not copy, modify, sublicense, or distribute the Program -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense or distribute the Program is -void, and will automatically terminate your rights under this License. -However, parties who have received copies, or rights, from you under -this License will not have their licenses terminated so long as such -parties remain in full compliance. - - 5. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Program or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Program (or any work based on the -Program), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Program or works based on it. - - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the -original licensor to copy, distribute or modify the Program subject to -these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - 7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Program at all. For example, if a patent -license would not permit royalty-free redistribution of the Program by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. - -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply and the section as a whole is intended to apply in other -circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system, which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 8. If the distribution and/or use of the Program is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Program under this License -may add an explicit geographical distribution limitation excluding -those countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 9. The Free Software Foundation may publish revised and/or new versions -of the General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any -later version", you have the option of following the terms and conditions -either of that version or of any later version published by the Free -Software Foundation. If the Program does not specify a version number of -this License, you may choose any version ever published by the Free Software -Foundation. - - 10. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, write to the author -to ask for permission. For software which is copyrighted by the Free -Software Foundation, write to the Free Software Foundation; we sometimes -make exceptions for this. Our decision will be guided by the two goals -of preserving the free status of all derivatives of our free software and -of promoting the sharing and reuse of software generally. - - NO WARRANTY - - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. - - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED -TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY -YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - {description} - Copyright (C) {year} {fullname} - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License along - with this program; if not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - -Also add information on how to contact you by electronic and paper mail. - -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: - - Gnomovision version 69, Copyright (C) year name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. - - {signature of Ty Coon}, 1 April 1989 - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. - - diff --git a/source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/README.md b/source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/README.md deleted file mode 100644 index 2150fe2f..00000000 --- a/source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/README.md +++ /dev/null @@ -1,4 +0,0 @@ -**IPMI support** - -The ipmitool plugin allows you to view your system's sensors and events under the Tools menu using IPMItool and your ipmi hardware. -Uses Local or Remote access and features event notification. diff --git a/source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/SystemInformation.page b/source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/SystemInformation.page deleted file mode 100644 index 5362071c..00000000 --- a/source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/SystemInformation.page +++ /dev/null @@ -1,3 +0,0 @@ -Menu="Tools" -Title="System Information" -Type="menu" diff --git a/source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/css/ipmitool-plugin.css b/source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/css/ipmitool-plugin.css deleted file mode 100644 index d42e48df..00000000 --- a/source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/css/ipmitool-plugin.css +++ /dev/null @@ -1,8 +0,0 @@ -/* header */ -table.tablesorter{ - margin-top:-21px; -} -.tablesorter td.reading{ - font-weight: bold; -} - diff --git a/source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/icons/cpu.png b/source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/icons/cpu.png deleted file mode 100644 index cec150b3e9925e6549d7b1cc1407c4467c0e1752..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 644 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 H(yhgxGoYF= diff --git a/source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/icons/mb.png b/source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/icons/mb.png deleted file mode 100644 index ef76789f43f880ece0828294a8200fc9e06b9742..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 692 zcmV;l0!#ggP)N2bZe?^J zG%heMGmPe!Pyhe|GD$>1R5(wilFe%xQ4qjGX)l4Ca`M)c3y4^0c+imFe zdeCe(Wl5{mk|m{5={v`98ME1ZhYL8aOU|9Sa6IY?1(qdh(GFP!x3>3UR2#UBJ<~Z&vk(f!u;T%q`#Da) z!0zs&Pnct|*=)D3Y6yXZ^oJ>x${meH(@?3@-_&X~;CiZ3sYK*1=E$9|Ad3HmKL-CE a#l|n-Xmuzv94kKn0000L&oN5^VHgMS|DD&+X;PZ0 zD8!+nLr|No4nbRExCAYIgDCn0L7$+dK`?`ss6B9Os3cl4&5MLO&w}jaxa01ghDa!{ zUatP*^SsaRd0yb3;o`@;B4C}8kCL7S9eQ{SbPEE=*y8+Rp7Xvu5qk}9@I(l@b#vl4 z`wE^L<6Rp7wxv9zQCIs*T!Hyu6ec++MpAzRiqSMSTW6T@hY;`yzXAdPtVFYz4TJ~9 z5%9RvdpLTQu{0^6tlVN@B7w!w^x#eHO+`t*`T$DG4WJC`CtVqP*#Zta4Xnm;SgTi| z*%tc?pV1u~7n+LowDjH&0FlE&_LYWf z-EoL`=;kF^Hp>_aSvKsxaV|W?wQ}U%%z%*gBygyA#mu4S&ENA5%*7l}X+pYKZdQlmPH*p^S`Ja>XKmP;& z8-BmPrn$NKgw1BF1d#q*kY(A@($ccs@Aq$axm?Rl(=^7$#@>WNpz#AiA3;vy%UO}cywJ)16Yaz`}gfT zoJnVQlD9Lb%Eh(dB_4L(r?2-Ji`_L04i2Je8b?}N9agI~9F0b!0OC)+7zhM*XFlbr zm{H1=;6+A9M-T*o#>NJ$GpzU;eH=S?l9BNk8#is*0|>uDwA&rCGuiBt?D#h#i8!fL z5_UCQ&`UY_^8V6J-spJFlUSJe7`y4OVji$%1ns>({I2TQgGmhG8I;NO+cd(9)WMr(@<^Y=$9CylT+x1fhdaXJ+za7=n!)& z7V;?c`0D%N;Rn-;RJeJw<7~s}GflJmdmQ$}1YJ8CxbSs~f?X!iw2r|KpAj)Bn^hj~ z>U_`+n7_Soa&q!Zf3!cg^5Fi>pEF6Rsw9WaQ$e}YM#?NO5ihW?dRgN1sgt`jO?y@3 z{nkW4ayp%XEnBx8t*fhBqiN|90RegD%xrh}lg_($?i|nMa$%tGH-X|z76hTj;gFY@ zX2Hm0GVg#fAXl{h&+r4biyLtPhoxKq001R)MObuXVRU6WV{&C-bY%cCFflMKFfuJM zFjO%yIyE#pG&e0UHaajc1Cc5N0000bbVXQnWMOn=I&E)cX=Zr diff --git a/source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/icons/settings.png b/source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/icons/settings.png deleted file mode 100644 index 715bef649716a87292b4c742470a7d10a82973b9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 816 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 diff --git a/source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/images/dynamix.system.temp.png b/source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/images/dynamix.system.temp.png deleted file mode 100644 index 3c05146294c87a8813df09f703e8026df059209a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8125 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 XAu%u>b>$a000000NkvXXu0mjfT`L9N diff --git a/source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/images/green-on.png b/source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/images/green-on.png deleted file mode 100644 index e326b04d9fbb840976a70c48bdd4160aab4c4314..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 532 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 E4Z^K$0RR91 diff --git a/source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/images/ipmitool.png b/source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/images/ipmitool.png deleted file mode 100644 index 7dd6d9ffd7bb303c26fde1c09542e7bd59af7271..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 9384 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 E4Z^K$0RR91 diff --git a/source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/images/red-on.png b/source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/images/red-on.png deleted file mode 100644 index 1c1ef8e9a4eb8cafc0fae286e8421db9c8a49fd5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 525 zcmV+o0`mQdP)N2bPDNB8 zb~7$DE-^7j^FlWO00D_fL_t(IPusW?2!>rrp>UZaWbMDiJfcvIA9m#y?U%Kg5q-WN^UopX@d5v>y;lD; z5_O9XmEBKPh=PbWEn>`c68k)j++RiReI&LuiSh0YdUcvED}__#c7|JQ8!w+B$6H7& z^}^;DY>bgu?B;s33DcK>Q7(ciw=+HB^xEryKpqTxVY2yd4OKx$4v81ZSbq^xxt*+X zoY9&IJtZ)19Wd>KnMRnXfxhS9&q7uw|5Lf0S(m;;SCMsVEvy7!y9a{SQ`TO?R0H&u z67xOTQMp~%lTs}ETv3+&usaC9-^0-??2X(WC \ No newline at end of file diff --git a/source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/include/ipmitool_events.php b/source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/include/ipmitool_events.php deleted file mode 100644 index 35584ea7..00000000 --- a/source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/include/ipmitool_events.php +++ /dev/null @@ -1,4 +0,0 @@ - \ No newline at end of file diff --git a/source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/include/ipmitool_helpers.php b/source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/include/ipmitool_helpers.php deleted file mode 100644 index c5553a80..00000000 --- a/source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/include/ipmitool_helpers.php +++ /dev/null @@ -1,164 +0,0 @@ - /dev/null`/exe ] && echo 1 || echo 0 2> /dev/null" )); -$ipmifan_running = trim(shell_exec( "[ -f /proc/`cat /var/run/ipmifan.pid 2> /dev/null`/exe ] && echo 1 || echo 0 2> /dev/null" )); -$ipmi_running = "Running"; -$ipmi_stopped = "Stopped"; -$ipmievd_status = ($ipmievd_running) ? $ipmi_running : $ipmi_stopped; -$ipmifan_status = ($ipmifan_running) ? $ipmi_running : $ipmi_stopped; - -// use save ip address or use local ipmi address -$ipmi_ipaddr = preg_match('/^(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:[.](?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}$/', $ipmi_cfg['IPADDR']) ? - $ipmi_cfg['IPADDR'] : - trim(shell_exec("/usr/bin/ipmitool lan print | grep 'IP Address ' | sed -n -e 's/^.*: //p'")); - -$ipmi_cpu_temp = isset($ipmi_cfg['CPU_TEMP']) ? $ipmi_cfg['CPU_TEMP'] : ""; // cpu temp display name -$ipmi_mb_temp = isset($ipmi_cfg['MB_TEMP']) ? $ipmi_cfg['MB_TEMP'] : ""; // mb temp display name -$ipmi_fan_disp = isset($ipmi_cfg['FAN_DISP']) ? $ipmi_cfg['FAN_DISP'] : ""; // fan speed display name -$ipmi_user = isset($ipmi_cfg['USER']) ? $ipmi_cfg['USER'] : ""; // user for remote access -$ipmi_password = isset($ipmi_cfg['PASSWORD']) ? $ipmi_cfg['PASSWORD'] : ""; // password for remote access - -// options for remote access or not -$ipmi_options = ($ipmi_remote == "enable") ? " -I lanplus -N 1 -R 1 -H '$ipmi_ipaddr' -U '$ipmi_user' -P '". - base64_decode($ipmi_password)."' " : " "; // N seconds R retries - -//$ipmi_options = ($ipmi_remote == "enable") ? " --hostname='$ipmi_ipaddr' --username='$ipmi_user' --password='". -// base64_decode($ipmi_password)."' --session-timeout=1000 --retransmission-timeout=500 " : " "; - -// Get sensor info and check connection -$ipmi_sensors = ipmi_sensors($ipmi_options); -$ipmi_fans = ipmi_get_fans($ipmi_sensors); -$ipmi_conn = ($ipmi_sensors) ? true : false; - -$ipmi_board = trim(shell_exec("ipmitool fru print $options | grep -m 1 'Product' | awk -F ':' '{print $2}'")); -//$ipmi_board = "ipmi-fru | grep 'Board Manufacturer' | awk -F ':' '{print $2}'"; -/* get an array of all sensors and their values */ -function ipmi_sensors($options) { - $cmd = "/usr/bin/ipmitool -vc sdr $options 2>/dev/null"; -// $cmd= "/usr/sbin/ipmi-sensors --output-sensor-thresholds --comma-separated-output --output-sensor-state --ignore-not-available-sensors --non-abbreviated-units"; - exec($cmd, $output, $return); - - if ($return) - return []; // return empty array if error - - // key names for ipmitool sensor output - $keys = ['Name','Reading','Units','Status','Entity','Location','Type','Nominal', - 'NormalMin','NormalMax','UpperNR','UpperC','UpperNC','LowerNR', - 'LowerC','LowerNC','MinRange','MaxRange']; - - $sensors = []; - - foreach($output as $line){ - - // add sensor keys as keys to ipmitool output - $sensor_raw = explode(",", $line); - $size_raw = sizeof($sensor_raw); - $sensor = ($size_raw < 18) ? []: - /*array_combine(array_slice($keys,0,$size_raw,true), $sensor_raw)*/ - array_combine($keys, array_slice($sensor_raw,0,18,true)); - - // add sensor to array of sensors - $sensors[] = $sensor; - } - return $sensors; -} - -/* get array of events and their values */ -function ipmi_events($options=null){ - $cmd = "/usr/bin/ipmitool -c sel elist $options 2>/dev/null"; - exec($cmd, $output, $return); - - if ($return) - return []; // return empty array if error - - // key names for ipmitool event output - $keys = array('Event','Datestamp','Timestamp','Sensor','Description','Status'); - - $events = []; - - foreach($output as $line){ - - // add event keys as keys to ipmitool output cut to match - $event = array_combine($keys, array_slice(explode(",", $line),0,6,true)); - - $events[] = $event; - } - return $events; -} - -/* get select options for a given sensor type */ -function ipmi_get_options($sensors, $type, $selected=null, $hdd=null){ - if ($hdd) - $sensors[] = ['Name' => 'HDD Temperature', 'Type' => 'Temperature', 'Status' => 'ok']; - $options = ""; - foreach($sensors as $sensor){ - if ($sensor["Type"] == $type && $sensor["Status"] != "ns"){ - $name = $sensor["Name"]; - $options .= "