add 11g config
This commit is contained in:
parent
3094f1a07a
commit
13d395a49b
42
src/config_11g.json
Normal file
42
src/config_11g.json
Normal file
@ -0,0 +1,42 @@
|
||||
{
|
||||
"Server Performance Problem": {
|
||||
"commands": [
|
||||
{
|
||||
"comm": "top -b -n 1",
|
||||
"tag": "top"
|
||||
}
|
||||
],
|
||||
"logs": [
|
||||
{
|
||||
"log_file": "/opt/tomcat/logs/catalina.out",
|
||||
"lines": 100
|
||||
},
|
||||
{
|
||||
"log_file": "/u01/app/oracle/diag/rdbms/xe/XE/trace/alert_XE.log",
|
||||
"lines": 50
|
||||
},
|
||||
{
|
||||
"log_file": "/var/log/messages",
|
||||
"lines": 50
|
||||
}
|
||||
]
|
||||
},
|
||||
"Server Unavailable": {
|
||||
"commands": [],
|
||||
"logs": [
|
||||
{
|
||||
"log_file": "/opt/tomcat/logs/catalina.out",
|
||||
"lines": 50
|
||||
},
|
||||
{
|
||||
"log_file": "/u01/app/oracle/diag/rdbms/xe/XE/trace/alert_XE.log",
|
||||
"lines": 50
|
||||
},
|
||||
{
|
||||
"log_file": "/var/log/messages",
|
||||
"lines": 50
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user