app-data.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "app": {
  3. "name": "TANCLOUD",
  4. "description": "易用友好的高性能监控云"
  5. },
  6. "user": {
  7. "name": "Admin",
  8. "avatar": "./assets/img/avatar.svg",
  9. "email": "管理员"
  10. },
  11. "menu": [
  12. {
  13. "text": "总览",
  14. "i18n": "menu.main",
  15. "group": true,
  16. "hideInBreadcrumb": true,
  17. "children": [
  18. {
  19. "text": "仪表盘",
  20. "i18n": "menu.dashboard",
  21. "icon": "anticon-dashboard",
  22. "link": "/dashboard"
  23. }
  24. ]
  25. },
  26. {
  27. "text": "监控",
  28. "i18n": "menu.monitor",
  29. "group": true,
  30. "hideInBreadcrumb": true,
  31. "children": [
  32. {
  33. "text": "应用服务",
  34. "i18n": "menu.monitor.service",
  35. "icon": "anticon-cloud",
  36. "children": [
  37. {
  38. "text": "website",
  39. "link": "/monitors?app=website",
  40. "i18n": "monitor.app.website"
  41. },
  42. {
  43. "text": "api",
  44. "link": "/monitors?app=api",
  45. "i18n": "monitor.app.api"
  46. },
  47. {
  48. "text": "ping",
  49. "link": "/monitors?app=ping",
  50. "i18n": "monitor.app.ping"
  51. },
  52. {
  53. "text": "port",
  54. "link": "/monitors?app=port",
  55. "i18n": "monitor.app.port"
  56. }
  57. ]
  58. },
  59. {
  60. "text": "数据库",
  61. "i18n": "menu.monitor.db",
  62. "icon": "anticon-database",
  63. "children": [
  64. {
  65. "text": "Mysql",
  66. "link": "/monitors?app=mysql",
  67. "i18n": "monitor.app.mysql"
  68. },
  69. {
  70. "text": "Oracle",
  71. "link": "/monitors",
  72. "i18n": "monitor.app.oracle"
  73. },
  74. {
  75. "text": "Redis",
  76. "link": "/monitors",
  77. "i18n": "monitor.app.redis"
  78. }
  79. ]
  80. }
  81. ]
  82. },
  83. {
  84. "text": "告警",
  85. "i18n": "menu.alert",
  86. "group": true,
  87. "hideInBreadcrumb": true,
  88. "children": [
  89. {
  90. "text": "告警中心",
  91. "i18n": "menu.alert.center",
  92. "icon": "anticon-alert",
  93. "link": "/alert/center"
  94. },
  95. {
  96. "text": "告警配置",
  97. "i18n": "menu.alert.setting",
  98. "icon": "anticon-bulb",
  99. "link": "/alert/setting"
  100. },
  101. {
  102. "text": "告警通知",
  103. "i18n": "menu.alert.dispatch",
  104. "icon": "anticon-notification",
  105. "link": "/alert/notice"
  106. }
  107. ]
  108. }
  109. ]
  110. }