|
Revision 7550, 1.7 kB
(checked in by tokuhirom, 5 years ago)
|
|
added Agent::SMTP
|
| Line | |
|---|
| 1 | --- |
|---|
| 2 | plugins: |
|---|
| 3 | - module: Check::User |
|---|
| 4 | config: |
|---|
| 5 | user: tokuhirom |
|---|
| 6 | - module: Check::Network |
|---|
| 7 | config: |
|---|
| 8 | urls: |
|---|
| 9 | - http://livedoor.com/ |
|---|
| 10 | - http://google.com/ |
|---|
| 11 | |
|---|
| 12 | - module: Worker |
|---|
| 13 | config: |
|---|
| 14 | fork_num: 3 |
|---|
| 15 | gearman_servers: |
|---|
| 16 | - 127.0.0.1 |
|---|
| 17 | |
|---|
| 18 | # - module: Agent::HTTP |
|---|
| 19 | # config: |
|---|
| 20 | # target: http://livedoor.com/ |
|---|
| 21 | # user_agent: DoCoMo/1.0/P504i/c30/TB |
|---|
| 22 | |
|---|
| 23 | - module: Agent::FTP |
|---|
| 24 | config: |
|---|
| 25 | target: ftp.ring.gr.jp |
|---|
| 26 | message: FTP server ready. |
|---|
| 27 | |
|---|
| 28 | # - module: Agent::HTTP |
|---|
| 29 | # config: |
|---|
| 30 | # target: |
|---|
| 31 | # - http://livedoor.com/ |
|---|
| 32 | # - http://ljkdlsjaflfvedoor.com/ |
|---|
| 33 | # user_agent: DoCoMo/1.0/P504i/c30/TB |
|---|
| 34 | |
|---|
| 35 | # - module: Agent::DJabberd |
|---|
| 36 | # config: |
|---|
| 37 | # target: |
|---|
| 38 | # - 127.0.0.1 |
|---|
| 39 | # admin_port: 33562 |
|---|
| 40 | |
|---|
| 41 | # - module: Agent::SNMPDisk |
|---|
| 42 | # config: |
|---|
| 43 | # target: |
|---|
| 44 | # - 127.0.0.1 |
|---|
| 45 | |
|---|
| 46 | # - module: Agent::POP3S |
|---|
| 47 | # config: |
|---|
| 48 | # target: |
|---|
| 49 | # - 127.0.0.1 |
|---|
| 50 | # port: 1122252 |
|---|
| 51 | |
|---|
| 52 | # - module: Agent::DBI |
|---|
| 53 | # config: |
|---|
| 54 | # target: |
|---|
| 55 | # - dbi: |
|---|
| 56 | # user: root |
|---|
| 57 | # password: root |
|---|
| 58 | |
|---|
| 59 | # - module: Agent::Gearmand |
|---|
| 60 | # config: |
|---|
| 61 | # target: |
|---|
| 62 | # - 127.0.0.1 |
|---|
| 63 | |
|---|
| 64 | # - module: Agent::DNS |
|---|
| 65 | # config: |
|---|
| 66 | # target: |
|---|
| 67 | # - host: ldns01.data-hotel.net |
|---|
| 68 | # name: livedoor.com |
|---|
| 69 | # ip: 203.131.197.197 |
|---|
| 70 | # timeout: 1 |
|---|
| 71 | |
|---|
| 72 | # - module: Agent::Mogilefsd |
|---|
| 73 | # config: |
|---|
| 74 | # target: |
|---|
| 75 | # - 127.0.0.1:1111 |
|---|
| 76 | |
|---|
| 77 | - module: Agent::SMTPTLS |
|---|
| 78 | config: |
|---|
| 79 | timeout: 1 |
|---|
| 80 | target: |
|---|
| 81 | - 127.0.0.1 |
|---|
| 82 | - 192.168.1.1 |
|---|
| 83 | |
|---|
| 84 | # - module: Agent::Process |
|---|
| 85 | # config: |
|---|
| 86 | # target: |
|---|
| 87 | # - 127.0.0.1 |
|---|
| 88 | # pattern: /usr/bin/gearmandaa |
|---|
| 89 | |
|---|
| 90 | - module: Agent::Ping |
|---|
| 91 | config: |
|---|
| 92 | target: |
|---|
| 93 | - 127.0.0.1 |
|---|
| 94 | - 192.168.2.3 |
|---|
| 95 | |
|---|
| 96 | - module: Agent::SMTP |
|---|
| 97 | config: |
|---|
| 98 | target: |
|---|
| 99 | - 127.0.0.1 |
|---|
| 100 | - 192.168.2.3 |
|---|
| 101 | |
|---|
| 102 | - module: Notify::Debug |
|---|
| 103 | |
|---|