mailscanner-mrtg question
Kevin Spicer
kevin at KEVINSPICER.CO.UK
Mon Dec 8 18:49:07 GMT 2003
On Mon, 2003-12-08 at 18:03, Gerry Doris wrote:
>No matter what I do I can't seem to change the scale of the graph to
>something smaller. I'd like to display KB of mail. How is that done?
This is scaled by mailscanner-mrtg itself so needs to be altered in the
mailscanner-mrtg script.
Assuming you are running the latest version...
Find the following fragment in /usr/sbin/mailscanner-mrtg (around line
666)
if ($_[0] =~ /mailbytes/){
# Mod to convert in MB
$Total /= 1024 * 1024;
}
And change it to...
if ($_[0] =~ /mailbytes/){
# Mod to convert in MB
$Total /= 1024;
}
You'll also need to change the mrtg cfg lines in
/etc/mrtg/mailscanner-mrtg.cfg (about line 36 onwards...) - hopefully
this should be fairly obvious (ustb turn all refernces to Mbytes in
Kbytes.
I hope to find a more graceful solution to this issue for the next
release.
--
Kevin Spicer (kevin AT kevinspicer DOT co DOT uk)
This message is digitally signed using the GNU Privacy Guard.
My public key may be obtained from http://www.keyserver.net
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://lists.mailscanner.info/pipermail/mailscanner/attachments/20031208/cda7b16d/attachment.bin
More information about the MailScanner
mailing list