summaryrefslogtreecommitdiff
path: root/bin/monitor
diff options
context:
space:
mode:
Diffstat (limited to 'bin/monitor')
-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();