Changeset 0bd15e6f0f269b655a4b3fc61231a9372ccbb51d
- Timestamp:
- 05/06/10 03:22:43
(8 years ago)
- Author:
- Jason Dixon <jdixon@omniti.com>
- git-committer:
- Jason Dixon <jdixon@omniti.com> 1273116163 +0000
- git-parent:
[1bd136a1a44a9c54126723b84bb9043cccec9b72]
- git-author:
- Jason Dixon <jdixon@omniti.com> 1273116163 +0000
- Message:
modernize
git-svn-id: https://labs.omniti.com/resmon/branches/resmon2@353 8c0face9-b7db-6ec6-c4b3-d5f7145c7d55
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
r562babd |
r0bd15e6 |
|
4 | 4 | TIMEOUT 10; |
---|
5 | 5 | |
---|
6 | | # Resmon health check. Shows the hostname, svn revision, and any problems with |
---|
7 | | # modules or the configuration file. |
---|
| 6 | # Resmon health check. Shows the hostname, svn revision and |
---|
| 7 | # any problems with modules or the configuration file. |
---|
8 | 8 | Core::Resmon { |
---|
9 | 9 | resmon : noop |
---|
10 | 10 | } |
---|
11 | | # The following checks are old style resmon and need updating |
---|
12 | | #LOGFILE { |
---|
13 | | # # Oracle alert file (look for ORA- lines) |
---|
14 | | # /usr/app/oracle/admin/DWP1/bdump/alert_QLP1.log : match => ORA- |
---|
| 11 | |
---|
| 12 | #Core::Cpu { |
---|
| 13 | # local : noop |
---|
15 | 14 | #} |
---|
16 | | #TCPSERVICE { |
---|
| 15 | |
---|
| 16 | #Core::Load { |
---|
| 17 | # local : noop |
---|
| 18 | #} |
---|
| 19 | |
---|
| 20 | #Core::Iostat { |
---|
| 21 | # sd0 : noop |
---|
| 22 | #} |
---|
| 23 | |
---|
| 24 | #Core::Memstat { |
---|
| 25 | # local : noop |
---|
| 26 | #} |
---|
| 27 | |
---|
| 28 | #Core::TcpService { |
---|
17 | 29 | # ssh : host => 127.0.0.1, port => 22, timeout => 2 |
---|
18 | 30 | #} |
---|
19 | | #NETSTAT { |
---|
20 | | # oracle-listener : localport => 1521, state => LISTEN, atleast => 1 |
---|
21 | | # www1-dbconnections : localport => 1521, remoteip => 10.0.0.81, atleast => 2, limit => 50 |
---|
22 | | # www2-dbconnections : localport => 1521, remoteip => 10.0.0.82, atleast => 2, limit => 50 |
---|
23 | | # www3-dbconnections : localport => 1521, remoteip => 10.0.0.83, atleast => 2, limit => 50 |
---|
24 | | # www4-dbconnections : localport => 1521, remoteip => 10.0.0.84, atleast => 2, limit => 50 |
---|
25 | | # www5-dbconnections : localport => 1521, remoteip => 10.0.0.85, atleast => 2, limit => 50 |
---|
| 31 | |
---|
| 32 | #Core::File { |
---|
| 33 | # /path/to/file : noop |
---|
26 | 34 | #} |
---|
27 | | #A1000 { |
---|
28 | | # fa000_001 : status => Optimal |
---|
29 | | # ag028_003 : status => Optimal |
---|
30 | | # fd032_002 : status => Optimal |
---|
31 | | #} |
---|
32 | | #DISK { |
---|
33 | | # /data1 : limit => 95%, warnat => 70% |
---|
34 | | # /data2 : limit => 95%, warnat => 70% |
---|
35 | | # /data3 : limit => 95%, warnat => 70% |
---|
36 | | # /data/oradata/QLP2/statspack01 : limit => 95% |
---|
37 | | # /data/oradata/QLP2/redo01 : limit => 95% |
---|
38 | | # /data/oradata/QLP2/redo03 : limit => 95% |
---|
39 | | # /data/oradata/QLP2/redo04 : limit => 95% |
---|
40 | | # /data/oradata/QLP2/tools01 : limit => 95% |
---|
41 | | # /data/oradata/QLP2/redo02 : limit => 95% |
---|
42 | | # /data/oradata/QLP2/users01 : limit => 95% |
---|
43 | | # /data/oradata/QLP2/temp01 : limit => 95% |
---|
44 | | # /data/oradata/QLP2/data01 : limit => 95% |
---|
45 | | # /data/oradata/QLP2/index01 : limit => 95% |
---|
46 | | # /data/oradata/QLP2/system01 : limit => 95% |
---|
47 | | # /data/oradata/QLP2/arch01 : limit => 95% |
---|
48 | | # /data/oradata/QLP2/rbs01 : limit => 95% |
---|
49 | | #} |
---|