]> git.etc.gen.nz Git - spong.git/commitdiff
readded code to calc number of jobs that was removed by mistake
authorStephen L Johnson <sjohnson@monsters.org>
Fri, 28 Sep 2001 19:16:59 +0000 (19:16 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Fri, 28 Sep 2001 19:16:59 +0000 (19:16 +0000)
src/lib/Spong/Client/plugins/check_cpu

index d7b5c1141cd2bf99a86e1d4932688ea40f423236..bc59d110fff14532079151d896bbfef5f95b50dc 100755 (executable)
@@ -4,7 +4,7 @@ $CHECKFUNCS{'cpu'} = \&check_cpu;
 # This routine checks the 5min CPU load avg from the uptime comand. This
 # check also return a status of warning if the uptime is less then 1 hour.
 
-# $Id: check_cpu,v 1.2 2001/09/16 18:08:39 sljohnson Exp $
+# $Id: check_cpu,v 1.3 2001/09/28 19:16:59 sljohnson Exp $
 
 use Spong::SafeExec qw(safe_exec);
 
@@ -19,6 +19,7 @@ sub check_cpu {
 
    my @msg = safe_exec($PS,30); 
    for ( 0..10 ) { $message .= $msg[$_] };
+   $jobs = $#msg; # num of jobs is 1 less number of entries in @msg
 
    # Check to see if the system has only been up a short time, and if it has
    # only been less then an hour, send a page