######################################################### # 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]:

Local Mail Traffic

Represents email traffic in bytes transferred.

# ################################################## # # 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]:

Remote Mail Traffic

Represents email traffic in bytes transferred.

# ################################################## # # 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]:

Remote Relay Mail Traffic

# ################################################## # # count the local number of messages # this is for a small site that has only a few messages per hour, # so we set the multiplication factor high # Target[mail.local-msgs]: `/usr/local/bin/mrtg-mailstats -f 500` MaxBytes[mail.local-msgs]: 200 Title[mail.local-msgs]: Local Messages PageTop[mail.local-msgs]:

Local Messages - Multiplied

# # End ##################################################