Changeset 8068 for lang/perl/App-MadEye

Show
Ignore:
Timestamp:
03/18/08 11:26:36 (8 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/FTP.pm

    r7539 r8068  
    4949 
    50501; 
     51__END__ 
     52 
     53=head1 NAME 
     54 
     55App::MadEye::Plugin::Agent::FTP - monitoring ftp 
     56 
     57=head1 SCHEMA 
     58 
     59    type: map 
     60    mapping: 
     61        target: 
     62            type: seq 
     63            required: yes 
     64            sequence: 
     65                - type: str 
     66        message: 
     67            required: yes 
     68            type: str 
     69        port: 
     70            required: yes 
     71            type: int 
     72        connect_timeout: 
     73            required: no 
     74            type: int 
     75        select_timeout: 
     76            required: no 
     77            type: int 
     78 
     79=head1 AUTHORS 
     80 
     81Tokuhiro Matsuno 
     82 
     83=head1 SEE ALSO 
     84 
     85L<App::MadEye> 
     86