Delete 'src/config.json'
This commit is contained in:
parent
cf7940eeff
commit
4288eaea31
@ -1,86 +0,0 @@
|
|||||||
{
|
|
||||||
"Server Performance Problem": {
|
|
||||||
"commands": [
|
|
||||||
{
|
|
||||||
"comm": "top -b -n 1",
|
|
||||||
"tag": "top"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"logs": [
|
|
||||||
{
|
|
||||||
"log_file": "/opt/tomcat/logs/catalina.out",
|
|
||||||
"lines": 50
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"log_file": "/opt/oracle/diag/rdbms/xe/XE/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": "/opt/oracle/diag/rdbms/xe/XE/trace/alert_XE.log",
|
|
||||||
"lines": 50
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"log_file": "/var/log/messages",
|
|
||||||
"lines": 50
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"Demo1": {
|
|
||||||
"commands": [],
|
|
||||||
"logs": [
|
|
||||||
{
|
|
||||||
"log_file": "/home/arehman/Documents/Projects/Python/Maxapex/ticket_ai_flask_app/logs/*_error.log",
|
|
||||||
"lines": 50
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"Demo2": {
|
|
||||||
"commands": [],
|
|
||||||
"logs": [
|
|
||||||
{
|
|
||||||
"log_file": "/home/arehman/Documents/Projects/Python/Maxapex/ticket_ai_flask_app/logs/a_error.log",
|
|
||||||
"lines": 50
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"Demo3": {
|
|
||||||
"commands": [
|
|
||||||
{
|
|
||||||
"comm": "top -b -n 1",
|
|
||||||
"tag": "top"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"logs": []
|
|
||||||
},
|
|
||||||
"Demo": {
|
|
||||||
"commands": [
|
|
||||||
{
|
|
||||||
"comm": "top -b -n 1",
|
|
||||||
"tag": "top"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"logs": [
|
|
||||||
{
|
|
||||||
"log_file": "/home/arehman/Documents/Projects/Python/Maxapex/ticket_ai_flask_app/logs/a_error.log",
|
|
||||||
"lines": 50
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"log_file": "/home/arehman/Documents/Projects/Python/Maxapex/ticket_ai_flask_app/logs/*_error.log",
|
|
||||||
"lines": 50
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
x
Reference in New Issue
Block a user