Megre pt-agent branch.

This commit is contained in:
Daniel Nichter
2013-06-16 23:23:11 -07:00
64 changed files with 25198 additions and 682 deletions

View File

@@ -214,7 +214,7 @@ sub hostname {
sub files {
my ( $self, %args ) = @_;
if ( $args{files} ) {
return "# Files: " . join(', ', @{$args{files}}) . "\n";
return "# Files: " . join(', ', map { $_->{name} } @{$args{files}}) . "\n";
}
return;
}