summaryrefslogtreecommitdiff
path: root/example/ivyprobe.pl
diff options
context:
space:
mode:
authorbustico2006-07-19 15:04:15 +0000
committerbustico2006-07-19 15:04:15 +0000
commit11c5690a1b58bf7f4c2d9b458c744efac0cdad49 (patch)
treefa393f6375d158087dfb3de59e0f6acad4c9de7a /example/ivyprobe.pl
parente869853549163713adb36212500185ab0672ea39 (diff)
downloadivy-perl-11c5690a1b58bf7f4c2d9b458c744efac0cdad49.zip
ivy-perl-11c5690a1b58bf7f4c2d9b458c744efac0cdad49.tar.gz
ivy-perl-11c5690a1b58bf7f4c2d9b458c744efac0cdad49.tar.bz2
ivy-perl-11c5690a1b58bf7f4c2d9b458c744efac0cdad49.tar.xz
add a monitoring tool which log stats of what agent send to anothers agents
Diffstat (limited to 'example/ivyprobe.pl')
-rwxr-xr-xexample/ivyprobe.pl1
1 files changed, 1 insertions, 0 deletions
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);