start of logging support; created role for probes
authorTyler Riddle <t.riddle@shadowcat.co.uk>
Tue, 4 Sep 2012 23:48:15 +0000 (16:48 -0700)
committerTyler Riddle <t.riddle@shadowcat.co.uk>
Tue, 4 Sep 2012 23:48:15 +0000 (16:48 -0700)
commitbfcc772a65d175ded340d4b32280f3ce05addf12
tree56d36425e1a4e89211623c3b5fc4d02908bbf1bc
parentd464e2cd0c2fd9973a88e3016e393d800a1708b3
start of logging support; created role for probes
21 files changed:
lib/System/Introspector/Gatherer.pm
lib/System/Introspector/Gatherer/Bridge.pm
lib/System/Introspector/Logger.pm [new file with mode: 0644]
lib/System/Introspector/Logger/Local.pm [new file with mode: 0644]
lib/System/Introspector/Logger/Probe.pm [new file with mode: 0644]
lib/System/Introspector/Logger/Remote.pm [new file with mode: 0644]
lib/System/Introspector/Probe/DiskUsage.pm
lib/System/Introspector/Probe/FileHandles.pm
lib/System/Introspector/Probe/Groups.pm
lib/System/Introspector/Probe/Host.pm
lib/System/Introspector/Probe/Hosts.pm
lib/System/Introspector/Probe/MountPoints.pm
lib/System/Introspector/Probe/Perls.pm
lib/System/Introspector/Probe/Processes.pm
lib/System/Introspector/Probe/Puppet.pm
lib/System/Introspector/Probe/ResolvConf.pm
lib/System/Introspector/Probe/Sudoers.pm
lib/System/Introspector/Probe/Users.pm
lib/System/Introspector/Role/Probe.pm [new file with mode: 0644]
lib/System/Introspector/State.pm
lib/System/Introspector/Util.pm