Changeset 8250 for lang/perl/App-MadEye
- Timestamp:
- 03/21/08 17:41:30 (9 months ago)
- Location:
- lang/perl/App-MadEye/trunk
- Files:
-
- 4 modified
-
Changes (modified) (1 diff)
-
MANIFEST (modified) (1 diff)
-
config.yaml (modified) (4 diffs)
-
lib/App/MadEye.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/App-MadEye/trunk/Changes
r8229 r8250 1 1 Revision history for Perl extension App::MadEye 2 3 0.04 4 5 (FEATURE) 6 7 - timeout is now normal error. 8 - added new plugins 9 - Agent::Sleep (debugging module) 10 - Agent::SSLExpireDate 11 12 (MISC) 13 14 - fixed some pod bug. 2 15 3 16 0.03 -
lang/perl/App-MadEye/trunk/MANIFEST
r8229 r8250 54 54 t/00_compile.t 55 55 madeye.pl 56 lib/App/MadEye/Plugin/Agent/SSLExpireDate.pm 57 lib/App/MadEye/Plugin/Agent/Sleep.pm -
lang/perl/App-MadEye/trunk/config.yaml
r8232 r8250 7 7 min_level: debug 8 8 stderr: 1 9 9 10 plugins: 10 11 - module: Check::User … … 19 20 - module: Worker::Simple 20 21 config: 21 task_timeout: 422 task_timeout: 10 22 23 23 24 # - module: Worker::Gearman … … 34 35 # user_agent: DoCoMo/1.0/P504i/c30/TB 35 36 36 - module: Agent::FTP 37 # - module: Agent::SSLExpireDate 38 # config: 39 # target: 40 # - admin.ktaf.jp 41 # - blomotion.jp 42 # - caspeee.jp 43 # - melorin.jp 44 # - secondbuzz.jp 45 # - ssl.mobilefactory.jp 46 # - wassr.com 47 # - wassr.jp 48 # type: https 49 # duration: 7days 50 51 - module: Agent::SSLExpireDate 37 52 config: 38 port: 2139 53 target: 40 - ftp.ring.gr.jp 41 - ftp.ring.gr.jp 42 - ring.shibaura-it.ac.jp 43 message: FTP server raady. 44 rule: 45 - module: Retry 46 config: 47 expire_time: 30 48 cache_root: /tmp/foo 54 - mail.mfac.jp:25 55 type: ssl 56 duration: 1year 57 58 # - module: Agent::FTP 59 # config: 60 # port: 21 61 # target: 62 # - ftp.ring.gr.jp 63 # - ftp.ring.gr.jp 64 # - ring.shibaura-it.ac.jp 65 # message: FTP server raady. 66 # rule: 67 # - module: Retry 68 # config: 69 # expire_time: 30 70 # cache_root: /tmp/foo 49 71 50 72 # - module: DateTimeCron … … 121 143 # - 192.168.2.3 122 144 145 # - module: Agent::Sleep 146 # config: 147 # target: 148 # - 127.0.0.1 149 # sleep: 1000 150 123 151 # - module: Agent::SMTP 124 152 # config: -
lang/perl/App-MadEye/trunk/lib/App/MadEye.pm
r8238 r8250 3 3 use warnings; 4 4 use 5.00800; 5 our $VERSION = '0.0 3';5 our $VERSION = '0.04'; 6 6 use Class::Component; 7 7 use Params::Validate;
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)