Skip to content

Commit

Permalink
Add releasenote for swap space monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
seunghun1ee committed May 21, 2024
1 parent 8a64c5c commit 643aa78
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
features:
- |
Added two alerts (Warning and critical) that are triggered when the ratio
of (free_swap_sppace / total_swap_space) is below thresholds.
Each threshold can be modified by alterting value of
``alertmanager_node_free_swap_warning_threshold_ratio`` and
``alertmanager_node_free_swap_critical_threshold_ratio``.
Currently this solution has limitation of having one-size fits all policy.
This can cause unwanted alerts for the hosts which utilise swap heavily
Therefore it is recommended to tune the thresholds or apply silence rules
for the needs.

0 comments on commit 643aa78

Please sign in to comment.