ticket_ai_flask_app/src/config_18c.json
2024-09-19 16:00:03 +05:00

54 lines
1.3 KiB
JSON

{
"Server Performance Problem": {
"commands": [
{
"comm": "top -b -n 1",
"tag": "top"
},
{
"comm": "df -h",
"tag": "df"
}
],
"logs": [
{
"log_file": "/opt/tomcat/logs/catalina.out",
"lines": 300
},
{
"log_file": "/opt/oracle/diag/rdbms/xe/XE/trace/alert_XE.log",
"lines": 100
},
{
"log_file": "/var/log/messages",
"lines": 50
}
]
},
"Server Unavailable": {
"commands": [
{
"comm": "top -b -n 1",
"tag": "top"
},
{
"comm": "df -h",
"tag": "df"
}
],
"logs": [
{
"log_file": "/opt/tomcat/logs/catalina.out",
"lines": 300
},
{
"log_file": "/opt/oracle/diag/rdbms/xe/XE/trace/alert_XE.log",
"lines": 100
},
{
"log_file": "/var/log/messages",
"lines": 50
}
]
}
}