Changeset 8052 for lang/perl/App-MadEye

Show
Ignore:
Timestamp:
03/17/08 23:12:27 (9 months ago)
Author:
tokuhirom
Message:

addded docs and schema.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/App-MadEye/trunk/lib/App/MadEye/Plugin/Agent/Mogilefsd.pm

    r7543 r8052  
    3636 
    37371; 
     38__END__ 
     39 
     40=head1 NAME 
     41 
     42App::MadEye::Plugin::Agent::Mogilefsd - monitoring mogilefsd 
     43 
     44=head1 SCHEMA 
     45 
     46    type: map 
     47    mapping: 
     48        target: 
     49            type: seq 
     50            required: yes 
     51            sequence: 
     52                - type: str 
     53        retry: 
     54            required: yes 
     55            type: int 
     56 
     57=head1 AUTHORS 
     58 
     59Tokuhiro Matsuno 
     60 
     61=head1 SEE ALSO 
     62 
     63L<MogileFS::Admin>, L<App::MadEye> 
     64 
     65