Skip to content

Commit ab9fd90

Browse files
committed
docs: language
1 parent 77e0499 commit ab9fd90

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/cmd/cluster-health.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ The syntax is `[max_members:]warn_threshold:crit_threshold`.
2727
- `warn_threshold` – number or percentage of faulty nodes that triggers a **WARNING**.
2828
- `crit_threshold` – number or percentage of faulty nodes that triggers a **CRITICAL**.
2929

30-
Thresholds can be absolute numbers (e.g., `1`) or percentages (e.g., `30%`). Mixed forms are allowed (e.g., `4:1:3`). Multiple `--cluster-threshold` flags may be given for different cluster sizes. Exactly one `--cluster-threshold` must omit `max_members` and acts as a fallback for any cluster size.
30+
Thresholds may be specified as absolute numbers (e.g., `1`) or percentages (e.g., `30%`). Mixed forms are allowed (e.g.,
31+
4:1:50%). You can supply multiple --cluster-threshold flags for different cluster sizes; exactly one `--cluster-threshold` must omit `max_members` and will serve as the fallback for any cluster size.
3132

3233
Examples:
3334

0 commit comments

Comments
 (0)