From c007fc642c1e4274da6009562113e0a83527e40c Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch> Date: Fri, 22 Dec 2023 14:02:57 +0100 Subject: [PATCH] fix help text --- check_proc_mem | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/check_proc_mem b/check_proc_mem index 2964e07..cc73aeb 100755 --- a/check_proc_mem +++ b/check_proc_mem @@ -67,11 +67,9 @@ EXAMPLE: $_self Check processes with initial memory values - $_self -d /data/mybackups - Check iso files a given directory - - $_self -d /data/mybackups -w 14 -c 28 - Check iso files a given directory and customized limits + $_self -w 1000 -c 2000 + Check processes consuming more than 1000 MB and mark those as critical + that use more than 2000 MB. EOF } -- GitLab