Changeset ee0ab939bfc68ba4c7c633c113f2a58b2ab443a7
- Timestamp:
- 05/30/08 20:14:13
(5 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1212178453 +0000
- git-parent:
[5c8778c4361d2ad3adc94ef98d804c6fa9e6ba7c]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1212178453 +0000
- Message:
revert accidental commit of noit.conf
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r5c8778c |
ree0ab93 |
|
| 13 | 13 | </console_output> |
|---|
| 14 | 14 | <feeds> |
|---|
| 15 | | <outlet name="stderr"/> |
|---|
| 16 | 15 | <log name="feed" type="jlog" path="/var/log/noitd.feed(stratcon)"/> |
|---|
| 17 | 16 | </feeds> |
|---|
| … | … | |
| 41 | 40 | </logs> |
|---|
| 42 | 41 | <modules directory="./modules"> |
|---|
| 43 | | <module image="postgres" name="postgres"/> |
|---|
| 44 | | <!-- |
|---|
| 45 | 42 | <module image="ping_icmp" name="ping_icmp"/> |
|---|
| 46 | 43 | <http image="http"> |
|---|
| … | … | |
| 51 | 48 | <module image="snmp" name="snmp"/> |
|---|
| 52 | 49 | <module image="ssh2" name="ssh2"/> |
|---|
| 53 | | --> |
|---|
| 54 | 50 | </modules> |
|---|
| 55 | 51 | <listeners> |
|---|
| … | … | |
| 80 | 76 | </listeners> |
|---|
| 81 | 77 | <checks max_initial_stutter="30000" filterset="default"> |
|---|
| 82 | | <check uuid="9b4e28ba-2fa1-11d2-883f-b9b761bde3fb" module="postgres" target="10.80.117.94" period="60000" timeout="30000" name="database"> |
|---|
| 83 | | <config> |
|---|
| 84 | | <dsn>host=%[target] dbname=postgres user=omniti password=omniti</dsn> |
|---|
| 85 | | <sql>select datname, pg_database_size(datname) as size from pg_catalog.pg_database</sql> |
|---|
| 86 | | </config> |
|---|
| 87 | | </check> |
|---|
| 88 | 78 | <check uuid="1b4e28ba-2fa1-11d2-883f-b9b761bde3fb" module="ping_icmp" target="10.80.116.4" period="15000" timeout="14000"/> |
|---|
| 89 | 79 | <dc1 timeout="5000" period="60000"> |
|---|