summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorjeff <jeff>2009-12-23 23:32:45 +0000
committerjeff <jeff>2009-12-23 23:32:45 +0000
commit941599b7c5ccba1cb208577470eaecf70437d1cf (patch)
tree689d425192984f53727de9f8be7ba60ffecd5c5f /bin
parent7075c6179e16bf0a4c6358cbfbb0a42fcb890f39 (diff)
remove debugging
Diffstat (limited to 'bin')
-rwxr-xr-xbin/monitor1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/monitor b/bin/monitor
index 2f83d87..b0b5706 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();