Delete 'src/config_11g.json'
This commit is contained in:
parent
44be61274f
commit
11647d2293
@ -1,102 +0,0 @@
|
|||||||
{
|
|
||||||
"Server Performance Problem": {
|
|
||||||
"commands": [
|
|
||||||
{
|
|
||||||
"comm": "top -b -n 1",
|
|
||||||
"tag": "top"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"comm": "df -h",
|
|
||||||
"tag": "df"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"comm": "/opt/ticket-ai/src/scripts/processfinder.sh;sleep 5;cat /tmp/findsql.tmp",
|
|
||||||
"tag": "processfinder"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"comm": "/opt/ticket-ai/src/scripts/tablespaceUsage.sh;sleep 5;cat /tmp/tablespace_usage.tmp",
|
|
||||||
"tag": "tablespaceusage"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"comm": "/opt/ticket-ai/src/scripts/showdbparameter.sh;sleep 2;cat /tmp/database_parameters.tmp",
|
|
||||||
"tag": "tablespaceusage"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"comm": "cat /opt/ords/config/databases/default/pool.xml",
|
|
||||||
"tag": "ordsconfig"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"comm": "echo Current Date and time on server: ; date",
|
|
||||||
"tag": "datetime"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"comm": "find /var/log/virtualmin -type f -name '*error_log*' -mmin -15 -exec sh -c 'echo \"===== {} =====\"; tail -n 50 {}' \\;",
|
|
||||||
"tag": "apacheerrorlogs"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"logs": [
|
|
||||||
{
|
|
||||||
"log_file": "/opt/tomcat/logs/catalina.out",
|
|
||||||
"lines": 150
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"log_file": "/u01/app/oracle/diag/rdbms/xe/XE/trace/alert_XE.log",
|
|
||||||
"lines": 50
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"log_file": "/var/log/messages",
|
|
||||||
"lines": 25
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"Server Unavailable": {
|
|
||||||
"commands": [
|
|
||||||
{
|
|
||||||
"comm": "top -b -n 1",
|
|
||||||
"tag": "top"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"comm": "df -h",
|
|
||||||
"tag": "df"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"comm": "/opt/ticket-ai/src/scripts/processfinder.sh;sleep 5;cat /tmp/findsql.tmp",
|
|
||||||
"tag": "processfinder"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"comm": "/opt/ticket-ai/src/scripts/tablespaceUsage.sh;sleep 5;cat /tmp/tablespace_usage.tmp",
|
|
||||||
"tag": "tablespaceusage"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"comm": "/opt/ticket-ai/src/scripts/showdbparameter.sh;sleep 2;cat /tmp/database_parameters.tmp",
|
|
||||||
"tag": "tablespaceusage"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"comm": "cat /opt/ords/config/databases/default/pool.xml",
|
|
||||||
"tag": "ordsconfig"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"comm": "echo Current Date and time on server: ; date",
|
|
||||||
"tag": "datetime"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"comm": "find /var/log/virtualmin -type f -name '*error_log*' -mmin -15 -exec sh -c 'echo \"===== {} =====\"; tail -n 50 {}' \\;",
|
|
||||||
"tag": "apacheerrorlogs"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"logs": [
|
|
||||||
{
|
|
||||||
"log_file": "/opt/tomcat/logs/catalina.out",
|
|
||||||
"lines": 150
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"log_file": "/u01/app/oracle/diag/rdbms/xe/XE/trace/alert_XE.log",
|
|
||||||
"lines": 50
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"log_file": "/var/log/messages",
|
|
||||||
"lines": 25
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
x
Reference in New Issue
Block a user