update config
This commit is contained in:
parent
e8230582ce
commit
e980c95c95
101
src/config.json
101
src/config.json
@ -1,84 +1,111 @@
|
|||||||
{
|
{
|
||||||
"--Select Issue Type--": {
|
"--Select Issue Type--": {
|
||||||
|
"commands": [],
|
||||||
"logs": []
|
"logs": []
|
||||||
},
|
},
|
||||||
"Password Reset Request": {
|
"Password Reset Request": {
|
||||||
|
"commands": [],
|
||||||
"logs": []
|
"logs": []
|
||||||
},
|
},
|
||||||
"Domain Mapping": {
|
"Domain Mapping": {
|
||||||
|
"commands": [],
|
||||||
"logs": []
|
"logs": []
|
||||||
},
|
},
|
||||||
"Wallet/Reverse Proxy Required": {
|
"Wallet/Reverse Proxy Required": {
|
||||||
|
"commands": [],
|
||||||
"logs": []
|
"logs": []
|
||||||
},
|
},
|
||||||
"Others": {
|
"Others": {
|
||||||
|
"commands": [],
|
||||||
"logs": []
|
"logs": []
|
||||||
},
|
},
|
||||||
"Email Problem": {
|
"Email Problem": {
|
||||||
|
"commands": [],
|
||||||
"logs": [
|
"logs": [
|
||||||
{ "log_file": "/var/log/messages", "lines": 50 }
|
{
|
||||||
|
"log_file": "/var/log/messages",
|
||||||
|
"lines": 50
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"Jasper Reports": {
|
"Jasper Reports": {
|
||||||
"include_top": true,
|
"commands": [
|
||||||
|
{
|
||||||
|
"comm": "top -b -n 1",
|
||||||
|
"tag": "top"
|
||||||
|
}
|
||||||
|
],
|
||||||
"logs": [
|
"logs": [
|
||||||
{ "log_file": "/opt/tomcat/logs/catalina.out", "lines": 50 },
|
{
|
||||||
{ "log_file": "/var/log/messages", "lines": 50 }
|
"log_file": "/opt/tomcat/logs/catalina.out",
|
||||||
|
"lines": 50
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"log_file": "/var/log/messages",
|
||||||
|
"lines": 50
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"Server Unavailable": {
|
"Server Unavailable": {
|
||||||
|
"commands": [],
|
||||||
"logs": [
|
"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": "/opt/tomcat/logs/catalina.out",
|
||||||
{ "log_file": "/var/log/messages", "lines": 50 }
|
"lines": 50
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"log_file": "/opt/oracle/diag/rdbms/xe/XE/trace/alert_XE.log",
|
||||||
|
"lines": 50
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"log_file": "/var/log/messages",
|
||||||
|
"lines": 50
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
"Demo1": {
|
"Demo1": {
|
||||||
|
"commands": [],
|
||||||
"commands": [
|
|
||||||
|
|
||||||
],
|
|
||||||
"logs": [
|
"logs": [
|
||||||
{ "log_file": "/home/arehman/Documents/Projects/Python/Maxapex/ticket_ai_flask_app/logs/*_error.log", "lines": 50 }
|
{
|
||||||
|
"log_file": "/home/arehman/Documents/Projects/Python/Maxapex/ticket_ai_flask_app/logs/*_error.log",
|
||||||
|
"lines": 50
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
"Demo2": {
|
"Demo2": {
|
||||||
|
"commands": [],
|
||||||
"commands": [
|
|
||||||
|
|
||||||
],
|
|
||||||
"logs": [
|
"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/a_error.log",
|
||||||
|
"lines": 50
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
"Demo3": {
|
"Demo3": {
|
||||||
|
|
||||||
"commands": [
|
"commands": [
|
||||||
{ "comm": "top -b -n 1", "tag": "top" }
|
{
|
||||||
|
"comm": "top -b -n 1",
|
||||||
|
"tag": "top"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"logs": [
|
"logs": []
|
||||||
]
|
|
||||||
},
|
},
|
||||||
|
|
||||||
"Demo": {
|
"Demo": {
|
||||||
|
|
||||||
"commands": [
|
"commands": [
|
||||||
{ "comm": "top -b -n 1", "tag": "top" }
|
{
|
||||||
|
"comm": "top -b -n 1",
|
||||||
|
"tag": "top"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
"logs": [
|
"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 }
|
"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