Big update of Clearadm
[clearscm.git] / clearadm / plotloadavg.cgi
index 853edd8..c8acbfa 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/local/bin/perl
 
 =pod
 
@@ -103,7 +103,7 @@ my @loads = $clearadm->GetLoadavg (
   $opts{scaling}
 );
 
-graphError "No loadavg data found for system $opts{system}"
+graphError "No loadavg data"
   unless @loads;
 
 my (@x, @y);
@@ -207,4 +207,4 @@ Please report problems to Andrew DeFaria <Andrew@ClearSCM.com>.
 
 Copyright (c) 2010, ClearSCM, Inc. All rights reserved.
 
-=cut
\ No newline at end of file
+=cut