mrtg/mrtg.cfg

28 lines
745 B
INI
Raw Normal View History

auto-import changelog data from mrtg-2.9.6-5.src.rpm Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com> - set LIBS=-lfreetype and LDFLAGS="-lgd -lpng -lfreetype -lm" to link the gd support with freetype, which it needs - remove Packager: tag (was Packager: Tim Verhoeven <dj@sin.khk.be>) Mon May 21 2001 Tim Powers <timp@redhat.com> - rebuilt for the distro Mon Mar 05 2001 Tim Powers <timp@redhat.com> - fixed bad group Thu Dec 14 2000 Tim Powers <timp@redhat.com> - updated to 2.9.6 Tue Dec 12 2000 Tim Powers <timp@redhat.com> - updated to 2.9.5 Mon Nov 20 2000 Tim Powers <timp@redhat.com> - rebuilt to fix bad dir perms Mon Nov 13 2000 Tim Powers <timp@redhat.com> - using this new spec for 7.1 build Fri Oct 27 2000 Henri Gomez <hgomez@slib.fr> [2.9.4] - compiled on Redhat 6.1 box plus updates with rpm-3.0.5 Thu Oct 26 2000 Henri Gomez <hgomez@slib.fr> [2.9.2] - clean up spec file for 2.9 release (no .gif, cfgmaker_ip removed) - mrtg 2.9 look for .pm in /usr/lib/mrtg2, so no more need to relocate .pm at post time. - mrtg config (mrtg.cfg) goes now in /etc/mrtg/ - added manual to rpm - spec file adapted to RH 7.0 Wed Feb 09 2000 Tim Verhoeven <dj@sin.khk.be> [2.8.12] - source archiv changed back to .gz - upgraded to mrtg version 2.8.12 Sat Nov 13 1999 Peter Hanecak <hanecak@megaloman.sk> [2.8.9] - source archiv changed to .bz2 Fri Aug 27 1999 Henri Gomez <gomez@slib.fr> [2.8.8] - important release since rrd support is added It came from Rainer Bawidamann work. If you have rrdtool RPM installed, just add UseRRDTool: Yes in your config files. - added latest patch for mrtg-rrd. - to convert your mrtg logs to rrd format, use log2rrd.pl you can found on rrdtool package. Mon Aug 16 1999 Henri Gomez <gomez@slib.fr> [2.8.6] Fri Jul 23 1999 Henri Gomez <gomez@slib.fr> [2.8.4] - mrtg could use now png instead of gif via gd1.6.1 but since gd1.6.1 remove all gif reference it could break your dependencies, so we don't use it for now. Tue Jun 15 1999 Henri Gomez <gomez@slib.fr> [2.7.5] - removed gd-devel requires, RH5.x use libgd-devel and RH6 gd-devel. - removed CR from perl files in contrib. - added cfgmaker_ip in binaries. - rework modules install/de-install for RH5.x/6.0 compat Wed Jun 09 1999 Henri Gomez <gomez@slib.fr> [2.7.4-2] - set perl path for contribs - set SNMP's perl to /usr/lib/perl5/site_perl (clean for RH5.x and RH6.0) Wed May 05 1999 Ian Macdonald <ianmacd@xs4all.nl> [2.7.4-1] - changed Perl module installation to be version independent - changed libgd dependency to gd - changed URL - strip binaries - include contrib directory as documentation Tue Mar 02 1999 Henri Gomez <gomez@slib.fr> [2.6.6] Wed Feb 17 1999 Henri Gomez <gomez@slib.fr> [2.6.4] - removed mrtg-squid (specific OIDS) - cfgmaker and indexmaker now /usr/bin - libgd must be >= 1.3 Fri Jan 29 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-3] - Added mrtg-squid to monitor squid (specific OIDS) Thu Jan 28 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-2] - applied squid snmp patch Wed Jan 27 1999 Henri Gomez <gomez@slib.fr> [2.5.4c-1] - upgraded to 2.5.4c. - added require libgd-devel Mon Nov 30 1998 Arne Coucheron <arneco@online.no> [2.5.4a-1] Thu Jun 18 1998 Arne Coucheron <arneco@online.no> [2.5.3-1] - using %{name} and %{version} macros - using %defattr macro in filelist - using install -d in various places instead of cp - added -q parameter to %setup - removed older changelogs
2004-09-09 08:47:31 +00:00
######################################################################
# 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>