Skip to content
Snippets Groups Projects
Commit 0bd15e6f authored by Jason Dixon's avatar Jason Dixon
Browse files

modernize

git-svn-id: https://labs.omniti.com/resmon/branches/resmon2@353 8c0face9-b7db-6ec6-c4b3-d5f7145c7d55
parent 1bd136a1
No related branches found
No related tags found
No related merge requests found
...@@ -3,47 +3,32 @@ PORT 81; ...@@ -3,47 +3,32 @@ PORT 81;
STATUSFILE /var/run/resmon-status.txt; STATUSFILE /var/run/resmon-status.txt;
TIMEOUT 10; TIMEOUT 10;
# Resmon health check. Shows the hostname, svn revision, and any problems with # Resmon health check. Shows the hostname, svn revision and
# modules or the configuration file. # any problems with modules or the configuration file.
Core::Resmon { Core::Resmon {
resmon : noop resmon : noop
} }
# The following checks are old style resmon and need updating
#LOGFILE { #Core::Cpu {
# # Oracle alert file (look for ORA- lines) # local : noop
# /usr/app/oracle/admin/DWP1/bdump/alert_QLP1.log : match => ORA-
#} #}
#TCPSERVICE {
# ssh : host => 127.0.0.1, port => 22, timeout => 2 #Core::Load {
# local : noop
#} #}
#NETSTAT {
# oracle-listener : localport => 1521, state => LISTEN, atleast => 1 #Core::Iostat {
# www1-dbconnections : localport => 1521, remoteip => 10.0.0.81, atleast => 2, limit => 50 # sd0 : noop
# www2-dbconnections : localport => 1521, remoteip => 10.0.0.82, atleast => 2, limit => 50
# www3-dbconnections : localport => 1521, remoteip => 10.0.0.83, atleast => 2, limit => 50
# www4-dbconnections : localport => 1521, remoteip => 10.0.0.84, atleast => 2, limit => 50
# www5-dbconnections : localport => 1521, remoteip => 10.0.0.85, atleast => 2, limit => 50
#} #}
#A1000 {
# fa000_001 : status => Optimal #Core::Memstat {
# ag028_003 : status => Optimal # local : noop
# fd032_002 : status => Optimal
#} #}
#DISK {
# /data1 : limit => 95%, warnat => 70% #Core::TcpService {
# /data2 : limit => 95%, warnat => 70% # ssh : host => 127.0.0.1, port => 22, timeout => 2
# /data3 : limit => 95%, warnat => 70% #}
# /data/oradata/QLP2/statspack01 : limit => 95%
# /data/oradata/QLP2/redo01 : limit => 95% #Core::File {
# /data/oradata/QLP2/redo03 : limit => 95% # /path/to/file : noop
# /data/oradata/QLP2/redo04 : limit => 95%
# /data/oradata/QLP2/tools01 : limit => 95%
# /data/oradata/QLP2/redo02 : limit => 95%
# /data/oradata/QLP2/users01 : limit => 95%
# /data/oradata/QLP2/temp01 : limit => 95%
# /data/oradata/QLP2/data01 : limit => 95%
# /data/oradata/QLP2/index01 : limit => 95%
# /data/oradata/QLP2/system01 : limit => 95%
# /data/oradata/QLP2/arch01 : limit => 95%
# /data/oradata/QLP2/rbs01 : limit => 95%
#} #}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment