######################################################### # Mail server stats # # gather statistics on the local machine # count bytes transferred instead of messages # Target[mail.localhost]: `/usr/local/bin/mrtg-mailstats -b` # NB: I don't know what a good number for MaxBytes is here... MaxBytes[smtp.localhost]: 1250000 Title[mail.localhost]: Local Mail Traffic PageTop[mail.netsrv]:
# ################################################## # # gather statistics from a remote machine with the mailerstats # program running on port 4402 # count bytes instead of messages Target[mail.remote]: `/usr/local/bin/mrtg-mailstats -b -s smtp.somewhere.org -p 4402` MaxBytes[mail.remote]: 1250000 Title[mail.remote]: Remote Mail Traffic PageTop[mail.remote]:
# ################################################## # # gather statistics on the relay mailer at a remote site # we assume that this site is very busy, so we don't # specify a multiplication factor (defaults to 1) # count messages Target[mail.relay-remote]: `/usr/local/bin/mrtg-mailstats -s smtp.somewhere.org -m relay` # NB: this MaxBytes is completely unfounded... MaxBytes[mail.relay-remote]: 1250000 Title[mail.relay-remote]: Remote Relay Mail PageTop[mail.relay-remote]: