Changeset 7550

Show
Ignore:
Timestamp:
03/06/08 14:16:33 (5 years ago)
Author:
tokuhirom
Message:

added Agent::SMTP

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

Legend:

Unmodified
Added
Removed
  • lang/perl/App-MadEye/trunk/Makefile.PL

    r7549 r7550  
    3535        recommends('Net::Ping') 
    3636    ], 
     37    'Agent::SMTP' => [ 
     38        recommends('Net::SMTP') 
     39    ], 
    3740); 
    3841 
  • lang/perl/App-MadEye/trunk/config.yaml

    r7549 r7550  
    8282        - 192.168.1.1 
    8383 
    84   - module: Agent::Process 
    85     config: 
    86       target: 
    87         - 127.0.0.1 
    88       pattern: /usr/bin/gearmandaa 
     84# - module: Agent::Process 
     85#   config: 
     86#     target: 
     87#       - 127.0.0.1 
     88#     pattern: /usr/bin/gearmandaa 
    8989 
    9090  - module: Agent::Ping 
     
    9494        - 192.168.2.3 
    9595 
     96  - module: Agent::SMTP 
     97    config: 
     98      target: 
     99        - 127.0.0.1 
     100        - 192.168.2.3 
     101 
    96102  - module: Notify::Debug 
    97103