Show
Ignore:
Timestamp:
07/02/08 14:10:53 (6 months ago)
Author:
tokuhirom
Message:

lang/perl/App-MadEye?: Checking in changes prior to tagging of version 0.05. Changelog diff is:

=== Changes
==================================================================
--- Changes (revision 22268)
+++ Changes (local)
@@ -1,5 +1,20 @@

Revision history for Perl extension App::MadEye?


+0.05
+
+ (FEATURE)
+
+ - rule for Plugin::Notify.
+ - added Plugin::Notify::XMPP
+ - added Plugin::Notify::Nakanobu.
+ - added Plugin::Agent::FileSync?.
+ - added Plugin::Agent::SNMP::IPAddress.
+ - Plugin::Agent::SNMP::Disk: you can set retry
+
+ (BUGS)
+
+ - fixed Worker::Simple autoload feature.
+

0.04


(FEATURE)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/App-MadEye/trunk/MANIFEST

    r8250 r15044  
    2222lib/App/MadEye/Plugin/Agent/DJabberd.pm 
    2323lib/App/MadEye/Plugin/Agent/DNS.pm 
     24lib/App/MadEye/Plugin/Agent/FileSync.pm 
    2425lib/App/MadEye/Plugin/Agent/FTP.pm 
    2526lib/App/MadEye/Plugin/Agent/Gearmand.pm 
     
    3132lib/App/MadEye/Plugin/Agent/POP3S.pm 
    3233lib/App/MadEye/Plugin/Agent/Process.pm 
     34lib/App/MadEye/Plugin/Agent/Sleep.pm 
    3335lib/App/MadEye/Plugin/Agent/SMTP.pm 
    3436lib/App/MadEye/Plugin/Agent/SMTPTLS.pm 
    3537lib/App/MadEye/Plugin/Agent/SNMP/Disk.pm 
     38lib/App/MadEye/Plugin/Agent/SNMP/IPAddress.pm 
    3639lib/App/MadEye/Plugin/Agent/SNMP/Process.pm 
     40lib/App/MadEye/Plugin/Agent/SSLExpireDate.pm 
    3741lib/App/MadEye/Plugin/Base.pm 
    3842lib/App/MadEye/Plugin/Check/Flock.pm 
     
    4246lib/App/MadEye/Plugin/Notify/Email.pm 
    4347lib/App/MadEye/Plugin/Notify/IKC.pm 
     48lib/App/MadEye/Plugin/Notify/Nakanobu.pm 
     49lib/App/MadEye/Plugin/Notify/XMPP.pm 
    4450lib/App/MadEye/Plugin/Worker/Gearman.pm 
    4551lib/App/MadEye/Plugin/Worker/Simple.pm 
     
    5359README 
    5460t/00_compile.t 
     61t/100_bugs/001_autoload_worker_simple.t 
     62t/100_bugs/002_results.t 
    5563madeye.pl 
    56 lib/App/MadEye/Plugin/Agent/SSLExpireDate.pm 
    57 lib/App/MadEye/Plugin/Agent/Sleep.pm