diff options
author | martti <martti@pkgsrc.org> | 2007-01-10 14:25:39 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2007-01-10 14:25:39 +0000 |
commit | f8e12863771e45e8ddafb5cef30b5151dbb8c99f (patch) | |
tree | 6dd118e7be62e282388c05712449ee6edc17cd0c /net/mrtg/distinfo | |
parent | ab05bcf4be2473208f75b6d392e14733cb5eefc7 (diff) | |
download | pkgsrc-f8e12863771e45e8ddafb5cef30b5151dbb8c99f.tar.gz |
Updated net/mrtg to 2.15.0
* Free positioning of a generated ifIndex in the OID string using
the magic IndexPOS keyword
* When doing threshold checking with rrdtool, there was a very expensive
'getting the data back with rrdinfo and rrdfetch' cycle after each
rrdupdate. with rrdtool 1.2 and the updatev function this is not
necessary anymore the new code speeds up mrtg cycle time by a factor of 3
to 10 depending on your platform.
* Threshold Un-Borken Messages will only be generated when the value is 10%
away from the threshold. Configurable via ThreshHyst
* New function thresholdmail lets you send an email when a threshold
is broken. This feature talks directly to the mailserver and does
not require any external programs.
* New template writers helper function in cfgmaker - oid_pick. It tests if a
device is willing to supply information regarding a particular oid. This
makes template writing much more plesant.
http://oss.oetiker.ch/mrtg-trac/browser/trunk/templates/cisco/host-cisco.tmpl
* added new tool mrtg-traffic-sum to build traffic stats based on the
content of your mrtg log (not rrd) files.
* mrtg running with rrdtool can now do sub-minute resolution if the interval
is specified like that: 0:30 ... note that you can not change the
resolution of an existing rrd file. So this will only have the desired
effect on new rrds. Also note that the graphing frontend may need changes
too to be able to deal with the new interval type. Internally interval is
now a float!
* new debug option 'prof' to see how long rrdtool spends on its writes ...
* fixed snmpv3 support in cfgmaker
Diffstat (limited to 'net/mrtg/distinfo')
-rw-r--r-- | net/mrtg/distinfo | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/mrtg/distinfo b/net/mrtg/distinfo index d34c251fa4b..72396ca18b3 100644 --- a/net/mrtg/distinfo +++ b/net/mrtg/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.22 2006/10/19 06:40:54 martti Exp $ +$NetBSD: distinfo,v 1.23 2007/01/10 14:25:39 martti Exp $ -SHA1 (mrtg-2.14.7.tar.gz) = dd97dfb75dffe0c4abfabb26c73951641994ffc5 -RMD160 (mrtg-2.14.7.tar.gz) = e7c57aaef0160ef3a1144e2f9f9720c483192c65 -Size (mrtg-2.14.7.tar.gz) = 1061341 bytes +SHA1 (mrtg-2.15.0.tar.gz) = 0936bf8d62b5f9da542b0516c24d18a42d8adcde +RMD160 (mrtg-2.15.0.tar.gz) = 69905525f63082f701f9eeafd8471050f4db4f98 +Size (mrtg-2.15.0.tar.gz) = 1068297 bytes SHA1 (patch-ab) = bf367e6c43030a9cb64a88336b66932d7e05025c SHA1 (patch-ac) = e12f74ea083c1e3a7793afc35dcd698611823d81 -SHA1 (patch-ad) = 5d6cb2ea1c16dc53fab49e7dd166b6f246db40e1 +SHA1 (patch-ad) = f6d737bad01ffbfdeb40fe08361810881f0257d5 SHA1 (patch-ae) = b76543d57a4c630adec51f78c1d6005dffee6a3d |