debian man page for fusioninventory::agent::tools::linux

Query: fusioninventory::agent::tools::linux

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

FusionInventory::Agent::Tools::Linux(3pm)		User Contributed Perl Documentation		 FusionInventory::Agent::Tools::Linux(3pm)

NAME
FusionInventory::Agent::Tools::Linux - Linux generic functions
DESCRIPTION
This module provides some generic functions for Linux.
FUNCTIONS
getDevicesFromUdev(%params) Returns a list of devices, by parsing udev database. Availables parameters: logger a logger object getDevicesFromHal(%params) Returns a list of devices, by parsing lshal output. Availables parameters: logger a logger object command the exact command to use (default: /usr/sbin/lshal) file the file to use, as an alternative to the command getDevicesFromProc(%params) Returns a list of devices, by parsing /proc filesystem. Availables parameters: logger a logger object getCPUsFromProc(%params) Returns a list of cpus, by parsing /proc/cpuinfo file Availables parameters: logger a logger object file the file to use (default: /proc/cpuinfo) getInfoFromSmartctl(%params) Returns some information about a drive, using smartctl. Availables parameters: logger a logger object device the device to use file the file to use getInterfacesFromIfconfig(%params) Returns the list of interfaces, by parsing ifconfig command output. Availables parameters: logger a logger object command the command to use (default: /sbin/ifconfig -a) file the file to use getInterfacesFromIp(%params) Returns the list of interfaces, by parsing ip command output. Availables parameters: logger a logger object command the command to use (default: /sbin/ip addr show) file the file to use perl v5.14.2 2012-06-25 FusionInventory::Agent::Tools::Linux(3pm)
Related Man Pages
mysqmail-dovecot-logger(8) - debian
loggerutils(n) - suse
loggerappender(n) - osx
logger(1) - freebsd
fusioninventory::agent::tools::win32(3pm) - debian
Similar Topics in the Unix Linux Community
Key logger
Dummy question about /proc/cpuinfo
Merge output of 2 commands into variable
Piping the "script" command through the logger command.
Looking for a return value weather smartctl is running a (short) selftest or not