mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
58 lines
1.1 KiB
JSON
58 lines
1.1 KiB
JSON
{
|
|
"title": "Arthas ognl Command",
|
|
"difficulty": "master",
|
|
"time": "10-20 minutes",
|
|
"details": {
|
|
"steps": [
|
|
{
|
|
"title": "Start math-game",
|
|
"text": "start-demo.md"
|
|
},
|
|
{
|
|
"title": "Start arthas-boot",
|
|
"text": "arthas-boot.md"
|
|
},
|
|
{
|
|
"title": "ognl Details",
|
|
"text": "ognl.md"
|
|
},
|
|
{
|
|
"title": "Common Syntax in OGNL",
|
|
"text": "ognl-syntax.md"
|
|
},
|
|
{
|
|
"title": "Case: Change Logger Level",
|
|
"text": "case-ognl-update-logger-level.md"
|
|
},
|
|
{
|
|
"title": "Case: Troubleshoot logger conflicts",
|
|
"text": "case-logger-config-problem.md"
|
|
}
|
|
],
|
|
"intro": {
|
|
"foreground": "foreground.sh",
|
|
"text": "intro.md"
|
|
},
|
|
"finish": {
|
|
"text": "finish.md"
|
|
},
|
|
"assets": {
|
|
"host01": []
|
|
}
|
|
},
|
|
"environment": {
|
|
"uilayout": "terminal",
|
|
"showdashboard": true,
|
|
"dashboards": [
|
|
{
|
|
"name": "Web Port 80",
|
|
"port": 80
|
|
}
|
|
]
|
|
},
|
|
"backend": {
|
|
"imageid": "ubuntu",
|
|
"environmentsprotocol": "http"
|
|
}
|
|
}
|