diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-10-17 09:30:23 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-10-17 09:30:23 +0000 |
commit | 517a443636daa1e8085cb4e5325524a54e8a8fd7 (patch) | |
tree | 5352109cc7cd5122274ab0cfc1f887b685f04edf /web/api/badges | |
parent | Releasing debian version 1.42.4-1. (diff) | |
download | netdata-517a443636daa1e8085cb4e5325524a54e8a8fd7.tar.xz netdata-517a443636daa1e8085cb4e5325524a54e8a8fd7.zip |
Merging upstream version 1.43.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'web/api/badges')
-rw-r--r-- | web/api/badges/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/web/api/badges/README.md b/web/api/badges/README.md index e83186bb2..f6c031181 100644 --- a/web/api/badges/README.md +++ b/web/api/badges/README.md @@ -77,11 +77,11 @@ Here is what you can put for `options` (these are standard Netdata API options): - `alarm=NAME` - Render the current value and status of an alarm linked to the chart. This option can be ignored if the badge to be generated is not related to an alarm. + Render the current value and status of an alert linked to the chart. This option can be ignored if the badge to be generated is not related to an alert. - The current value of the alarm will be rendered. The color of the badge will indicate the status of the alarm. + The current value of the alert will be rendered. The color of the badge will indicate the status of the alert. - For alarm badges, **both `chart` and `alarm` parameters are required**. + For alert badges, **both `chart` and `alarm` parameters are required**. - `dimensions=DIMENSION1|DIMENSION2|...` |