Update to 2.9.17 by Martti Kuparinen via pkg/13258.
Notable changes in reverse order (newest on top): * mrtg_lib had broken scanning for Ip tables in populateconfcache this caused reference by IP to break * new option for mrtg --logging replaces $main::debugfile from 2.9.13. It can be set to a file which will take all mrtg output. On Win32 it can also be set to 'eventlog' which will make all mrtg output go to the eventlog. * snmpv2 regexp did not match in cfgmaker * fix for indexmakers extension feature * improved mrtg logfile format description * require perl 5.005 for mrtg_lib * populateconfcache steps across non existing tables gracefully * in mrtg, handle bigint more carefully and remove excess + from results as some perls seem to crash on them ... * check if gd was linked with jpeg and even freetype ... * if $main::debugfile is set to a writeable filename, all output form mrtg will go there (Firedeamon Suggenstion) * SNMP_Session 0.86 added ... lenient_source_port_matching replaces the ad hoc only_ip_address_matching from mrtg 2.9.11 ... AS/400 folks beware * added --section=portname to indexmaker * try to fix IsCounterBroken test in cfgmaker ... just cant find any broken coutners to test this :-( * fix for broken --dns-domain in cfgmaker * fix for broken RouterUptime[] configurable * fix for broken snmp with returns negative numbers for counters ... * integrated my SNMP_utils changes into the real thing. * make sure cfgmaker puts now raw < or > into the PageTop tag * properly integrated ytics support in rateup * properly deal with target math resulting in non integer data even when logging to rateup which can not deal with floats. * cleanup of rateup.c and some new options -b -a -o -i * new options for mrtg noborder, noarrow, noi, noo, nobanner and nolegend check reference.pod for docs. * generator meta tag to html pages * add 'only_ip_address_matching' feature to SNMP_Session. We are more libaral when accepting snmp responses now. * be more tolerant with external scripts input * added feature to SNMP_utils: If first snmp var name is a HASH pointer, the hash contents is used to set snmp options on the connection * handle descriptions with & in cfgmaker * added SnmpOptions: command to mrtg.cfg lanuage ... It allows to set Snmp Options as available in SNMP_Session. Check the reference.txt file. * test for availability of ifHCInOctets when running cfgmaker for v2 targets * fixed indexmake image path for situations with Directories * added option --prefix to indexmaker for people keeping thier index somewhere else than default. * honor background option in cfg file for indexmaker pages * fixed warning in indexmaker (Use of uninitialized value in concatenation <.> at indexmaker line 174) * when the integer option was specified, there was still a .x printed in the summary area ... * mrtg will now timestamp any warning and error message it emits * fixed threshold processing ... IT REALY WORKS NOW! ... **** Incompatible CHANGE **************** ThreshProgOK now gets the same commandline arguments as the normal ThreshProg ... **** Incompatible CHANGE **************** * configurable confcache (.ok) file location * add <meta http-equiv="Cache-Control" content="no-cache"> to html files as this seems to be more understandable than "Pragma" content="no-cache"
This commit is contained in:
parent
565fc5f9cc
commit
a32f2da84b
3 changed files with 10 additions and 7 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.27 2001/04/26 08:38:12 tron Exp $
|
||||
# FreeBSD Id: Makefile,v 1.7 1997/12/16 19:42:17 vanilla Exp
|
||||
# $NetBSD: Makefile,v 1.28 2001/06/20 14:21:52 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= mrtg-2.9.10
|
||||
DISTNAME= mrtg-2.9.17
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/pub/ \
|
||||
http://gd.tuwien.ac.at/infosys/network/tools/mrtg/pub/ \
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.2 2001/04/21 11:23:22 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.3 2001/06/20 14:21:52 wiz Exp $
|
||||
|
||||
SHA1 (mrtg-2.9.10.tar.gz) = b3327b7e2274b449af0ef12571ccc0677ba8f44e
|
||||
Size (mrtg-2.9.10.tar.gz) = 872451 bytes
|
||||
SHA1 (mrtg-2.9.17.tar.gz) = 34b14e09631c9e7b04b04b5a250789853a1f0a41
|
||||
Size (mrtg-2.9.17.tar.gz) = 986994 bytes
|
||||
SHA1 (patch-aa) = d54197641587e870c11a4b20d5475ce094a3edde
|
||||
SHA1 (patch-ab) = bf367e6c43030a9cb64a88336b66932d7e05025c
|
||||
SHA1 (patch-ac) = d74d8165029799bd4b3af230548deb1e2c4a0b45
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.12 2001/02/25 13:44:55 tron Exp $
|
||||
@comment $NetBSD: PLIST,v 1.13 2001/06/20 14:21:53 wiz Exp $
|
||||
bin/mrtg
|
||||
bin/mrtgcfgmaker
|
||||
bin/mrtgindexmaker
|
||||
|
@ -62,6 +62,10 @@ share/doc/mrtg/mrtg.1
|
|||
share/doc/mrtg/mrtg.html
|
||||
share/doc/mrtg/mrtg.pod
|
||||
share/doc/mrtg/mrtg.txt
|
||||
share/doc/mrtg/mrtglib.1
|
||||
share/doc/mrtg/mrtglib.html
|
||||
share/doc/mrtg/mrtglib.pod
|
||||
share/doc/mrtg/mrtglib.txt
|
||||
share/doc/mrtg/nt-guide.1
|
||||
share/doc/mrtg/nt-guide.html
|
||||
share/doc/mrtg/nt-guide.pod
|
||||
|
|
Loading…
Reference in a new issue