Changeset 7543 for lang/perl/App-MadEye

Show
Ignore:
Timestamp:
03/06/08 12:41:05 (5 years ago)
Author:
tokuhirom
Message:

added Agent::Mogilefsd.

Location:
lang/perl/App-MadEye/trunk
Files:
1 added
2 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/App-MadEye/trunk/Makefile.PL

    r7542 r7543  
    1919requires 'Net::SSH'; 
    2020requires 'IPC::Open3'; 
    21 requires 'DBD::mysql'; 
    2221requires 'DBI'; 
    23 requires 'Net::DNS'; 
     22features( 
     23    'Agent::MogileFSTracker' => [ 
     24        -default => 0, 
     25        recommends('MogileFS::Admin'), 
     26    ], 
     27    'Agent::DNS' => [ 
     28        -default => 0, 
     29        recommends('Net::DNS'), 
     30    ], 
     31); 
    2432 
    2533build_requires 'Test::More'; 
  • lang/perl/App-MadEye/trunk/config.yaml

    r7542 r7543  
    6262#       - 127.0.0.1 
    6363 
    64   - module: Agent::DNS 
     64# - module: Agent::DNS 
     65#   config: 
     66#     target: 
     67#       - host: ldns01.data-hotel.net 
     68#         name: livedoor.com 
     69#         ip:   203.131.197.197 
     70#     timeout: 1 
     71 
     72  - module: Agent::Mogilefsd 
    6573    config: 
    6674      target: 
    67         - host: ldns01.data-hotel.net 
    68           name: livedoor.com 
    69           ip:   203.131.197.197 
    70       timeout: 1 
     75        - 127.0.0.1:1111 
    7176 
    7277  - module: Notify::Debug