Skip to content

Commit

Permalink
1.update readme
Browse files Browse the repository at this point in the history
2.update version to 2.1.6
  • Loading branch information
canghai908 committed Sep 19, 2024
1 parent 0db6b50 commit 0303aa9
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 30 deletions.
29 changes: 15 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,20 @@ MS-Agent: Installed on Zabbix Server, used to receive alarms generated by Zabbix
## Compatibility

| Zabbix Version | Compatibility |
|:---------------| :------------ |
| 6.4.x ||
| 6.2.x ||
| 6.0.x ||
| 5.4.x ||
| 5.2.x ||
| 5.0.x LTS ||
| 4.4.x ||
| 4.2.x ||
| 4.0.x LTS ||
| 3.4.x | untested |
| 3.2.x | untested |
| 3.0.x LTS | untested |
|:---------------|:-------------:|
| 7.0.x LTS ||
| 6.4.x ||
| 6.2.x ||
| 6.0.x LTS ||
| 5.4.x ||
| 5.2.x ||
| 5.0.x LTS ||
| 4.4.x ||
| 4.2.x ||
| 4.0.x LTS ||
| 3.4.x | untested |
| 3.2.x | untested |
| 3.0.x LTS | untested |

## Documentation

Expand All @@ -60,7 +61,7 @@ MS-Agent: Installed on Zabbix Server, used to receive alarms generated by Zabbix

## Compile

go >=1.21
go >=1.22

```
mkdir -p $GOPATH/src/github.com/canghai908
Expand Down
31 changes: 16 additions & 15 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,21 @@ MS-Agent: 安装在 Zabbix Server 上, 用于接收 Zabbix Server 产生的告

## 兼容性

| zabbix 版本 | 兼容性 |
|:----------| :----- |
| 6.4.x ||
| 6.2.x ||
| 6.0.x ||
| 5.4.x ||
| 5.2.x ||
| 5.0.x LTS ||
| 4.4.x ||
| 4.2.x ||
| 4.0.x LTS ||
| 3.4.x | 未测试 |
| 3.2.x | 未测试 |
| 3.0.x LTS | 未测试 |
| zabbix 版本 | 兼容性 |
|:-------------|:-------:|
| 7.0.x LTS ||
| 6.4.x ||
| 6.2.x ||
| 6.0.x LTS ||
| 5.4.x ||
| 5.2.x ||
| 5.0.x LTS ||
| 4.4.x ||
| 4.2.x ||
| 4.0.x LTS ||
| 3.4.x | 未测试 |
| 3.2.x | 未测试 |
| 3.0.x LTS | 未测试 |

## 文档

Expand All @@ -61,7 +62,7 @@ MS-Agent: 安装在 Zabbix Server 上, 用于接收 Zabbix Server 产生的告

## 编译

环境:go >=1.21
环境:go >=1.22

```
mkdir -p $GOPATH/src/github.com/canghai908
Expand Down
2 changes: 1 addition & 1 deletion control
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
# release version
version=2.1.5
version=2.1.6

CWD=$(cd $(dirname $0)/; pwd)
cd $CWD
Expand Down

0 comments on commit 0303aa9

Please sign in to comment.