Changeset 7543 for lang/perl/App-MadEye
- Timestamp:
- 03/06/08 12:41:05 (5 years ago)
- Location:
- lang/perl/App-MadEye/trunk
- Files:
-
- 1 added
- 2 modified
-
Makefile.PL (modified) (1 diff)
-
config.yaml (modified) (1 diff)
-
lib/App/MadEye/Plugin/Agent/Mogilefsd.pm (added)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/App-MadEye/trunk/Makefile.PL
r7542 r7543 19 19 requires 'Net::SSH'; 20 20 requires 'IPC::Open3'; 21 requires 'DBD::mysql';22 21 requires 'DBI'; 23 requires 'Net::DNS'; 22 features( 23 'Agent::MogileFSTracker' => [ 24 -default => 0, 25 recommends('MogileFS::Admin'), 26 ], 27 'Agent::DNS' => [ 28 -default => 0, 29 recommends('Net::DNS'), 30 ], 31 ); 24 32 25 33 build_requires 'Test::More'; -
lang/perl/App-MadEye/trunk/config.yaml
r7542 r7543 62 62 # - 127.0.0.1 63 63 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 65 73 config: 66 74 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 71 76 72 77 - module: Notify::Debug
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)