{"id":20458507,"url":"https://github.com/zmops/argusdbm","last_synced_at":"2025-04-13T05:45:25.803Z","repository":{"id":79681909,"uuid":"512806635","full_name":"zmops/ArgusDBM","owner":"zmops","description":"Argus 开源数据库一体化监控平台。致力于监控所有数据库。","archived":false,"fork":false,"pushed_at":"2023-06-07T13:59:47.000Z","size":60910,"stargazers_count":73,"open_issues_count":9,"forks_count":14,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-13T05:45:17.288Z","etag":null,"topics":["argus","dameng-exporter","database-monitoring","orabbix","prometheus-exporter","tdengine-monitoring","tidb-exporter","zabbix","zabbix-agent"],"latest_commit_sha":null,"homepage":"https://argus.zmops.cn/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zmops.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2022-07-11T15:14:37.000Z","updated_at":"2024-11-10T08:42:54.000Z","dependencies_parsed_at":"2024-01-29T00:58:36.091Z","dependency_job_id":null,"html_url":"https://github.com/zmops/ArgusDBM","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmops%2FArgusDBM","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmops%2FArgusDBM/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmops%2FArgusDBM/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmops%2FArgusDBM/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zmops","download_url":"https://codeload.github.com/zmops/ArgusDBM/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248670519,"owners_count":21142901,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["argus","dameng-exporter","database-monitoring","orabbix","prometheus-exporter","tdengine-monitoring","tidb-exporter","zabbix","zabbix-agent"],"created_at":"2024-11-15T12:12:49.713Z","updated_at":"2025-04-13T05:45:25.780Z","avatar_url":"https://github.com/zmops.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ArgusDBM  \n\n\u003e Argus 开源数据库一体化监控平台，致力于监控所有数据库。\n\n官网: [argus.zmops.cn](https://argus.zmops.cn/)\n\n## 🎡 \u003cfont color=\"green\"\u003e介绍\u003c/font\u003e\n\n- 源于 [HertzBeat](https://github.com/dromara/hertzbeat) ，专注于数据库方向，优美的可视化界面，所见即所得。\n- 开箱即用，**无需部署Agent**，配置IP端口账户等后即可监控，大大减少企业数据库监控流程。\n- 操作简单，快捷好用，深度结合我们在监控领域的最佳实践。\n- 无缝衔接Zabbix，自身可做为Agent对Zabbix的数据库监控短板增强。\n- 更自由化的阈值规则(计算表达式)，`邮件` `钉钉` `微信` `飞书` `短信` `Webhook` 等方式及时送达。\n\n---\n![argus](home/static/img/home/2.png)  \n---\n\n## 🐕 快速开始\n\n### 🐕 ArgusDBM安装\n\n\u003e ArgusDBM 支持通过源码安装启动，Docker容器运行和安装包方式安装部署，CPU架构支持X86/ARM64。\n\n#### 方式一：Docker方式快速安装\n\n1. `docker` 环境仅需一条命令即可开始\n\n`docker run -d -p 1159:1159 --name argusdbm walkingfunny/argusdbm`\n\n2. 浏览器访问 `localhost:1159` 即可开始，默认账号密码 `argus/argus`\n\n更多配置详细步骤参考 [通过Docker方式安装ArgusDBM](https://github.com/zmops/ArgusDBM/tree/main/home/docs/start/docker-deploy.md)\n\n#### 方式二：通过安装包安装\n\n1. 下载您系统环境对应的安装包 [GITHUB Release](https://github.com/zmops/argusdbm/releases)\n2. 需要已安装java环境, `jdk11`\n3. [可选]配置 ArgusDBM 的配置文件 `argusdbm/config/application.yml`\n4. 部署启动 `$ ./startup.sh `\n5. 浏览器访问 `localhost:1159` 即可开始，默认账号密码 `argus/argus`\n\n更多配置详细步骤参考 [通过安装包安装 ArgusDBM](https://github.com/zmops/ArgusDBM/tree/main/home/docs/start/package-deploy.md)\n\n#### 方式三：本地代码启动\n\n##### 后端本地代码启动\n\n1. 需安装 `maven3+`, `java11` 环境, `IDEA` 需安装 `lombok` 插件\n2. 主目录下执行 `mvn clean install`\n3. 启动 `springboot manager` 服务 `manager/src/main/java/com/zmops/open/manager/Manager.java`\n4. 后端服务 `swagger` 接口地址  http://localhost:1159/swagger-ui/index.html\n5. 默认账户密码  `argus/argus`\n\n##### 前端本地代码启动\n\n1. 需安装 `nodejs npm` 环境\n2. 在 `web-app` 目录下执行 `npm install`\n3. 启动前端服务 `npm run dev`, 浏览器访问 http://localhost:9527 即可\n4. 默认账户密码 `argus/argus`\n\n**HAVE FUN**\n\n## 💬 交流联系 \n\n##### 微信交流群\n\n加微信扫描下面账号二维码拉您进微信群。   \n\u003cimg alt=\"tan-cloud\" src=\"home/static/img/wechat.jpg\" width=\"200\"/\u003e\n\n##### QQ交流群\n\n加QQ群号 669329562 或 扫描下面的群二维码进群\n\n\u003cimg alt=\"tan-cloud\" src=\"home/static/img/qq.jpg\" width=\"200\"/\u003e\n\n\n## 🛡️ License\n[`Apache License, Version 2.0`](https://www.apache.org/licenses/LICENSE-2.0.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzmops%2Fargusdbm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzmops%2Fargusdbm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzmops%2Fargusdbm/lists"}