changed to phaylon's correct email address
[scpubgit/System-Introspector.git] / lib / System / Introspector.pm
CommitLineData
cf02394f 1use strictures 1;
2
3package System::Introspector;
4
d2ccd13b 5our $VERSION = '0.001_001';
cf02394f 6$VERSION = eval $VERSION;
7
81;
d51f9cc9 9
10=head1 NAME
11
12System::Introspector - framework for remote system introspection
13
14=head1 SYNOPSIS
15
16 $ system-introspector --storage <path> --config <path> [OPTIONS]
17
18See L<system-introspector(1)> for detailed information about which OPTIONS
19can be used.
20
21=head1 DESCRIPTION
22
23System::Introspector is a framework for remotely executing system wide
24introspection. The introspection is done executing a set of probes
25on the remote system that gather specific information. Gathered results
26are stored in JSON format.
27
f24afb0e 28=head1 AUTHOR
d51f9cc9 29
f13fccb5 30 phaylon - Robert Sedlacek (cpan:PHAYLON) <r.sedlacek@shadowcat.co.uk>
d51f9cc9 31
f24afb0e 32=head1 CONTRIBUTORS
d51f9cc9 33
f24afb0e 34 mst - Matt S. Trout (cpan:MSTROUT) <mst@shadowcat.co.uk>
d51f9cc9 35
f24afb0e 36=head1 SPONSORS
d51f9cc9 37
38Lots of this stuff sponsored by L<http://socialflow.com>.
39
40=head1 COPYRIGHT
41
f24afb0e 42Copyright (c) 2012 the System::Introspector L</AUTHOR>, L</CONTRIBUTORS>
43and L</SPONSORS> as listed above.
d51f9cc9 44
45=head1 LICENSE
46
47This library is free software and may be distributed under the same terms
48as perl itself.
f24afb0e 49
50=cut