mirror of
https://github.com/nezhahq/nezha.git
synced 2025-01-22 20:58:14 -05:00
📝 agent 更新
This commit is contained in:
parent
b1a1178fe5
commit
e11105b4be
11
README.md
11
README.md
@ -121,9 +121,9 @@ URL 里面也可放置占位符,请求时会进行简单的字符串替换。
|
|||||||
- transfer_out_cycle 周期内的出站流量
|
- transfer_out_cycle 周期内的出站流量
|
||||||
- transfer_all_cycle 周期内双向流量和
|
- transfer_all_cycle 周期内双向流量和
|
||||||
- cycle_start 周期开始日期(可以是你机器计费周期的开始日期)
|
- cycle_start 周期开始日期(可以是你机器计费周期的开始日期)
|
||||||
- cycle_interval 小时(可以设为1月,30*24)
|
- cycle_interval 小时(可以设为 1 月,30\*24)
|
||||||
- min/max、cover、ignore 参考基本规则配置
|
- min/max、cover、ignore 参考基本规则配置
|
||||||
- 示例: 3号机器的每月15号计费的出站月流量1T报警 `[{"type":"transfer_out_cycle","max":1000000000000,"cycle_start":"2021-07-15T08:00:00Z","cycle_interval":720,"cover":1,"ignore":{"3":true}}]`
|
- 示例: 3 号机器的每月 15 号计费的出站月流量 1T 报警 `[{"type":"transfer_out_cycle","max":1000000000000,"cycle_start":"2021-07-15T08:00:00Z","cycle_interval":720,"cover":1,"ignore":{"3":true}}]`
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
@ -248,13 +248,6 @@ restart() {
|
|||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details>
|
|
||||||
<summary>首页服务器随机闪烁掉线?</summary>
|
|
||||||
|
|
||||||
执行 `ntpdate 0.pool.ntp.org` 同步一下面板部署所在的服务器的时间,ref: [How do I use pool.ntp.org?](https://www.ntppool.org/en/use.html)
|
|
||||||
|
|
||||||
</details>
|
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>提示实时通道断开?</summary>
|
<summary>提示实时通道断开?</summary>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user