Skip to content

Commit 0303aa9

Browse files
committed
1.update readme
2.update version to 2.1.6
1 parent 0db6b50 commit 0303aa9

File tree

3 files changed

+32
-30
lines changed

3 files changed

+32
-30
lines changed

README.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,20 @@ MS-Agent: Installed on Zabbix Server, used to receive alarms generated by Zabbix
3232
## Compatibility
3333

3434
| Zabbix Version | Compatibility |
35-
|:---------------| :------------ |
36-
| 6.4.x ||
37-
| 6.2.x ||
38-
| 6.0.x ||
39-
| 5.4.x ||
40-
| 5.2.x ||
41-
| 5.0.x LTS ||
42-
| 4.4.x ||
43-
| 4.2.x ||
44-
| 4.0.x LTS ||
45-
| 3.4.x | untested |
46-
| 3.2.x | untested |
47-
| 3.0.x LTS | untested |
35+
|:---------------|:-------------:|
36+
| 7.0.x LTS ||
37+
| 6.4.x ||
38+
| 6.2.x ||
39+
| 6.0.x LTS ||
40+
| 5.4.x ||
41+
| 5.2.x ||
42+
| 5.0.x LTS ||
43+
| 4.4.x ||
44+
| 4.2.x ||
45+
| 4.0.x LTS ||
46+
| 3.4.x | untested |
47+
| 3.2.x | untested |
48+
| 3.0.x LTS | untested |
4849

4950
## Documentation
5051

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

6162
## Compile
6263

63-
go >=1.21
64+
go >=1.22
6465

6566
```
6667
mkdir -p $GOPATH/src/github.com/canghai908

README.zh-CN.md

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,21 @@ MS-Agent: 安装在 Zabbix Server 上, 用于接收 Zabbix Server 产生的告
3232

3333
## 兼容性
3434

35-
| zabbix 版本 | 兼容性 |
36-
|:----------| :----- |
37-
| 6.4.x ||
38-
| 6.2.x ||
39-
| 6.0.x ||
40-
| 5.4.x ||
41-
| 5.2.x ||
42-
| 5.0.x LTS ||
43-
| 4.4.x ||
44-
| 4.2.x ||
45-
| 4.0.x LTS ||
46-
| 3.4.x | 未测试 |
47-
| 3.2.x | 未测试 |
48-
| 3.0.x LTS | 未测试 |
35+
| zabbix 版本 | 兼容性 |
36+
|:-------------|:-------:|
37+
| 7.0.x LTS ||
38+
| 6.4.x ||
39+
| 6.2.x ||
40+
| 6.0.x LTS ||
41+
| 5.4.x ||
42+
| 5.2.x ||
43+
| 5.0.x LTS ||
44+
| 4.4.x ||
45+
| 4.2.x ||
46+
| 4.0.x LTS ||
47+
| 3.4.x | 未测试 |
48+
| 3.2.x | 未测试 |
49+
| 3.0.x LTS | 未测试 |
4950

5051
## 文档
5152

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

6263
## 编译
6364

64-
环境:go >=1.21
65+
环境:go >=1.22
6566

6667
```
6768
mkdir -p $GOPATH/src/github.com/canghai908

control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
# release version
3-
version=2.1.5
3+
version=2.1.6
44

55
CWD=$(cd $(dirname $0)/; pwd)
66
cd $CWD

0 commit comments

Comments
 (0)