From 11c5690a1b58bf7f4c2d9b458c744efac0cdad49 Mon Sep 17 00:00:00 2001 From: bustico Date: Wed, 19 Jul 2006 15:04:15 +0000 Subject: add a monitoring tool which log stats of what agent send to anothers agents --- example/ivyprobe.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'example/ivyprobe.pl') diff --git a/example/ivyprobe.pl b/example/ivyprobe.pl index d920f24..b229fd6 100755 --- a/example/ivyprobe.pl +++ b/example/ivyprobe.pl @@ -43,6 +43,7 @@ my %connected_applications; my %where_applications; &check_options; +$noReadLineMode = 1 unless -t; if (defined $classes) { @classes =split(/:/, $classes); -- cgit v1.1