diff options
| author | jeff <jeff> | 2009-12-23 23:32:45 +0000 | 
|---|---|---|
| committer | jeff <jeff> | 2009-12-23 23:32:45 +0000 | 
| commit | 941599b7c5ccba1cb208577470eaecf70437d1cf (patch) | |
| tree | 689d425192984f53727de9f8be7ba60ffecd5c5f | |
| parent | 7075c6179e16bf0a4c6358cbfbb0a42fcb890f39 (diff) | |
remove debugging
| -rwxr-xr-x | bin/monitor | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/bin/monitor b/bin/monitor index 2f83d87fb..b0b5706bb 100755 --- a/bin/monitor +++ b/bin/monitor @@ -46,7 +46,6 @@ while (1) {         || ( time() < $last + 1800 && $alerts > 2 ) )    {      warn localtime(). ": $machine has load of $load and $free kB free memory\n"; -    warn "last is $last and alerts is $alerts\n";      $alerts++;      $alerts = 0 if time() > $last + 1800;      $last = time(); | 
