2021-11-27 22:21:52 +08:00
|
|
|
{
|
|
|
|
|
"app": {
|
2021-12-15 22:18:14 +08:00
|
|
|
"name": "探云",
|
|
|
|
|
"description": "易用友好的高性能监控云"
|
2021-11-27 22:21:52 +08:00
|
|
|
},
|
|
|
|
|
"user": {
|
|
|
|
|
"name": "Admin",
|
|
|
|
|
"avatar": "./assets/tmp/img/avatar.svg",
|
2021-11-28 14:58:20 +08:00
|
|
|
"email": "管理员"
|
2021-11-27 22:21:52 +08:00
|
|
|
},
|
|
|
|
|
"menu": [
|
|
|
|
|
{
|
2021-11-28 14:58:20 +08:00
|
|
|
"text": "总览",
|
2021-11-27 22:21:52 +08:00
|
|
|
"i18n": "menu.main",
|
|
|
|
|
"group": true,
|
|
|
|
|
"hideInBreadcrumb": true,
|
|
|
|
|
"children": [
|
|
|
|
|
{
|
|
|
|
|
"text": "仪表盘",
|
|
|
|
|
"i18n": "menu.dashboard",
|
|
|
|
|
"icon": "anticon-dashboard",
|
2021-11-30 22:16:38 +08:00
|
|
|
"link": "/dashboard"
|
2021-11-27 22:21:52 +08:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
2021-11-28 14:58:20 +08:00
|
|
|
"text": "监控",
|
|
|
|
|
"i18n": "menu.monitor",
|
2021-11-27 22:21:52 +08:00
|
|
|
"group": true,
|
|
|
|
|
"hideInBreadcrumb": true,
|
|
|
|
|
"children": [
|
|
|
|
|
{
|
2021-11-28 14:58:20 +08:00
|
|
|
"text": "应用服务",
|
|
|
|
|
"i18n": "menu.monitor.service",
|
|
|
|
|
"icon": "anticon-cloud",
|
2021-11-27 22:21:52 +08:00
|
|
|
"children": [
|
2021-12-03 16:46:10 +08:00
|
|
|
{
|
|
|
|
|
"text": "website",
|
|
|
|
|
"link": "/monitors?app=website",
|
|
|
|
|
"i18n": "monitor.app.website"
|
|
|
|
|
},
|
2021-11-27 22:21:52 +08:00
|
|
|
{
|
2021-12-03 13:41:17 +08:00
|
|
|
"text": "api",
|
|
|
|
|
"link": "/monitors?app=api",
|
2021-12-04 15:38:59 +08:00
|
|
|
"i18n": "monitor.app.api"
|
2021-11-27 22:21:52 +08:00
|
|
|
},
|
|
|
|
|
{
|
2021-11-30 22:16:38 +08:00
|
|
|
"text": "ping",
|
2021-12-02 17:50:42 +08:00
|
|
|
"link": "/monitors?app=ping",
|
2021-11-28 14:58:20 +08:00
|
|
|
"i18n": "monitor.app.ping"
|
2021-11-27 22:21:52 +08:00
|
|
|
},
|
|
|
|
|
{
|
2021-11-30 22:16:38 +08:00
|
|
|
"text": "telnet",
|
2021-12-04 15:38:59 +08:00
|
|
|
"link": "/monitors?app=telnet",
|
2021-11-28 14:58:20 +08:00
|
|
|
"i18n": "monitor.app.telnet"
|
2021-11-27 22:21:52 +08:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
2021-11-28 14:58:20 +08:00
|
|
|
"text": "数据库",
|
|
|
|
|
"i18n": "menu.monitor.db",
|
|
|
|
|
"icon": "anticon-database",
|
2021-11-27 22:21:52 +08:00
|
|
|
"children": [
|
|
|
|
|
{
|
2021-11-28 14:58:20 +08:00
|
|
|
"text": "Mysql",
|
2021-11-30 22:16:38 +08:00
|
|
|
"link": "/monitors",
|
2021-11-28 14:58:20 +08:00
|
|
|
"i18n": "monitor.app.mysql"
|
2021-11-27 22:21:52 +08:00
|
|
|
},
|
|
|
|
|
{
|
2021-11-28 14:58:20 +08:00
|
|
|
"text": "Oracle",
|
2021-11-30 22:16:38 +08:00
|
|
|
"link": "/monitors",
|
2021-11-28 14:58:20 +08:00
|
|
|
"i18n": "monitor.app.oracle"
|
2021-11-27 22:21:52 +08:00
|
|
|
},
|
|
|
|
|
{
|
2021-11-28 14:58:20 +08:00
|
|
|
"text": "Redis",
|
2021-11-30 22:16:38 +08:00
|
|
|
"link": "/monitors",
|
2021-11-28 14:58:20 +08:00
|
|
|
"i18n": "monitor.app.redis"
|
2021-11-27 22:21:52 +08:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
2021-11-28 14:58:20 +08:00
|
|
|
"text": "告警",
|
|
|
|
|
"i18n": "menu.alert",
|
2021-11-27 22:21:52 +08:00
|
|
|
"group": true,
|
|
|
|
|
"hideInBreadcrumb": true,
|
|
|
|
|
"children": [
|
|
|
|
|
{
|
2021-11-28 14:58:20 +08:00
|
|
|
"text": "告警中心",
|
|
|
|
|
"i18n": "menu.alert.center",
|
|
|
|
|
"icon": "anticon-alert",
|
2021-12-12 10:33:27 +08:00
|
|
|
"link": "/alert/center"
|
2021-11-27 22:21:52 +08:00
|
|
|
},
|
|
|
|
|
{
|
2021-11-28 14:58:20 +08:00
|
|
|
"text": "告警配置",
|
|
|
|
|
"i18n": "menu.alert.setting",
|
2021-12-12 10:33:27 +08:00
|
|
|
"icon": "anticon-bulb",
|
|
|
|
|
"link": "/alert/setting"
|
2021-11-27 22:21:52 +08:00
|
|
|
},
|
|
|
|
|
{
|
2021-11-28 14:58:20 +08:00
|
|
|
"text": "告警转发",
|
|
|
|
|
"i18n": "menu.alert.dispatch",
|
|
|
|
|
"icon": "anticon-notification",
|
2021-12-12 10:33:27 +08:00
|
|
|
"link": "/alert/notice"
|
2021-11-27 22:21:52 +08:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"text": "More",
|
2021-12-12 10:33:27 +08:00
|
|
|
"i18n": "menu.extras",
|
2021-11-27 22:21:52 +08:00
|
|
|
"group": true,
|
|
|
|
|
"hideInBreadcrumb": true,
|
|
|
|
|
"children": [
|
|
|
|
|
{
|
2021-11-28 14:58:20 +08:00
|
|
|
"text": "Help Center",
|
2021-12-12 10:33:27 +08:00
|
|
|
"link": "/extras/help",
|
|
|
|
|
"i18n": "menu.extras.help",
|
2021-11-28 14:58:20 +08:00
|
|
|
"icon": "anticon-link"
|
2021-11-27 22:21:52 +08:00
|
|
|
},
|
|
|
|
|
{
|
2021-11-28 14:58:20 +08:00
|
|
|
"text": "Settings",
|
2021-12-12 10:33:27 +08:00
|
|
|
"link": "/extras/setting",
|
|
|
|
|
"i18n": "menu.extras.setting",
|
2021-11-28 14:58:20 +08:00
|
|
|
"icon": "anticon-setting"
|
2021-11-27 22:21:52 +08:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|