Delete 'src/config_11g.json'

This commit is contained in:
Zulqarnain 2024-11-07 10:10:31 +01:00
parent 44be61274f
commit 11647d2293

View File

@ -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
}
]
}
}