Query: fusioninventory::agent::tools::macos
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FusionInventory::Agent::Tools::MacOS(3pm) User Contributed Perl Documentation FusionInventory::Agent::Tools::MacOS(3pm)NAMEFusionInventory::Agent::Tools::MacOS - MacOS generic functionsDESCRIPTIONThis module provides some generic functions for MacOS.FUNCTIONSgetSystemProfilerInfos(%params) Returns a structured view of system_profiler output. Each information block is turned into a hashref, hierarchically organised. $info = { 'Hardware' => { 'Hardware Overview' => { 'SMC Version (system)' => '1.21f4', 'Model Identifier' => 'iMac7,1', ... } } } logger a logger object command the exact command to use (default: /usr/sbin/system_profiler) file the file to use, as an alternative to the command getIODevices(%params) Returns a flat list of devices as a list of hashref, by parsing ioreg output. Relationships are not extracted. logger a logger object class the class of devices wanted file the file to use, as an alternative to the command perl v5.14.2 2012-06-25 FusionInventory::Agent::Tools::MacOS(3pm)