1 Star 0 Fork 0

Sephil / iLO

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

iLO LCD

HP iLO Plugin for LCD Smartie

LCD Smartie的插件,连接 HP iLO 来显示服务器状态信息,测试用的机器是我的 MicroServer Gen8。
iLO 数据的读取代码来自于 iLO Viewer。

LCD Smartie:https://sourceforge.net/projects/lcdsmartie/
iLO Viewer:https://github.com/angieduan/iLOViewer

FUNCTIONS

5 functions available in current version.

Function 1
  • param1: property path, eg: fan/fans[1]/label, temp.temperature[label=CPU].currentreading
  • param2: use pretty value
  • return: postfix if value exists

examples:

  • $dll(iLO,1,fan/fans[1]/label,) returns fan 1 speed
  • $dll(iLO,1,temp.temperature[label=CPU].currentreading,) returns current temperature of CPU
Function 2: Overview shortcut
  • param1: property path, eg: server_name means Overview.server_name
  • param2: use pretty value
  • return: postfix if value exists

examples:

  • $dll(iLO,2,server_name,) returns server_name
Function 3: fan shortcut
  • param1: property path, eg: Fan 1.speed means Fan/fans[label=Fan 1].speed
  • param2: use pretty value
  • return: postfix if value exists

examples:

  • $dll(iLO,3,Fan 1.speed,) returns server_name
Function 4: temperature shortcut
  • param1: property path, eg: CPU.caution means Temp/temperature[label=CPU].caution
  • param2: use pretty value
  • return: postfix if value exists

examples:

  • $dll(iLO,4,CPU.caution,) returns CPU caution temperature
Function 20: loading status
  • param1: not used
  • param2: not used
  • return: status

examples:

  • $dll(iLO,20,,)

Sample

  • \$dll(iLO,3,Fan 1.speed,%)\$Fill(6)\$dll(iLO,4,CPU.currentreading,\$dll(iLO,4,CPU.temp_unit,))\$Fill(12) \$dll(iLO,4,PCI.currentreading,\$dll(iLO,4,PCI.temp_unit,))\$Fill(18)\$dll(iLO,4,iLO.currentreading,\$dll(iLO,4,iLO.temp_unit,))\$Fill(24) \$dll(iLO,4,Chipset.currentreading,\$dll(iLO,4,Chipset.temp_unit,))
  • \$dll(iLO,20,,)\$dll(iLO,3,Fan 1.speed,%)\$Fill(6)\$dll(iLO,4,CPU.currentreading,C)\$Fill(12)\$dll(iLO,4,PCI.currentreading,C)\$Fill(18) \$dll(iLO,4,iLO.currentreading,C)\$Fill(24)\$dll(iLO,4,Chipset.currentreading,C)
MIT License Copyright (c) 2021 Sephil Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

HP iLO Plugin for LCD Smartie 展开 收起
C#
MIT
取消

发行版 (1)

全部

贡献者

全部

近期动态

加载更多
不能加载更多了
C#
1
https://gitee.com/sephil/iLo.git
git@gitee.com:sephil/iLo.git
sephil
iLo
iLO
master

搜索帮助