41 lines
1.0 KiB
JSON
41 lines
1.0 KiB
JSON
{
|
|
"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/orcl_jnb1w9/ORCL/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/orcl_jnb1w9/ORCL/trace/alert_XE.log",
|
|
"lines": 50
|
|
},
|
|
{
|
|
"log_file": "/var/log/messages",
|
|
"lines": 50
|
|
}
|
|
]
|
|
}
|
|
} |