ticket_ai_flask_app/src/config_cloud_db.json
2024-09-16 15:41:03 +05:00

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