We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a64c5c commit a7562bfCopy full SHA for a7562bf
releasenotes/notes/add-alerts-for-swap-availability-75e28ed7f913d1ec.yaml
@@ -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