| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- {
- "app": {
- "name": "TANCLOUD",
- "description": "易用友好的高性能监控云"
- },
- "user": {
- "name": "Admin",
- "avatar": "./assets/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": "website",
- "link": "/monitors?app=website",
- "i18n": "monitor.app.website"
- },
- {
- "text": "api",
- "link": "/monitors?app=api",
- "i18n": "monitor.app.api"
- },
- {
- "text": "ping",
- "link": "/monitors?app=ping",
- "i18n": "monitor.app.ping"
- },
- {
- "text": "port",
- "link": "/monitors?app=port",
- "i18n": "monitor.app.port"
- }
- ]
- },
- {
- "text": "数据库",
- "i18n": "menu.monitor.db",
- "icon": "anticon-database",
- "children": [
- {
- "text": "Mysql",
- "link": "/monitors?app=mysql",
- "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": "/alert/center"
- },
- {
- "text": "告警配置",
- "i18n": "menu.alert.setting",
- "icon": "anticon-bulb",
- "link": "/alert/setting"
- },
- {
- "text": "告警通知",
- "i18n": "menu.alert.dispatch",
- "icon": "anticon-notification",
- "link": "/alert/notice"
- }
- ]
- }
- ]
- }
|