On 8/1/07, Martin Bene <[EMAIL PROTECTED]> wrote: > Hi Andrew, > > > isn't some sort of output needed (since its passed to grep)? > > ocf_run sh -c "$WGET $WGETOPTS $STATUSURL | grep -Ei > > \"$TESTREGEX\" >/dev/null" > > The stuff passed to grep is the content of requested web page (passed > via stdout by the "-O- option"; The -q suppresses an informational > message about the requested URL that gets printed on stderr.
makes sense, i'll commit shortly _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
