Changeset 8229 for lang/perl/App-MadEye
- Timestamp:
- 03/21/08 10:40:14 (9 months ago)
- Location:
- lang/perl/App-MadEye/trunk
- Files:
-
- 4 modified
-
Changes (modified) (1 diff)
-
MANIFEST (modified) (2 diffs)
-
config.yaml (modified) (1 diff)
-
lib/App/MadEye.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/App-MadEye/trunk/Changes
r7757 r8229 1 1 Revision history for Perl extension App::MadEye 2 3 0.03 4 5 WARNINGS: this release has some drastic changes.. 6 7 (FEATURE) 8 - validate schema with Kwalify 9 - added new plugins 10 - Notify::IRC 11 - Check::Flock 12 - Agent::MySQLSlave 13 - Agent::SNMP::Disk 14 - Agent::SNMP::Process 15 - use Log::Dispatch, a pluggable logger. 16 17 (BUG FIX) 18 - Worker::Gearman: kill zombie. 19 20 (MISC) 21 - added documents. 22 - some variables are now configurable 2 23 3 24 0.02 -
lang/perl/App-MadEye/trunk/MANIFEST
r7755 r8229 26 26 lib/App/MadEye/Plugin/Agent/HTTP.pm 27 27 lib/App/MadEye/Plugin/Agent/Mogilefsd.pm 28 lib/App/MadEye/Plugin/Agent/MySQLSlave.pm 29 lib/App/MadEye/Plugin/Agent/Perlbal.pm 28 30 lib/App/MadEye/Plugin/Agent/Ping.pm 29 31 lib/App/MadEye/Plugin/Agent/POP3S.pm … … 31 33 lib/App/MadEye/Plugin/Agent/SMTP.pm 32 34 lib/App/MadEye/Plugin/Agent/SMTPTLS.pm 35 lib/App/MadEye/Plugin/Agent/SNMP/Disk.pm 36 lib/App/MadEye/Plugin/Agent/SNMP/Process.pm 37 lib/App/MadEye/Plugin/Base.pm 38 lib/App/MadEye/Plugin/Check/Flock.pm 33 39 lib/App/MadEye/Plugin/Check/Network.pm 34 40 lib/App/MadEye/Plugin/Check/User.pm 35 41 lib/App/MadEye/Plugin/Notify/Debug.pm 36 42 lib/App/MadEye/Plugin/Notify/Email.pm 43 lib/App/MadEye/Plugin/Notify/IKC.pm 37 44 lib/App/MadEye/Plugin/Worker/Gearman.pm 38 45 lib/App/MadEye/Plugin/Worker/Simple.pm -
lang/perl/App-MadEye/trunk/config.yaml
r8029 r8229 10 10 - http://google.com/ 11 11 12 # - module: Worker::Simple 12 - module: Worker::Simple 13 config: 14 task_timeout: 4 15 16 # - module: Worker::Gearman 13 17 # config: 14 # timeout: 1 15 16 - module: Worker::Gearman 17 config: 18 fork_num: 3 19 task_timeout: 20 20 child_timeout: 7 21 gearman_servers: 22 - 127.0.0.1 18 # fork_num: 3 19 # task_timeout: 20 20 # child_timeout: 40 21 # gearman_servers: 22 # - 127.0.0.1 23 23 24 24 # - module: Agent::HTTP -
lang/perl/App-MadEye/trunk/lib/App/MadEye.pm
r8145 r8229 3 3 use warnings; 4 4 use 5.00800; 5 our $VERSION = '0.0 2';5 our $VERSION = '0.03'; 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)