<br>
<br><tt><font size=2>Henrik "Størner" <henrik@hswn.dk>
schrieb am 23.12.2010 16:20:40:<br>
<br>
Hy Henrik,</font></tt>
<br><tt><font size=2>...<br>
> <br>
> I'd guess that the urlplus.pl script doesn't use the "bbhostgrep"
or<br>
> "xymongrep" tools to search the hosts.cfg (bb-hosts) file.
But I <br>
> haven't looked at this script, so I could be wrong.<br>
> </font></tt>
<br>
<br><tt><font size=2>According to "grep -i grep urlplus.pl":</font></tt>
<br><tt><font size=2><br>
my $BBHOSTGREP = $ENV{'XYMONHOME'}."/bin/xymongrep";<br>
my @hostgrepin = qx($BBHOSTGREP $BBTAG);<br>
foreach $hostline (@hostgrepin)<br>
my @hostgrepin = qx(cat $CFGPATH/$CFGFILE);<br>
foreach $hostline (@hostgrepin)<br>
            $url=qx(curl -S -s -k -m $tout
-b $COOKIE_DIR $other -I $pstr $form "$url"|grep Location|sed
"s/Location: //" 2>&1);</font></tt>
<br><tt><font size=2>.</font></tt>
<br>
<br><tt><font size=2>where $BBTAG contains "urlplus".</font></tt>
<br>
<br><tt><font size=2>Yours</font></tt>
<br><tt><font size=2>hjb</font></tt>