NAME

Data::Collector::Info::IFaces - Fetch machine interfaces information

This info module fetches information about a machine's internet interfaces using ifconfig. This should not work on Windows.

The key this module takes in the registry is ifaces.

ATTRIBUTES

ignore

A list of interfaces to ignore.

SUBROUTINES/METHODS

info_keys

Subclassing info_keys from Data::Collector::Info to indicate which keys to register.

ifaces

Returns the interfaces and their IPs.

all

Runs ifaces method and returns their result in a unified hashref.

AUTHOR

Sawyer X, <xsawyerx at cpan.org>