126 lines
2.9 KiB
JSON
126 lines
2.9 KiB
JSON
{
|
|
"app": {
|
|
"name": "HertzBeat",
|
|
"description": "面向开发者,易用友好的高性能监控云服务"
|
|
},
|
|
"user": {
|
|
"name": "Admin",
|
|
"avatar": "./assets/tmp/img/avatar.svg",
|
|
"email": "管理员"
|
|
},
|
|
"menu": [
|
|
{
|
|
"text": "总览",
|
|
"i18n": "menu.main",
|
|
"group": true,
|
|
"hideInBreadcrumb": true,
|
|
"children": [
|
|
{
|
|
"text": "仪表盘",
|
|
"i18n": "menu.dashboard",
|
|
"icon": "anticon-dashboard",
|
|
"link": "/dashboard"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"text": "监控",
|
|
"i18n": "menu.monitor",
|
|
"group": true,
|
|
"hideInBreadcrumb": true,
|
|
"children": [
|
|
{
|
|
"text": "应用服务",
|
|
"i18n": "menu.monitor.service",
|
|
"icon": "anticon-cloud",
|
|
"children": [
|
|
{
|
|
"text": "http",
|
|
"link": "/monitors?app=http",
|
|
"i18n": "monitor.app.http"
|
|
},
|
|
{
|
|
"text": "ping",
|
|
"link": "/monitors?app=ping",
|
|
"i18n": "monitor.app.ping"
|
|
},
|
|
{
|
|
"text": "telnet",
|
|
"link": "/monitors",
|
|
"i18n": "monitor.app.telnet"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"text": "数据库",
|
|
"i18n": "menu.monitor.db",
|
|
"icon": "anticon-database",
|
|
"children": [
|
|
{
|
|
"text": "Mysql",
|
|
"link": "/monitors",
|
|
"i18n": "monitor.app.mysql"
|
|
},
|
|
{
|
|
"text": "Oracle",
|
|
"link": "/monitors",
|
|
"i18n": "monitor.app.oracle"
|
|
},
|
|
{
|
|
"text": "Redis",
|
|
"link": "/monitors",
|
|
"i18n": "monitor.app.redis"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"text": "告警",
|
|
"i18n": "menu.alert",
|
|
"group": true,
|
|
"hideInBreadcrumb": true,
|
|
"children": [
|
|
{
|
|
"text": "告警中心",
|
|
"i18n": "menu.alert.center",
|
|
"icon": "anticon-alert",
|
|
"link": "/style/typography"
|
|
},
|
|
{
|
|
"text": "告警配置",
|
|
"i18n": "menu.alert.setting",
|
|
"icon": "anticon-setting",
|
|
"link": "/style/typography"
|
|
},
|
|
{
|
|
"text": "告警转发",
|
|
"i18n": "menu.alert.dispatch",
|
|
"icon": "anticon-notification",
|
|
"link": "/style/typography"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"text": "More",
|
|
"i18n": "menu.more",
|
|
"group": true,
|
|
"hideInBreadcrumb": true,
|
|
"children": [
|
|
{
|
|
"text": "Help Center",
|
|
"link": "/extras/helpcenter",
|
|
"i18n": "menu.extras.helpcenter",
|
|
"icon": "anticon-link"
|
|
},
|
|
{
|
|
"text": "Settings",
|
|
"link": "/extras/settings",
|
|
"i18n": "menu.extras.settings",
|
|
"icon": "anticon-setting"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|