You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: check-plugins/memory-usage/README.md
+14-9Lines changed: 14 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Overview
4
4
5
-
Displays the amount of free and used memory in the system and checks how much physical memory is left across platforms by using the `available` field.
5
+
Displays system memory usage and alerts on sustained high usage. Reports total/used/available/free plus shared/buffers/cached, and evaluates WARN/CRIT against the overall usage percentage. Perfdata is emitted for all fields so you can graph trends over time. With `--top`, the most memory-consuming processes are listed (by RSS and percentage) to aid quick diagnosis. Cross-platform on all psutil-supported systems (Linux, Windows, \*BSD, macOS).
@@ -85,8 +90,8 @@ Top5 most memory consuming processes:
85
90
86
91
## Troubleshooting
87
92
88
-
This checks sometimes reports \> 100% memory usage
89
-
That's fine, the RES column in `top` says the same if you sum up all values for a process (attention: the values in top's RES column are KB by default), and compare process memory to total physical system memory. The machine does not swap, so this is kind of Linux memory management mystery.
93
+
This checks sometimes reports \> 100% memory usage on Linux
94
+
That's fine, the RES column in `top` says the same if you sum up all values for a process (attention: the values in top's RES column are KB by default), and compare process memory to total physical system memory. If machine does not swap, this is kind of Linux memory management mystery.
Copy file name to clipboardExpand all lines: check-plugins/memory-usage/icingaweb2-module-director/memory-usage.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -146,7 +146,7 @@
146
146
"tpl-service-generic"
147
147
],
148
148
"max_check_attempts": 5,
149
-
"notes": "Displays amount of free and used memory in the system, checks against used memory in percent.",
149
+
"notes": "Displays system memory usage and alerts on sustained high usage. Reports total/used/available/free plus shared/buffers/cached, and evaluates WARN/CRIT against the overall usage percentage. Perfdata is emitted for all fields so you can graph trends over time. With `--top`, the most memory-consuming processes are listed (by RSS and percentage) to aid quick diagnosis. Cross-platform on all psutil-supported systems (Linux, Windows, *BSD, macOS).",
"notes": "Displays amount of free and used memory in the system, checks against used memory in percent.",
198
+
"notes": "Displays system memory usage and alerts on sustained high usage. Reports total/used/available/free plus shared/buffers/cached, and evaluates WARN/CRIT against the overall usage percentage. Perfdata is emitted for all fields so you can graph trends over time. With `--top`, the most memory-consuming processes are listed (by RSS and percentage) to aid quick diagnosis. Cross-platform on all psutil-supported systems (Linux, Windows, *BSD, macOS).",
0 commit comments