Skip to content

Commit a7562bf

Browse files
committed
Add releasenote for swap space monitoring
1 parent 8a64c5c commit a7562bf

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
features:
3+
- |
4+
Added two alerts (Warning and critical) that are triggered when the ratio
5+
of (free_swap_sppace / total_swap_space) is below thresholds.
6+
Each threshold can be modified by alterting value of
7+
``alertmanager_node_free_swap_warning_threshold_ratio`` and
8+
``alertmanager_node_free_swap_warning_threshold_ratio``.
9+
10+
Currently this solution has limitation of having one-size fits all policy.
11+
This can cause unwanted alerts for the hosts which utilise swap heavily
12+
Therefore it is recommended to tune the threshold or apply silence rules
13+
for the needs.

0 commit comments

Comments
 (0)