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. Bye, Martin _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
