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

HtmlDir: /d/home/jeffs/public_html/mrtg
ImageDir: /d/home/jeffs/public_html/mrtg
LogDir: /d/home/jeffs/mrtg/log
ThreshDir: /d/home/jeffs/mrtg
Title[angel-network]: "Network Traffic Analysis on angel"
Title[angel-disk]: "mass storage utilization on angel"
MaxBytes[angel-network]: 1250000
MaxBytes[angel-disk]: 1250000

# Measure network traffic
Target[angel-network]: ifOutOctets.1&ifOutOctets.2:cvv_test@angel.commercialventvac.com

# Message disk storage
Target[angel-disk]: HOST-RESOURCES-MIB::hrStorageUsed.6&HOST-RESOURCES-MIB::hrStorageUsed.5:cvv_test@angel.commercialventvac.com


