summaryrefslogtreecommitdiff
path: root/net/mrtg
AgeCommit message (Collapse)AuthorFilesLines
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-08Print 0 when the number of IRQs has become negative instead of nothing (whichbouyer1-2/+6
confuses mrtg).
2001-01-29Add automatic ${VARIABLE} handling for MESSAGE files.wiz2-9/+4
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced, not @VARIABLE@, nor @@VARIABLE@@). By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX, X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST. Clean up some packages while I'm there; add RCS tags to most MESSAGEs. Remove some uninteresting MESSAGEs.
2000-10-23Change maintainer to myself, per request of Hubertbouyer1-2/+2
2000-10-20Ops, cfgmaker_ip isn't here any morebouyer1-2/+1
2000-10-20Upgrate to mrtg 2.9.2, and change maintainer back to packages@netbsd.orgbouyer8-42/+139
(Todd Vierling doesn't use mrtg any more :) Changes from 2.8.12: MRTG 2.9 is the biggest change in MRTG since the release of MRTG 2.0. So let's hear the news first: * The rrdtool integration allows for massively increased logging performance. * Routers which change their interface numbers are no problem any more. MRTG can now reliably address interfaces by IP, MAC, Description, Name and Type. The cfgmaker tool has been rewritten from scratch and allows to generate configurations with any of the above mentioned interface addressing methods. * Indexmaker has be rewritten from scratch, it is now much more flexible and fully documented. * All the MRTG documentation has been reviewed and ported to perls "Plain Old Documentation (POD)" format. This allows to provide all documentation in text, HTML and man format. It is now all available on the MRTG web-site. * Config file parsing has been optimized. This makes reading configuration files much faster. Especially large configuration files are faster by factors * Under UNIX, mrtg can fork into several instances while querying routers. This improves data acquisition performance dramatically, especially with slow networks. * Graphs and webpages can be generated on the fly is mrtg is used with rrdtool logging. Several tools in the mrtg contrib section are available for this purpose. * And there is more: MRTG has been translated into 29 languages, OS detection has been automated, did I mention performance, many of the contributed tools have been dated and a slew of new ones has been added, The config file reading code is now available in a documented library which simplifies the creation of other tools which need access to the mrtg cfg file. * In total, over 200 individual changes are listed in the change log since the release of MRTG 2.9.2.
2000-09-03Use actual ${PREFIX} in MESSAGEwiz2-6/+9
2000-08-27Convert packages to use PERL5_PACKLIST (part 1). These were the easyjlam2-11/+12
ones to do, and each compiled and installed/de-installed apparently correctly. As a side effect of the dynamic PLIST, we no longer need to have separate -static and -shared PLISTs. It's now easier than ever to make a perl5 package for NetBSD :)
2000-03-17Adapt to "gd" library with JPEG support.tron3-6/+6
2000-03-17Depend on gd 1.7.3 or newer instead of hard coding version number.tron1-2/+2
2000-03-05The generated pages are trying to include png files for the logos,kim2-7/+7
not gif files. So we need to install the png logos.
2000-03-03Make this package work on Solaris.agc1-1/+10
2000-02-07Update "mrtg" package to version 2.8.12:tron4-28/+20
- make -M and -r work in indexmaker - hungarian translation - NoSpaceChar option. Supresses SPACE normally inserted between local value and PRE or APPEND value. - new features for cfgmaker --iponly, --options, --workdir - make RunAsDaemon work ... - Daemon mode now forks into background after cfgcheck - Remove locks after sig INT and TERM - make indexmaker ignore default values - added ThreshDesc config option. Its value is assigned to the env variable THRESH_DESC before and of the Thresh-Action scripts are called. - bugfix for big5 locale - bugfix for norwegian.pmd - it is RunAsDaemon and not RunAsDeamon - update for rrdtool integration 14all.cgi to 0.16 - updated danish translation - have cfgmaker put specific comments into the mrtg.cfg file regarding the reason for droping a certain interface .. - Added RunAsDeamon mode. Start mrtg only once. No Cron necessary. - linux ip-filter integration in contrib - version 2.2 of mrtgmk in contrib - catalan locales - rateup.c fix for kMG override bug - allow to set ShortLegend to '' - better parsing of PageTop with intexmakers -P option - fix for spanish translation (uptime had some probmlems) - contrib: switchmaker produces mrtg cfg files for Cisco Catylst 5XXX - made sure -lm comes last when linking ... - converted remaining gifs to png - make sure AbsMax is not smaller than MaxBytes - translation to icelandic - added japanese translations for ISO-2022-JP and EUC-JP - added turkish translation - update for rrdtool integration 14all.cgi - Added more modular translation system - Added German Translation - Chinese Translation - cfgmaker_ip ... keep first address and not last .. - Malayan translation - restored mibhelp to its old glory .. - added ability to index interfaces by physical address analog to the existing IP stuff ... there is now also a cfgmaker_phys - polish translation - graphing fix for rateup ... - cpuinfo contrib - contrib cisco config tftp - updates and bugfixes for mrtgmk v2.0 - fix for -F/-f in indexmaker - fix for view type in indexmaker - cisco accounting contrib - added -lm to LIBS in configure.in - patching system for languages ... check translate directory - NSI (Network Status Imager for MRTG) contrib - updates for mrtg-archiver
1999-11-01* Modify to support gd-1.7.3.jlam3-4/+28
1999-08-28New version introduced locales_mrtg.pm so let's install it.kim2-3/+5
Now you can run this, too...
1999-08-28Upgrade to 2.8.8 to work with gd-1.6.3 (otherwise the pkg toolskim3-13/+14
just kept trying to reinstall gd, which was odd -- I guess it was thinking version 1.3p1 was greater than 1.6.3).
1999-07-09Add package patch checksum files.agc1-0/+3
1999-05-22Apparently needs --with-gd-lib= as well, now...explorer1-2/+2
1999-05-22Update mrtg to 2.7.4rh6-66/+61
Notable changes are: - several bug fixes - now uses GNU configure script - documentation update - cleaned up distribution - new indexmaker accepts multiple config files - optional 2-column layout - option to specify bacground color - option to specify overview graphs sizes - few options to increase/decrease bells and whistles - improvements for perminute perhour - integration of SNMP_util and the latest SNMP_session - changed cfgmaker to use ipaddress as name for targets - fixed html in indexmaker and mrtg - optional handling of two different MaxBytes settings
1999-05-18Add 2 perl scripts to collect datas on a NetBSD 1.4 system from netstat,bouyer6-3/+338
iostat, systat and a sample config file to use these. Also update the MESSAGE to stats there is a sample config file. Result can be seen at http://www.antioche.eu.org/mrtg/.
1999-05-10Link with $(LDFLAGS), for -Wl,-R/usr/pkg/libbouyer1-4/+11
1999-05-03Change gd package "version" to 1.3p1 so that packages (particularly py-gd)tv1-2/+2
will not try to link against the version without a shared library.
1998-08-26Automatically append HOMEPAge to DESCR files, and remove homepage URLstsarna1-4/+1
from individual DESCR files that had them.
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc3-0/+6
1998-07-14cat ${PKGDIR}/MESSAGE in bsd.pkg.mk if it exists, don't do it in everyfrueauf1-2/+1
package Makefile.
1998-07-13Add and activate MRTG, the Multi-Router Traffic Grapher.tv7-72/+65
1998-07-13Import of FreeBSD's Multi Router Traffic Grapher pkg, patches to follow.tv7-0/+125