diff --git a/web/views/@default/clusters/ip-addrs/addr/reports.html b/web/views/@default/clusters/ip-addrs/addr/reports.html index 47f89a73..6f43dc33 100644 --- a/web/views/@default/clusters/ip-addrs/addr/reports.html +++ b/web/views/@default/clusters/ip-addrs/addr/reports.html @@ -6,6 +6,7 @@ 监控节点 + 检测时间 对象 级别 耗时 @@ -19,6 +20,7 @@ {{result.node.location}} {{result.node.isp}} + {{result.updatedTime}} {{result.targetDesc}} {{result.levelName}} diff --git a/web/views/@default/clusters/monitors/reporters/reporter/index.html b/web/views/@default/clusters/monitors/reporters/reporter/index.html index 6b2c8391..7c179d0d 100644 --- a/web/views/@default/clusters/monitors/reporters/reporter/index.html +++ b/web/views/@default/clusters/monitors/reporters/reporter/index.html @@ -68,19 +68,13 @@ {{reporter.secret}} - 命令行 + 配置文件(configs/api.yaml)
+ [下载] - 查看命令行 -
-
-

Linux、Mac OS X:

- edge-reporter run -api=[API HOST] -node-id={{reporter.uniqueId}} -secret={{reporter.secret}} - -

Windows:

- edge-reporter.exe run -api=[API HOST] -node-id={{reporter.uniqueId}} -secret={{reporter.secret}} - -

把上面命令行中的[API_HOST]换成你的API节点地址,包括协议、主机名端口。

-
+ rpc: + endpoints: [ {{apiEndpoints}} ] +nodeId: "{{reporter.uniqueId}}" +secret: "{{reporter.secret}}" \ No newline at end of file diff --git a/web/views/@default/clusters/monitors/reporters/reporter/results.html b/web/views/@default/clusters/monitors/reporters/reporter/results.html index a5a71650..edcb9509 100644 --- a/web/views/@default/clusters/monitors/reporters/reporter/results.html +++ b/web/views/@default/clusters/monitors/reporters/reporter/results.html @@ -6,14 +6,14 @@
- + +
- +   + [清除条件]
@@ -23,6 +23,7 @@ 类型 + 检测时间 对象 级别 耗时 @@ -31,6 +32,7 @@ {{result.typeName}} + {{result.updatedTime}} {{result.targetDesc}}