| 1 |
INTERVAL 60; |
|---|
| 2 |
STATUSFILE /opt/thttpd/www/status.txt; |
|---|
| 3 |
|
|---|
| 4 |
DATE { |
|---|
| 5 |
# Just adds the time, so we can check to see if it has changed |
|---|
| 6 |
current_time : noop |
|---|
| 7 |
} |
|---|
| 8 |
LOGFILE { |
|---|
| 9 |
# Oracle alert file (look for ORA- lines) |
|---|
| 10 |
/usr/app/oracle/admin/DWP1/bdump/alert_QLP1.log : match => ORA- |
|---|
| 11 |
} |
|---|
| 12 |
TCPSERVICE { |
|---|
| 13 |
ssh : host => 127.0.0.1, port => 22, timeout => 2 |
|---|
| 14 |
} |
|---|
| 15 |
NETSTAT { |
|---|
| 16 |
oracle-listener : localport => 1521, state => LISTEN, atleast => 1 |
|---|
| 17 |
www1-dbconnections : localport => 1521, remoteip => 10.0.0.81, atleast => 2, limit => 50 |
|---|
| 18 |
www2-dbconnections : localport => 1521, remoteip => 10.0.0.82, atleast => 2, limit => 50 |
|---|
| 19 |
www3-dbconnections : localport => 1521, remoteip => 10.0.0.83, atleast => 2, limit => 50 |
|---|
| 20 |
www4-dbconnections : localport => 1521, remoteip => 10.0.0.84, atleast => 2, limit => 50 |
|---|
| 21 |
www5-dbconnections : localport => 1521, remoteip => 10.0.0.85, atleast => 2, limit => 50 |
|---|
| 22 |
} |
|---|
| 23 |
A1000 { |
|---|
| 24 |
fa000_001 : status => Optimal |
|---|
| 25 |
ag028_003 : status => Optimal |
|---|
| 26 |
fd032_002 : status => Optimal |
|---|
| 27 |
} |
|---|
| 28 |
DISK { |
|---|
| 29 |
/data1 : limit => 95% |
|---|
| 30 |
/data2 : limit => 95% |
|---|
| 31 |
/data3 : limit => 95% |
|---|
| 32 |
/data/oradata/QLP2/statspack01 : limit => 95% |
|---|
| 33 |
/data/oradata/QLP2/redo01 : limit => 95% |
|---|
| 34 |
/data/oradata/QLP2/redo03 : limit => 95% |
|---|
| 35 |
/data/oradata/QLP2/redo04 : limit => 95% |
|---|
| 36 |
/data/oradata/QLP2/tools01 : limit => 95% |
|---|
| 37 |
/data/oradata/QLP2/redo02 : limit => 95% |
|---|
| 38 |
/data/oradata/QLP2/users01 : limit => 95% |
|---|
| 39 |
/data/oradata/QLP2/temp01 : limit => 95% |
|---|
| 40 |
/data/oradata/QLP2/data01 : limit => 95% |
|---|
| 41 |
/data/oradata/QLP2/index01 : limit => 95% |
|---|
| 42 |
/data/oradata/QLP2/system01 : limit => 95% |
|---|
| 43 |
/data/oradata/QLP2/arch01 : limit => 95% |
|---|
| 44 |
/data/oradata/QLP2/rbs01 : limit => 95% |
|---|
| 45 |
} |
|---|