Changeset 8232 for lang/perl/App-MadEye

Show
Ignore:
Timestamp:
03/21/08 10:47:17 (9 months ago)
Author:
tokuhirom
Message:

updated sample config.yaml.

Files:
1 modified

Legend:

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

    r8229 r8232  
    11--- 
     2global: 
     3  logger: 
     4    - class: Screen 
     5      config: 
     6        name: screen 
     7        min_level: debug 
     8        stderr: 1 
    29plugins: 
    310  - module: Check::User 
    411    config: 
    5       user: tokuhiro 
     12      user: tokuhirom 
    613  - module: Check::Network 
    714    config: 
     
    2936  - module: Agent::FTP 
    3037    config: 
     38      port: 21 
    3139      target: 
    3240       - ftp.ring.gr.jp 
     
    3745      - module: Retry 
    3846        config: 
    39           expire_time: 30m 
     47          expire_time: 30 
    4048          cache_root: /tmp/foo 
    4149 
     
    120128 
    121129  - module: Notify::Debug 
    122   - module: Notify::Email 
    123     config: 
    124       from_addr: tokuhirom@example.com 
    125       to_addr  : tokuhirom@example.com 
     130# - module: Notify::Email 
     131#   config: 
     132#     from_addr: tokuhirom@example.com 
     133#     to_addr  : tokuhirom@example.com 
    126134