app-data.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  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. }
  71. ]
  72. },
  73. {
  74. "text": "告警",
  75. "i18n": "menu.alert",
  76. "group": true,
  77. "hideInBreadcrumb": true,
  78. "children": [
  79. {
  80. "text": "告警中心",
  81. "i18n": "menu.alert.center",
  82. "icon": "anticon-alert",
  83. "link": "/alert/center"
  84. },
  85. {
  86. "text": "告警配置",
  87. "i18n": "menu.alert.setting",
  88. "icon": "anticon-bulb",
  89. "link": "/alert/setting"
  90. },
  91. {
  92. "text": "告警通知",
  93. "i18n": "menu.alert.dispatch",
  94. "icon": "anticon-notification",
  95. "link": "/alert/notice"
  96. }
  97. ]
  98. }
  99. ]
  100. }