Beta Shell
v2.0 ยท web2.us.cloudlogin.co
[FM]
[CMD]
[PHP]
[DB]
[INFO]
[SEC]
File Manager
~
/
usr
/
share
/
fusioninventory
/
lib
/
FusionInventory
/
Agent
/
Task
/
Inventory
/
Generic
/
Ipmi
Upload
5 items
Name
Size
Perms
Modified
Actions
[ .. / .. ]
Fru
-
drwxr-xr-x
2022-02-23 11:31:06
Del
Fru.pm
269 B
-rw-r--r--
2020-11-02 14:25:58
Edit
Del
Lan.pm
2.23 KB
-rw-r--r--
2020-08-04 07:36:42
Edit
Del
Editing: Fru.pm
(269 B)
Path: /usr/share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Generic/Ipmi/Fru.pm
Back
package FusionInventory::Agent::Task::Inventory::Generic::Ipmi::Fru; use strict; use warnings; use parent 'FusionInventory::Agent::Task::Inventory::Module'; use FusionInventory::Agent::Tools; sub isEnabled { return canRun('ipmitool'); } sub doInventory {} 1;