#Directory Where The Graphs Will Be Saved WorkDir: E:\mrtg-graphs\Imail\bytes ################################################################## # MRTG -- Example Configuration File # to integrate ImailMRTG.EXE to MRTG ################################################################## # This file is for use with mrtg-2.10.13 # # Note: # # * Keywords must start at the begin of a line. # # * Lines which follow a keyword line which do start # with a blank are appended to the keyword line # # * Empty Lines are ignored # # * Lines starting with a # sign are comments. # ################################################################## Title[index]: Total Bytes PageTop[index]:

Server: your.servername.com
Bytes In / Bytes Out

################################################################## # We set MaxBytes to the time in ms that we consider "normal" for # an unused link, so that the per-cent values show how much you # are off when the line is used more heavily. you also have to # set AbsMax, otherwise values greate than MaxBytes would be # ignored. MaxBytes[index]: 100 AbsMax[index]: 100000000 ################################################################## # Set gauge, to treat the values gathered from target as absolute # and not as counters. Options[index]: gauge,unknaszero,nopercent,growright ################################################################## # Call the imail2mrtg tool. You can include arguments define # what to log. Target[index]: `E:\\mrtg-2.10.13\\bin\\ImailMrtg.EXE -s E:\\imail\\spool -b 2048 -bytes` ################################################################## # We have to change all labels of the graph. # YLegend[index]: Bytes ShortLegend[index]: Bytes #Colours[index]: BLUE#1000ff,BLUE#1000ff,BLUE#1000ff,BLUE#1000ff Legend1[index]: Bytes In Legend2[index]: Bytes Out LegendI[index]:  Bytes In LegendO[index]:  Bytes Out ################################################################## # You might want to include Peaks or not. #WithPeak[index]: y Interval: 5 RunAsDaemon: yes