On Tue, 2004-03-09 at 21:25 -0600, [EMAIL PROTECTED] wrote:

> What I am wondering is, is if there is a way to still have the entries in
> me /etc/crontab to run MRTG at 5 minute intervals without having any
> output emailed out. can i make it come out to concole instead? anything to
> get it from emailing would be great as I am seeing ~2000 messages a day :/

By default output is emailed, else it is piped to wherever you want it
to go.

Pipe it to /dev/null

eg.

@hourly /bin/dontcare.sh > /dev/null
@hourly /bin/arrgh.sh  | mail -subject "Server is down" user1
@hourly /bin/msg.sh | sendsms -phone 016 333 3333

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to