}
1;
+
+__END__
+
+=head1 NAME
+
+System::Introspector::DiskUsage - Gather disk space usage data
+
+=head1 DESCRIPTION
+
+Uses C<df> to get data about current disk usage.
+
+=head1 SEE ALSO
+
+=over
+
+=item L<System::Introspector>
+
+=back
+
+=cut
+
}
1;
+
+__END__
+
+=head1 NAME
+
+System::Introspector::FileHandles - Gather opened filehandles
+
+=head1 DESCRIPTION
+
+Uses C<lsof> to build a list of open filehandles.
+
+=head1 SEE ALSO
+
+=over
+
+=item L<System::Introspector>
+
+=back
+
+=cut
+
}
1;
+
+__END__
+
+=head1 NAME
+
+System::Introspector::Groups - Gather group information
+
+=head1 DESCRIPTION
+
+Uses C</etc/group> to gather information about groups.
+
+=head1 SEE ALSO
+
+=over
+
+=item L<System::Introspector>
+
+=back
+
+=cut
+
}
1;
+
+__END__
+
+=head1 NAME
+
+System::Introspector::Host - Gather generic host information
+
+=head1 DESCRIPTION
+
+Gathers the hostname and information provided by C<uname>.
+
+=head1 SEE ALSO
+
+=over
+
+=item L<System::Introspector>
+
+=back
+
+=cut
+
}
1;
+
+__END__
+
+=head1 NAME
+
+System::Introspector::Hosts - Gather known hosts
+
+=head1 DESCRIPTION
+
+Reads a C<hosts> file to produce a list of known hosts
+
+=head1 ATTRIBUTES
+
+=head2 hosts_file
+
+The path to the C<hosts> file that should be read. Defaults to C</etc/hosts>.
+
+=head1 SEE ALSO
+
+=over
+
+=item L<System::Introspector>
+
+=back
+
+=cut
+
}
1;
+
+__END__
+
+=head1 NAME
+
+System::Introspector::LibDirs::Perl - Gather perl lib directory data
+
+=head1 DESCRIPTION
+
+Finds locations that look like L<local::lib> or comparable Perl library
+directories, and extracts module information from them.
+
+=head1 ATTRIBUTES
+
+=head2 root
+
+This is the root path to be searched for library directories. Defaults
+to C</>.
+
+=head1 SEE ALSO
+
+=over
+
+=item L<System::Introspector>
+
+=back
+
+=cut
+
}
1;
+
+__END__
+
+=head1 NAME
+
+System::Introspector::MountPoints - Gather moint point information
+
+=head1 DESCRIPTION
+
+Reads C<fstab> and C<mtab> files to provide mount point information.
+
+=head1 SEE ALSO
+
+=over
+
+=item L<System::Introspector>
+
+=back
+
+=cut
+
}
1;
+
+__END__
+
+=head1 NAME
+
+System::Introspector::Packages::Apt - Gather APT package status
+
+=head1 DESCRIPTION
+
+Uses C<dpkg-query> to list all installed packages.
+
+=head1 SEE ALSO
+
+=over
+
+=item L<System::Introspector>
+
+=back
+
+=cut
}
1;
+
+__END__
+
+=head1 NAME
+
+System::Introspector::Processes - Gather running processes
+
+=head1 DESCRIPTION
+
+Uses C<ps> to gather a list of all running processes.
+
+=head1 SEE ALSO
+
+=over
+
+=item L<System::Introspector>
+
+=back
+
+=cut
+
}
1;
+
+__END__
+
+=head1 NAME
+
+System::Introspector::Repositories::Git - Gather Git repository info
+
+=head1 DESCRIPTION
+
+Find Git repositories and gathers their information.
+
+=head1 ATTRIBUTES
+
+=head2 root
+
+This is the root path for the search of git directories. Defaults to C</>.
+
+=head1 SEE ALSO
+
+=over
+
+=item L<System::Introspector>
+
+=back
+
+=cut
+
}
1;
+
+__END__
+
+=head1 NAME
+
+System::Introspector::ResolvConf - Gather name resolution configuration
+
+=head1 DESCRIPTION
+
+Reads a C<resolv.conf> file to gather information about name resolution.
+
+=head1 ATTRIBUTES
+
+=head2 resolv_conf_file
+
+The path to the C<resolv.conf> file that should be read. Defaults to
+C</etc/resolv.conf>.
+
+=head1 SEE ALSO
+
+=over
+
+=item L<System::Introspector>
+
+=back
+
+=cut
+
}
1;
+
+__END__
+
+=head1 NAME
+
+System::Introspector::Sudoers - Gather sudoer information
+
+=head1 DESCRIPTION
+
+Reads C<sudoers> files to gather information about sudo abilities. This
+probe will also read all included files.
+
+=head1 ATTRIBUTES
+
+=head2 sudoers_file
+
+The path to the original C<sudoers> file that should be read. Includes from this
+file will be followed and provided as well.
+
+=head2 hostname
+
+The hostname used to resolve C<%h> hostname markers in inclusions.
+
+=head1 SEE ALSO
+
+=over
+
+=item L<System::Introspector>
+
+=back
+
+=cut
+
}
1;
+
+__END__
+
+=head1 NAME
+
+System::Introspector::Users - Gather user information
+
+=head1 DESCRIPTION
+
+Gathers information for all users in C</etc/passwd>, including cronjobs and
+installed SSH public keys.
+
+=head1 SEE ALSO
+
+=over
+
+=item L<System::Introspector>
+
+=back
+
+=cut
+