-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,15 +28,20 @@ keywords: [ open source monitoring tool, Modbus monitoring ] | |
|
||
Parameter example: | ||
|
||
Coil register addresses: | ||
- 1,2[3] | ||
Coil register addresses: | ||
```text | ||
Check failure on line 32 in home/docs/help/modbus.md GitHub Actions / docs-buildFenced code blocks should be surrounded by blank lines
|
||
1,2[3] | ||
``` | ||
|
||
Parameter alias names: | ||
|
||
- holding-register:0 | ||
- holding-register:1-0 | ||
- holding-register:1-1 | ||
- holding-register:1-2 | ||
```yaml | ||
Check failure on line 37 in home/docs/help/modbus.md GitHub Actions / docs-buildFenced code blocks should be surrounded by blank lines
|
||
aliasFields: | ||
- responseTime | ||
- holding-register:0 | ||
- holding-register:1-0 | ||
- holding-register:1-1 | ||
- holding-register:1-2 | ||
``` | ||
| Metric Name | Metric Unit | Metric Help Description | | ||
|----------------------------|--------------|-----------------------------------------------------------------| | ||
|
@@ -48,16 +53,22 @@ Parameter alias names: | |
1. The number of parameters must match the total number of coil register addresses specified in the parameters. | ||
2. Alias format for parameters: coil:m or coil:m-n | ||
Parameter example: | ||
Parameter example: | ||
Coil register addresses: | ||
- 1,2[3] | ||
Coil register addresses: | ||
```text | ||
Check failure on line 59 in home/docs/help/modbus.md GitHub Actions / docs-buildFenced code blocks should be surrounded by blank lines
|
||
1,2[3] | ||
``` | ||
Check failure on line 61 in home/docs/help/modbus.md GitHub Actions / docs-buildTrailing spaces
|
||
|
||
Parameter alias names: | ||
- coil:0 | ||
- coil:1-0 | ||
- coil:1-1 | ||
- coil:1-2 | ||
```yaml | ||
Check failure on line 64 in home/docs/help/modbus.md GitHub Actions / docs-buildFenced code blocks should be surrounded by blank lines
|
||
aliasFields: | ||
- responseTime | ||
- coil:0 | ||
- coil:1-0 | ||
- coil:1-1 | ||
- coil:1-2 | ||
``` | ||
| Metric Name | Metric Unit | Metric Help Description | | ||
|---------------|--------------|-----------------------------------------------------------------| | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,14 +29,19 @@ keywords: [ open source monitoring tool, Modbus监控 ] | |
参数示例: | ||
|
||
线圈寄存器地址: | ||
- 1,2[3] | ||
```text | ||
Check failure on line 32 in home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/modbus.md GitHub Actions / docs-buildFenced code blocks should be surrounded by blank lines
|
||
1,2[3] | ||
``` | ||
|
||
参数别名名称: | ||
|
||
- holding-register:0 | ||
- holding-register:1-0 | ||
- holding-register:1-1 | ||
- holding-register:1-2 | ||
```yaml | ||
Check failure on line 37 in home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/modbus.md GitHub Actions / docs-buildFenced code blocks should be surrounded by blank lines
|
||
aliasFields: | ||
- responseTime | ||
- holding-register:0 | ||
- holding-register:1-0 | ||
- holding-register:1-1 | ||
- holding-register:1-2 | ||
``` | ||
| 指标名称 | 指标单位 | 指标帮助描述 | | ||
|---------|------|---------------------| | ||
|
@@ -51,17 +56,21 @@ keywords: [ open source monitoring tool, Modbus监控 ] | |
参数示例: | ||
线圈寄存器地址: | ||
- 1,2[3] | ||
```text | ||
Check failure on line 59 in home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/modbus.md GitHub Actions / docs-buildFenced code blocks should be surrounded by blank lines
|
||
1,2[3] | ||
``` | ||
|
||
参数别名名称: | ||
|
||
- coil:0 | ||
- coil:1-0 | ||
- coil:1-1 | ||
- coil:1-2 | ||
```yaml | ||
Check failure on line 64 in home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/modbus.md GitHub Actions / docs-buildFenced code blocks should be surrounded by blank lines
|
||
aliasFields: | ||
- responseTime | ||
- coil:0 | ||
- coil:1-0 | ||
- coil:1-1 | ||
- coil:1-2 | ||
``` | ||
| 指标名称 | 指标单位 | 指标帮助描述 | | ||
|------|------|---------------------| | ||
| 响应时间 | 毫秒 | Modbus服务器响应请求所需的时间。 | | ||
| 线圈状态 | | 线圈状态 (0或1) | | ||
|