Delete 'src/config_23ai.json'

This commit is contained in:
Zulqarnain 2024-11-07 10:10:49 +01:00
parent c244ff148e
commit daaf5c74a5

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": "dbparams"
},
{
"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": "/opt/oracle/diag/rdbms/free/FREE/trace/alert_FREE.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": "dbparams"
},
{
"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": "/opt/oracle/diag/rdbms/free/FREE/trace/alert_FREE.log",
"lines": 50
},
{
"log_file": "/var/log/messages",
"lines": 25
}
]
}
}