Skip to content

Commit

Permalink
B OpenNebula/one#6225: Fix FreeMemory10 alert (#2649)
Browse files Browse the repository at this point in the history
(cherry picked from commit 207acb6)
(cherry picked from commit e668f0b)
  • Loading branch information
sk4zuzu authored and rsmontero committed Jul 17, 2023
1 parent d49c37a commit 1c2f29a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/management_and_operations/monitor_alert/alerts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Group: AllInstances
+-----------------------+----------+-----------------------------------------------------------------------+
| FreeMemory10 | warning | Server has less than 10% of free memory |
+-----------------------+----------+-----------------------------------------------------------------------+
| | ``100 - ((node_memory_MemFree_bytes * 100) / node_memory_MemTotal_bytes) <= 10`` |
| | ``((node_memory_MemFree_bytes * 100) / node_memory_MemTotal_bytes) <= 10`` |
+-----------------------+----------+-----------------------------------------------------------------------+
| LoadAverage15 | warning | Server has more that 90% of load average in last 15 minutes |
+-----------------------+----------+-----------------------------------------------------------------------+
Expand Down

0 comments on commit 1c2f29a

Please sign in to comment.