On 8/1/07, Martin Bene <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm using heartbeat 2.1.1;
>
> When adding a monitor operation to the apache ocf script, I get a line
> in the logfile every time the monitor operation is done, i.e every 10
> seconds.
>
> Changing
>         WGETOPTS="-O- -nv -L"
> To
>         WGETOPTS="-O- -q -L"
>
> Fixes this for me.

isn't some sort of output needed (since its passed to grep)?
    ocf_run sh -c "$WGET $WGETOPTS $STATUSURL | grep -Ei
\"$TESTREGEX\" >/dev/null"
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to