API interface for HA management
| 文件 | 最后提交记录 | 最后更新时间 |
|---|
| !158 add mulan open source license * add mulan license | 5 年前 |
| 修改获取系统和服务信息为可以远程访问其他节点的方式 | 4 天前 |
| fix some spelling errors | 1 年前 |
| Fix some compilation problems | 25 天前 |
| add EditHeartbeat functions | 1 年前 |
| 增加并修改alarms.go单元测试用例 | 2 天前 |
| add install and compile documents | 5 年前 |
| 修改获取系统和服务信息为可以远程访问其他节点的方式 | 4 天前 |
| fix: handle session.NewManager error to avoid nil pointer panic | 3 天前 |
| Optimize the log module | 17 天前 |
| 修改项目路径 | 2 年前 |
| !359 error.go中使用slog替换log From: @bizhiyuan1 Reviewed-by: @xiangbudaomz | 4 天前 |
| Fix some compilation problems | 25 天前 |
| fixed spelling error | 1 年前 |
| !151 Modified the front-end code * Modified the front-end code | 5 年前 |
| update README.en.md. | 4 年前 |
| update documents, mostly zh-CN | 5 年前 |
| fix: fix HTTP body leaks and type assertion panic in cluster operations | 8 天前 |
| Fix some compilation problems | 25 天前 |
| Correct copyright information | 1 年前 |
| Fixe the returned info of alarms was empty | 2 年前 |
ha-api
介绍
HA管理平台后端REST API服务。
另外一个相关项目为HA-web,提供HA管理平台前端UI。
界面截图
TODO: 待添加截图
特性
易于使用.
文档
以下文档可帮助你了解该项目:
安装
该HA管理平台后端运行需要安装HA软件。
openEuler 20.03 LTS SP1系统中,你可以直接通过yum安装HA软件。
[root@ha1~]# yum install corosync pacemaker pcs fence-agents fence-virt corosync-qdevice sbd drbd drbd-utils
其他操作系统中,你可能需要自行编译HA软件并安装。
你可以在HA安装文档和ha-api构建文档中了解到更多信息
贡献
ha-api使用golang开发。我们使用Beego框架来构建高性能、可靠的管理平台。欢迎任何人进行贡献。如果你在使用或者开发当中有任何问题,你也可以通过提交issue的方式联系我们。
码云特性
- 使用 Readme_XXX.md 来支持不同的语言,例如 Readme_en.md, Readme_zh.md
- 码云官方博客 blog.gitee.com
- 你可以 https://gitee.com/explore 这个地址来了解码云上的优秀开源项目
- GVP 全称是码云最有价值开源项目,是码云综合评定出的优秀开源项目
- 码云官方提供的使用手册 https://gitee.com/help
- 码云封面人物是一档用来展示码云会员风采的栏目 https://gitee.com/gitee-stars/
API interface for HA management
定制我的领域