{ "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": "告警", "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" } ] } ] }