separate demo config
This commit is contained in:
parent
0b4c2b1a64
commit
22769a4a3a
@ -37,50 +37,6 @@
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
}
|
||||
@ -37,50 +37,6 @@
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
}
|
||||
@ -37,50 +37,5 @@
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
47
src/config_demo.json
Normal file
47
src/config_demo.json
Normal file
@ -0,0 +1,47 @@
|
||||
{
|
||||
"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