From d757d7b29a243616e5c99989bd769e1f8c10bc55 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Sat, 1 Jun 2024 22:02:55 +0200 Subject: [PATCH] Update 0.2.0.md --- documentation/docs/changelog/0.2.0.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/documentation/docs/changelog/0.2.0.md b/documentation/docs/changelog/0.2.0.md index 8354c1f2..0666e87c 100644 --- a/documentation/docs/changelog/0.2.0.md +++ b/documentation/docs/changelog/0.2.0.md @@ -9,6 +9,7 @@ Not yet released. ### 🚀 New features +- [SWAP Usage notification and cleanup](#swap-notifications) ### 🐛 Bug fixes - Fixed 500 error on `/pm2` when installing Python application. @@ -20,3 +21,20 @@ Not yet released. - [terms & conditions modal on first login to OpenAdmin](https://i.postimg.cc/L5JKBzKV/image.png) - [Customize Openpanel installation process](https://openpanel.co/install) + + + +### SWAP Notifications + +SWAP usage can now also be monitored. When it reaches the threshold, you will receive a notification, and the Sentinel service will clear the swap. Once the process is complete, you will receive another notification. + +SWAP usage can also be monitored. When the treshold is reached you will receive a notification and the Sentiel service will clear the swap. After it is completed you will receive another notification. + +![swap-usage notifications](https://i.postimg.cc/nLTK7LbH/image.png) + +To change the swap usage treshold from terminal +```bash +opencli admin notifications update swap 90 +``` + +