On Mar 20, 2008, at 3:20 AM, Tom wrote:
I would like to do so, but I see no way to do this.

zendisc.log doesn't have entries about the failed jobs.

"zendisc run > /usr/local/zenoss/log/zenlog.log" writes nothing in the file :)

Can somone tell me how to forward the output in a log?

I think it might be using STDERR. I've had success with the following. It tells the OS to send STDERR to the same place it is sending STDOUT.

zendisc run > /usr/local/zenoss/log/zenlog.log 2>&1
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to