Changeset 8055 for lang/perl/App-MadEye

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

added docs and schema.

Files:
1 modified

Legend:

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

    r7541 r8055  
    6161 
    62621; 
     63__END__ 
     64 
     65=head1 NAME 
     66 
     67App::MadEye::Plugin::Agent::Gearmand - monitoring gearmand 
     68 
     69=head1 SCHEMA 
     70 
     71    type: map 
     72    mapping: 
     73        target: 
     74            type: seq 
     75            required: yes 
     76            sequence: 
     77                - type: str 
     78        port: 
     79            required: yes 
     80            type: int 
     81        connect_timeout: 
     82            required: yes 
     83            type: int 
     84        select_timeout: 
     85            required: yes 
     86            type: int 
     87 
     88=head1 AUTHORS 
     89 
     90Tokuhiro Matsuno 
     91 
     92=head1 SEE ALSO 
     93 
     94L<gearmand>, L<App::MadEye> 
     95