Delete 'src/config_cloud_db.json'
This commit is contained in:
parent
daaf5c74a5
commit
ed7e9a7f00
@ -1,54 +0,0 @@
|
|||||||
{
|
|
||||||
"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": "/u01/app/oracle/diag/rdbms/orcl_jnb1w9/ORCL/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": "/u01/app/oracle/diag/rdbms/orcl_jnb1w9/ORCL/trace/alert_XE.log",
|
|
||||||
"lines": 100
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"log_file": "/var/log/messages",
|
|
||||||
"lines": 50
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
x
Reference in New Issue
Block a user