Changeset 7565

Show
Ignore:
Timestamp:
03/06/08 17:45:03 (5 years ago)
Author:
tokuhirom
Message:

added Notify::Email

Location:
lang/perl/App-MadEye/trunk
Files:
1 added
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/App-MadEye/trunk/config.yaml

    r7564 r7565  
    2727  - module: Agent::FTP 
    2828    config: 
    29       target: ftp.ring.gr.jp 
     29      target: 
     30       - ftp.ring.gr.jp 
     31       - ftp.ring.gr.jp 
     32       - ring.shibaura-it.ac.jp 
    3033      message: FTP server raady. 
    3134    rule: 
     
    115118 
    116119  - module: Notify::Debug 
     120  - module: Notify::Email 
     121    config: 
     122      from_addr: tokuhirom@example.com 
     123      to_addr  : tokuhirom@example.com 
    117124