| { |
| "app": { |
| "name": "HertzBeat", |
| "description": " A real-time monitoring system with agentless, performance cluster, prometheus-compatible, custom monitoring and status page building capabilities." |
| }, |
| "user": { |
| "name": "Admin", |
| "avatar": "./assets/img/avatar.svg", |
| "email": "Administrator" |
| }, |
| "menu": [ |
| { |
| "text": "Guide", |
| "i18n": "menu.main", |
| "group": true, |
| "hideInBreadcrumb": true, |
| "children": [ |
| { |
| "text": "Dashboard", |
| "i18n": "menu.dashboard", |
| "icon": "anticon-dashboard", |
| "link": "/dashboard" |
| } |
| ] |
| }, |
| { |
| "key": "monitoring", |
| "text": "Monitoring", |
| "i18n": "menu.monitor", |
| "group": true, |
| "hideInBreadcrumb": true, |
| "children": [ |
| { |
| "text": "Monitor-center", |
| "i18n": "menu.monitor.center", |
| "icon": "anticon-laptop", |
| "link": "/monitors" |
| }, |
| { |
| "text": "Bulletin", |
| "i18n": "menu.monitor.bulletin", |
| "icon": "anticon-book", |
| "link": "/bulletin" |
| }, |
| { |
| "text": "Define", |
| "i18n": "menu.advanced.define", |
| "icon": "anticon-code", |
| "link": "/setting/define" |
| }, |
| { |
| "key": "service", |
| "text": "Service", |
| "i18n": "menu.monitor.service", |
| "icon": "anticon-appstore" |
| }, |
| { |
| "key": "program", |
| "text": "Program", |
| "i18n": "menu.monitor.program", |
| "icon": "anticon-code" |
| }, |
| { |
| "key": "db", |
| "text": "Database", |
| "i18n": "menu.monitor.db", |
| "icon": "anticon-console-sql" |
| }, |
| { |
| "key": "cache", |
| "text": "Cache", |
| "i18n": "menu.monitor.cache", |
| "icon": "anticon-group" |
| }, |
| { |
| "key": "os", |
| "text": "OS", |
| "hide": false, |
| "i18n": "menu.monitor.os", |
| "icon": "anticon-windows" |
| }, |
| { |
| "key": "mid", |
| "text": "Middleware", |
| "hide": false, |
| "i18n": "menu.monitor.mid", |
| "icon": "anticon-cluster" |
| }, |
| { |
| "key": "bigdata", |
| "text": "Bigdata", |
| "hide": false, |
| "i18n": "menu.monitor.bigdata", |
| "icon": "anticon-dot-chart" |
| }, |
| { |
| "key": "webserver", |
| "text": "WebServer", |
| "hide": false, |
| "i18n": "menu.monitor.webserver", |
| "icon": "anticon-database" |
| }, |
| { |
| "key": "cn", |
| "text": "CNCF", |
| "hide": false, |
| "i18n": "menu.monitor.cn", |
| "icon": "anticon-cloud-server" |
| }, |
| { |
| "key": "network", |
| "text": "Network", |
| "hide": false, |
| "i18n": "menu.monitor.network", |
| "icon": "anticon-global" |
| }, |
| { |
| "key": "server", |
| "text": "Server", |
| "hide": false, |
| "i18n": "menu.monitor.server", |
| "icon": "anticon-hdd" |
| }, |
| { |
| "key": "llm", |
| "text": "AiLLM", |
| "hide": false, |
| "i18n": "menu.monitor.llm", |
| "icon": "anticon-partition" |
| }, |
| { |
| "key": "custom", |
| "text": "Custom", |
| "i18n": "menu.monitor.custom", |
| "icon": "anticon-project" |
| } |
| ] |
| }, |
| { |
| "text": "Alarm", |
| "i18n": "menu.alert", |
| "group": true, |
| "hideInBreadcrumb": true, |
| "children": [ |
| { |
| "text": "Threshold", |
| "i18n": "menu.alert.setting", |
| "icon": "anticon-calculator", |
| "link": "/alert/setting" |
| }, |
| { |
| "text": "Converge", |
| "i18n": "menu.alert.converge", |
| "icon": "anticon-filter", |
| "link": "/alert/converge" |
| }, |
| { |
| "text": "Silence", |
| "i18n": "menu.alert.silence", |
| "icon": "anticon-audio-muted", |
| "link": "/alert/silence" |
| }, |
| { |
| "text": "Center", |
| "i18n": "menu.alert.center", |
| "icon": "anticon-alert", |
| "link": "/alert/center" |
| }, |
| { |
| "text": "Notice", |
| "i18n": "menu.alert.dispatch", |
| "icon": "anticon-notification", |
| "link": "/alert/notice" |
| } |
| ] |
| }, |
| { |
| "text": "Advanced", |
| "i18n": "menu.advanced", |
| "group": true, |
| "hideInBreadcrumb": true, |
| "children": [ |
| { |
| "text": "status", |
| "i18n": "menu.advanced.status", |
| "icon": "anticon-mobile", |
| "link": "/setting/status" |
| }, |
| { |
| "text": "collector", |
| "i18n": "menu.advanced.collector", |
| "icon": "anticon-cluster", |
| "link": "/setting/collector" |
| }, |
| { |
| "text": "tags", |
| "i18n": "menu.advanced.tags", |
| "icon": "anticon-tags", |
| "link": "/setting/tags" |
| }, |
| { |
| "text": "plugins", |
| "i18n": "menu.advanced.plugins", |
| "icon": "anticon-usb", |
| "link": "/setting/plugins" |
| } |
| ] |
| }, |
| { |
| "text": "More", |
| "i18n": "menu.extras", |
| "group": true, |
| "hideInBreadcrumb": true, |
| "children": [ |
| { |
| "text": "settings", |
| "i18n": "menu.extras.settings", |
| "icon": "anticon-setting", |
| "link": "/setting/settings" |
| }, |
| { |
| "text": "helpCenter", |
| "externalLink": "https://hertzbeat.apache.org/docs/help/guide", |
| "target": "_blank", |
| "i18n": "menu.extras.help", |
| "icon": "anticon-global" |
| } |
| ] |
| } |
| ] |
| } |