Changeset 15044
- Timestamp:
- 07/02/08 14:10:53 (6 months ago)
- Location:
- lang/perl/App-MadEye/trunk
- Files:
-
- 4 modified
-
Changes (modified) (1 diff)
-
MANIFEST (modified) (4 diffs)
-
MANIFEST.SKIP (modified) (1 diff)
-
lib/App/MadEye.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/App-MadEye/trunk/Changes
r8250 r15044 1 1 Revision history for Perl extension App::MadEye 2 3 0.05 4 5 (FEATURE) 6 7 - rule for Plugin::Notify. 8 - added Plugin::Notify::XMPP 9 - added Plugin::Notify::Nakanobu. 10 - added Plugin::Agent::FileSync. 11 - added Plugin::Agent::SNMP::IPAddress. 12 - Plugin::Agent::SNMP::Disk: you can set retry 13 14 (BUGS) 15 16 - fixed Worker::Simple autoload feature. 2 17 3 18 0.04 -
lang/perl/App-MadEye/trunk/MANIFEST
r8250 r15044 22 22 lib/App/MadEye/Plugin/Agent/DJabberd.pm 23 23 lib/App/MadEye/Plugin/Agent/DNS.pm 24 lib/App/MadEye/Plugin/Agent/FileSync.pm 24 25 lib/App/MadEye/Plugin/Agent/FTP.pm 25 26 lib/App/MadEye/Plugin/Agent/Gearmand.pm … … 31 32 lib/App/MadEye/Plugin/Agent/POP3S.pm 32 33 lib/App/MadEye/Plugin/Agent/Process.pm 34 lib/App/MadEye/Plugin/Agent/Sleep.pm 33 35 lib/App/MadEye/Plugin/Agent/SMTP.pm 34 36 lib/App/MadEye/Plugin/Agent/SMTPTLS.pm 35 37 lib/App/MadEye/Plugin/Agent/SNMP/Disk.pm 38 lib/App/MadEye/Plugin/Agent/SNMP/IPAddress.pm 36 39 lib/App/MadEye/Plugin/Agent/SNMP/Process.pm 40 lib/App/MadEye/Plugin/Agent/SSLExpireDate.pm 37 41 lib/App/MadEye/Plugin/Base.pm 38 42 lib/App/MadEye/Plugin/Check/Flock.pm … … 42 46 lib/App/MadEye/Plugin/Notify/Email.pm 43 47 lib/App/MadEye/Plugin/Notify/IKC.pm 48 lib/App/MadEye/Plugin/Notify/Nakanobu.pm 49 lib/App/MadEye/Plugin/Notify/XMPP.pm 44 50 lib/App/MadEye/Plugin/Worker/Gearman.pm 45 51 lib/App/MadEye/Plugin/Worker/Simple.pm … … 53 59 README 54 60 t/00_compile.t 61 t/100_bugs/001_autoload_worker_simple.t 62 t/100_bugs/002_results.t 55 63 madeye.pl 56 lib/App/MadEye/Plugin/Agent/SSLExpireDate.pm57 lib/App/MadEye/Plugin/Agent/Sleep.pm -
lang/perl/App-MadEye/trunk/MANIFEST.SKIP
r7497 r15044 16 16 \.svn/ 17 17 ^[^/]+\.yaml$ 18 ^[^/]+\.pl$19 18 ^\.shipit$ 20 19 \.sw[po]$ -
lang/perl/App-MadEye/trunk/lib/App/MadEye.pm
r15040 r15044 3 3 use warnings; 4 4 use 5.00800; 5 our $VERSION = '0.0 4';5 our $VERSION = '0.05'; 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)