Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed: interface info displays in Mb #1521

Merged
merged 27 commits into from
Jan 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
b11d617
[doc] modify CONTRIBUTING.md
Nov 30, 2023
0ef30ab
Merge branch 'master' into master
Calvin979 Nov 30, 2023
b464c6d
feature: update app-jvm.yml metrics i18n
Calvin979 Dec 2, 2023
5e50207
Merge branch 'dromara:master' into master
Calvin979 Dec 2, 2023
5bf5f81
Merge branch 'dromara:master' into master
Calvin979 Dec 3, 2023
d4f3f7e
feature: update app-redis.yml metrics i18n
Calvin979 Dec 5, 2023
db9d016
Merge branch 'master' into master
tomsun28 Dec 6, 2023
4038098
Merge branch 'dromara:master' into master
Calvin979 Dec 8, 2023
25e1754
feature: support for dns monitoring
Calvin979 Dec 10, 2023
2a03625
Merge branch 'dromara:master' into master
Calvin979 Dec 10, 2023
7c69f4f
doc: dns monitoring help document
Calvin979 Dec 10, 2023
3bb8ba3
Revert "doc: dns monitoring help document"
Calvin979 Dec 10, 2023
9e85b86
Merge remote-tracking branch 'origin/master'
Calvin979 Dec 10, 2023
16da3ed
feature: add alarm trigger time for alarm restore
Calvin979 Jan 1, 2024
2866561
feature: add alarm trigger time for alarm restore
Calvin979 Jan 1, 2024
a9e24a7
feature: add alarm trigger time for alarm restore
Calvin979 Jan 1, 2024
d1f65ea
Merge remote-tracking branch 'upstream/master'
Calvin979 Jan 1, 2024
c74c27e
feature: fix npt of webhook notify
Calvin979 Jan 6, 2024
9fda990
feature: sync fork
Calvin979 Jan 6, 2024
f94e18d
feature: delete failed test
Calvin979 Jan 6, 2024
0485ef9
feature: delete failed test
Calvin979 Jan 6, 2024
2829063
feature: delete failed test
Calvin979 Jan 6, 2024
242d17a
Merge branch 'dromara:master' into master
Calvin979 Jan 20, 2024
0acf768
Merge branch 'dromara:master' into master
Calvin979 Jan 28, 2024
a69f51d
fixed: interface info displays in Mb
Calvin979 Jan 29, 2024
80e48d2
Merge branch 'dromara:master' into master
Calvin979 Jan 29, 2024
9013d48
Merge remote-tracking branch 'origin/master'
Calvin979 Jan 29, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions manager/src/main/resources/define/app-almalinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -403,16 +403,19 @@ metrics:
en-US: Interface Name
- field: receive_bytes
type: 0
unit: byte
unit: Mb
i18n:
zh-CN: 入站数据流量
en-US: Receive Bytes
- field: transmit_bytes
type: 0
unit: byte
unit: Mb
i18n:
zh-CN: 出站数据流量
en-US: Transmit Bytes
units:
- receive_bytes=B->MB
- transmit_bytes=B->MB
protocol: ssh
ssh:
host: ^_^host^_^
Expand Down
7 changes: 5 additions & 2 deletions manager/src/main/resources/define/app-centos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -403,16 +403,19 @@ metrics:
en-US: Interface Name
- field: receive_bytes
type: 0
unit: byte
unit: Mb
i18n:
zh-CN: 入站数据流量
en-US: Receive Bytes
- field: transmit_bytes
type: 0
unit: byte
unit: Mb
i18n:
zh-CN: 出站数据流量
en-US: Transmit Bytes
units:
- receive_bytes=B->MB
- transmit_bytes=B->MB
protocol: ssh
ssh:
host: ^_^host^_^
Expand Down
7 changes: 5 additions & 2 deletions manager/src/main/resources/define/app-coreos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -403,16 +403,19 @@ metrics:
en-US: Interface Name
- field: receive_bytes
type: 0
unit: byte
unit: Mb
i18n:
zh-CN: 入站数据流量
en-US: Receive Bytes
- field: transmit_bytes
type: 0
unit: byte
unit: Mb
i18n:
zh-CN: 出站数据流量
en-US: Transmit Bytes
units:
- receive_bytes=B->MB
- transmit_bytes=B->MB
protocol: ssh
ssh:
host: ^_^host^_^
Expand Down
7 changes: 5 additions & 2 deletions manager/src/main/resources/define/app-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -403,16 +403,19 @@ metrics:
en-US: Interface Name
- field: receive_bytes
type: 0
unit: byte
unit: Mb
i18n:
zh-CN: 入站数据流量
en-US: Receive Bytes
- field: transmit_bytes
type: 0
unit: byte
unit: Mb
i18n:
zh-CN: 出站数据流量
en-US: Transmit Bytes
units:
- receive_bytes=B->MB
- transmit_bytes=B->MB
protocol: ssh
ssh:
host: ^_^host^_^
Expand Down
7 changes: 5 additions & 2 deletions manager/src/main/resources/define/app-euleros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -403,16 +403,19 @@ metrics:
en-US: Interface Name
- field: receive_bytes
type: 0
unit: byte
unit: Mb
i18n:
zh-CN: 入站数据流量
en-US: Receive Bytes
- field: transmit_bytes
type: 0
unit: byte
unit: Mb
i18n:
zh-CN: 出站数据流量
en-US: Transmit Bytes
units:
- receive_bytes=B->MB
- transmit_bytes=B->MB
protocol: ssh
ssh:
host: ^_^host^_^
Expand Down
7 changes: 5 additions & 2 deletions manager/src/main/resources/define/app-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -403,16 +403,19 @@ metrics:
en-US: Interface Name
- field: receive_bytes
type: 0
unit: byte
unit: Mb
i18n:
zh-CN: 入站数据流量
en-US: Receive Bytes
- field: transmit_bytes
type: 0
unit: byte
unit: Mb
i18n:
zh-CN: 出站数据流量
en-US: Transmit Bytes
units:
- receive_bytes=B->MB
- transmit_bytes=B->MB
protocol: ssh
ssh:
host: ^_^host^_^
Expand Down
7 changes: 5 additions & 2 deletions manager/src/main/resources/define/app-opensuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -403,16 +403,19 @@ metrics:
en-US: Interface Name
- field: receive_bytes
type: 0
unit: byte
unit: Mb
i18n:
zh-CN: 入站数据流量
en-US: Receive Bytes
- field: transmit_bytes
type: 0
unit: byte
unit: Mb
i18n:
zh-CN: 出站数据流量
en-US: Transmit Bytes
units:
- receive_bytes=B->MB
- transmit_bytes=B->MB
protocol: ssh
ssh:
host: ^_^host^_^
Expand Down
7 changes: 5 additions & 2 deletions manager/src/main/resources/define/app-redhat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -403,16 +403,19 @@ metrics:
en-US: Interface Name
- field: receive_bytes
type: 0
unit: byte
unit: Mb
i18n:
zh-CN: 入站数据流量
en-US: Receive Bytes
- field: transmit_bytes
type: 0
unit: byte
unit: Mb
i18n:
zh-CN: 出站数据流量
en-US: Transmit Bytes
units:
- receive_bytes=B->MB
- transmit_bytes=B->MB
protocol: ssh
ssh:
host: ^_^host^_^
Expand Down
7 changes: 5 additions & 2 deletions manager/src/main/resources/define/app-rockylinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -403,16 +403,19 @@ metrics:
en-US: Interface Name
- field: receive_bytes
type: 0
unit: byte
unit: Mb
i18n:
zh-CN: 入站数据流量
en-US: Receive Bytes
- field: transmit_bytes
type: 0
unit: byte
unit: Mb
i18n:
zh-CN: 出站数据流量
en-US: Transmit Bytes
units:
- receive_bytes=B->MB
- transmit_bytes=B->MB
protocol: ssh
ssh:
host: ^_^host^_^
Expand Down
7 changes: 5 additions & 2 deletions manager/src/main/resources/define/app-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -403,16 +403,19 @@ metrics:
en-US: Interface Name
- field: receive_bytes
type: 0
unit: byte
unit: Mb
i18n:
zh-CN: 入站数据流量
en-US: Receive Bytes
- field: transmit_bytes
type: 0
unit: byte
unit: Mb
i18n:
zh-CN: 出站数据流量
en-US: Transmit Bytes
units:
- receive_bytes=B->MB
- transmit_bytes=B->MB
protocol: ssh
ssh:
host: ^_^host^_^
Expand Down
Loading