Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion docs/docs/en/guide/alert/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ If you need to use `Http script` for alerting, create an alert instance in the a
| Body | The request body of the `Http` request in JSON format, when using `POST` or `PUT` method to alert. |
| Content Type | The content-type of header. |

> Alarm message supports variables `$msg`, which can be used in `URL`, `Headers`, and `Body`.
> Alarm message supports variables `${msg}`, which can be used in `URL`, `Headers`, and `Body`.

### GET HTTP

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/zh/guide/alert/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
| 请求体(Body) | Http`请求的完整请求体,以JSON为格式,非必填 |
| Content-Type | 请求体的`Content-Type`,默认为`application/json` |

> 告警消息,支持变量`$msg`,可在`URL`,`请求头`,`请求体`中使用,非必填。
> 告警消息,支持变量`${msg}`,可在`URL`,`请求头`,`请求体`中使用,非必填。

### GET Http告警

Expand Down
Loading