Skip to content

Commit 82b93cf

Browse files
authored
lowered thresholds (#3968)
1 parent feddcee commit 82b93cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/rest-api/pages/rest-cluster-email-notifications.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ When a threshold is fully enabled, its value is an integer between `1` and `100`
177177
Thresholds are enabled, disabled, and configured by means of `POST /settings/alerts/limits`; and their values are retrieved by means of `GET /settings/alerts/limits`.
178178
+
179179
The thresholds are intended to be assigned values in ascending order; with `memoryNoticeThreshold` the lowest, and `memoryCriticalThreshold` the highest.
180-
The default values are, for `memoryNoticeThreshold` `-1` (meaning disabled), for `memoryWarningThreshold` `90`, and for `memoryCriticalThreshold` `95`.
180+
The default values are, for `memoryNoticeThreshold` `-1` (meaning disabled), for `memoryWarningThreshold` `85`, and for `memoryCriticalThreshold` `90`.
181181
182182
[#setting-memcache-alert-threshold]
183183
* `memcachedSystemConnectionWarningThreshold`. Trigger the `xref:manage:manage-settings/configure-alerts.adoc#memcached-alert [memcached_connections]` alert if the number of `system` connections in use exceeds the given percentage of connections available. (E.g., set this value to `90` to trigger an alert if the system connections used by the data service exceed 90% of the connections available.)

0 commit comments

Comments
 (0)