The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

FusionInventory::Agent::Tools::Hardware - Hardware-related functions

DESCRIPTION

This module provides some hardware-related functions.

FUNCTIONS

getDeviceBaseInfo($snmp)

return a minimal set of information for a device through SNMP, according to a set of rules hardcoded in the agent.

getDeviceInfo(%params)

return a limited set of information for a device through SNMP, according to a set of rules hardcoded in the agent and the usage of generic knowledge base, the dictionary.

getDeviceFullInfo(%params)

return a full set of information for a device through SNMP, according to a set of rules hardcoded in the agent and the usage of a device-specific set of mappings, the model.

loadModel($file)

Load an SNMP description model from given file. package FusionInventory::Agent::Tools::Hardware::Generic;