Pass admin user/pw in
[irspy-moved-to-github.git] / bin / irspy.pl
index e6c2cc3..05cd441 100755 (executable)
@@ -1,9 +1,9 @@
 #!/usr/bin/perl -w
 
 #!/usr/bin/perl -w
 
-# $Id: irspy.pl,v 1.2 2006-07-19 11:52:24 mike Exp $
+# $Id: irspy.pl,v 1.4 2006-09-20 16:31:54 mike Exp $
 #
 # Run like this:
 #
 # Run like this:
-#      YAZ_LOG=irspy,irspy_test,irspy_debug perl -I ../lib irspy.pl -t "bagel.indexdata.dk/gils z3950.loc.gov:7090/Voyager" localhost:1313/IR-Explain---1
+#      YAZ_LOG=irspy,irspy_test,irspy_debug perl -I ../lib irspy.pl -t "bagel.indexdata.dk/gils z3950.loc.gov:7090/Voyager" localhost:3313/IR-Explain---1
 
 use strict;
 use warnings;
 
 use strict;
 use warnings;
@@ -27,7 +27,7 @@ if (!defined $targetList && !$opts{a}) {
     exit 2;
 }
 
     exit 2;
 }
 
-my $spy = new ZOOM::IRSpy($dbname);
+my $spy = new ZOOM::IRSpy($dbname, "admin", "fruitbat");
 $spy->targets($targetList) if defined $targetList;
 $spy->initialise();
 my $res = $spy->check();
 $spy->targets($targetList) if defined $targetList;
 $spy->initialise();
 my $res = $spy->check();