summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorjeff <jeff>2009-12-23 23:33:29 +0000
committerjeff <jeff>2009-12-23 23:33:29 +0000
commitc7c3d9669ba1e30d0bb732a2b5f899d74e6d7473 (patch)
tree38db728948e319ed315c0881dc3a64e5376b5453 /bin
parent63b8289fb8892e6a168a89034b710fbe936ce9b4 (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();