28 lines
745 B
INI
28 lines
745 B
INI
|
######################################################################
|
||
|
# Multi Router Traffic Grapher -- Example Configuration File
|
||
|
######################################################################
|
||
|
# This file is for use with mrtg-2.0
|
||
|
#
|
||
|
# 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.
|
||
|
|
||
|
# Where should the logfiles, and webpages be created?
|
||
|
|
||
|
# Minimal mrtg.cfg
|
||
|
#--------------------
|
||
|
|
||
|
WorkDir: @WORKDIR@
|
||
|
#Target[r1]: 2:public@myrouter.somplace.edu
|
||
|
#MaxBytes[r1]: 1250000
|
||
|
#Title[r1]: Traffic Analysis
|
||
|
#PageTop[r1]: <H1>Stats for our Ethernet</H1>
|
||
|
|