summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjeff <jeff>2009-12-23 23:33:56 +0000
committerjeff <jeff>2009-12-23 23:33:56 +0000
commit131aba5f00163b03024dd78cbd4ebd8be6366105 (patch)
tree4289a429152516a6bbec43e66909b3e4da97fbba
parent0322f48d4907254405e49cc92e2dd8c6e7141331 (diff)
remove debugging
-rwxr-xr-xbin/monitor1
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();