Jan Gehring > Rex-0.29.0 > Rex::Hardware

Download:
Rex-0.29.0.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  2
Open  0
View/Report Bugs
Source   Latest Release: Rex-0.41.3

NAME ^

Rex::Hardware - Base Class for hardware / information gathering

DESCRIPTION ^

This module is the base class for hardware/information gathering.

SYNOPSIS ^

 use Rex::Hardware;
 
 my %host_info = Rex::Hardware->get(qw/ Host /)
 my %all_info  = Rex::Hardware->get(qw/ All /)

CLASS METHODS ^

get(@modules)

Returns a hash with the wanted information.

 task "get-info", "server1", sub {
    %hw_info = Rex::Hardware->get(qw/ Host Network /);
 };

Or if you want to get all information

 task "get-all-info", "server1", sub {
    %hw_info = Rex::Hardware->get(qw/ All /);
 };

Available modules:

Host
Kernel
Memory
Network
Swap
syntax highlighting: