You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cmd/cluster-health.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,8 @@ The syntax is `[max_members:]warn_threshold:crit_threshold`.
27
27
-`warn_threshold` – number or percentage of faulty nodes that triggers a **WARNING**.
28
28
-`crit_threshold` – number or percentage of faulty nodes that triggers a **CRITICAL**.
29
29
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.
0 commit comments