diff options
author | pi <pi@FreeBSD.org> | 2016-05-26 15:42:15 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-05-26 15:42:15 +0800 |
commit | 57b6a7ee0c803f651d2f3d205092eba5eecf216e (patch) | |
tree | 6951ca85376c16057fd4b44db0cc15364ce1c224 /net-mgmt | |
parent | 81e0f9c33517732c89e270301fb1145522b80dd8 (diff) | |
download | freebsd-ports-gnome-57b6a7ee0c803f651d2f3d205092eba5eecf216e.tar.gz freebsd-ports-gnome-57b6a7ee0c803f651d2f3d205092eba5eecf216e.tar.zst freebsd-ports-gnome-57b6a7ee0c803f651d2f3d205092eba5eecf216e.zip |
net-mgmt/torrus: 2.07 -> 2.09
- Torrus/Renderer/RPC.pm (rpc_timeseries): TIMESERIES RPC
call now returns title, labels, and vertical_label
- init.d/torrus.in: utilize the new launcher in init script
- bin/launcher.in: new utility for starting-stopping daemons
- bin/action_snmptrap.in: TORRUS_NPCOMMENT is deliverd in .10 in SNMP traps
- Torrus/DevDiscover/RFC2670_DOCS_IF.pm: new discovery
parameter: RFC2670_DOCS_IF::disable-downstreams
- Torrus/Collector/SNMP_Params.pm: "aes128cfb" is invalid
value for snmp-privprotocol, should be "aes"
- Torrus/Collector/SNMP.pm: DNS errors treated as host
unreachable; reachability statistics more accurate
- Torrus/Renderer/RPC.pm (rpc_timeseries): added DATAONLY
parameter for TIMESERIES RPC call
- Torrus/Renderer/RPC.pm: AGGREGATE_DS RPC call now works
for leaves without MAX RRA
- Torrus/Renderer/RRDtool.pm (rrd_make_hrules): using
skipscale for horizontal rules (requires rrdtool-1.4.8 or newer)
- Torrus/DevDiscover/F5BigIp.pm: added system performance
statistics and 64-bit interface counters
- Torrus/DevDiscover/RFC2863_IF_MIB.pm:
new discovery parameter: RFC2863_IF_MIB::disable-all
- Torrus/Renderer/RRDtool.pm: now hrules are drawn with
semi-transparent LINE1
- xmlconfig/defaults.xml: two new horizontal rules: warn-level, crit-level
- xmlconfig/defaults.xml: moved monitor-period and
monitor-timeoffset from snmp-defs.xml
- bin/monitor.in: new CLI option: --runalways
- configs/torrus-config.pl: new configuration parameters:
$Torrus::Collector::runAlways = 0;
$Torrus::Monitor::runAlways = 0;
- Torrus/DevDiscover/CiscoGeneric.pm: added support for
CISCO-SYSTEM-EXT-MIB (mainly needed for Cisco Nexus)
- Torrus/DevDiscover/Albis_ULAF.pm (discover):
new discovery parameter: Albis_ULAF::mp-name-filter
- Torrus/DevDiscover/CiscoIOS.pm: support for Cisco Nexus;
persistent ifIndex for Nexus
- Torrus/DevDiscover/Fortinet.pm: new discovery module for Fortinet products
- Torrus/DevDiscover/CiscoIOS.pm: Bugfix in discovery
sequence. This bug was invisible up to perl v5.18.0. Now Perl
randomizes hash keys on every loop.
- Torrus/Renderer/RPC.pm: new RPC method: TIMESERIES
- Torrus/DevDiscover/UcdSnmp.pm: Loopback interfaces
filtered out
- Torrus/DevDiscover/RFC4293_IP_MIB.pm: New params:
RFC4293_IP_MIB::tokenset-members,
RFC4293_IP_MIB::ipv4-external-serviceid,
RFC4293_IP_MIB::ipv6-external-serviceid,
New selector action: TokensetMember
- Torrus/DevDiscover/RFC2863_IF_MIB.pm: Improved interface
indexing for unknown devices. New parameters:
RFC2863_IF_MIB::name-hint
RFC2863_IF_MIB::comment-hint
- Torrus/DevDiscover/CiscoIOS.pm: new discovery parameter:
CiscoIOS::ifindex-persist
- Torrus/DevDiscover/RFC4293_IP_MIB.pm: new discovery
module for IPv4/IPv6 traffic stats
- Torrus/DevDiscover/CiscoGeneric.pm (discover):
64-bit gauges for Cisco memory pools
- Torrus/ConfigTree/Writer.pm (initRoot): new parameter:
tree-name automatically inserted to the top of the tree
PR: 209745
Submitted by: corsmith@gmail.com (maintainer)
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/torrus/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/torrus/distinfo | 5 | ||||
-rw-r--r-- | net-mgmt/torrus/files/patch-doc_stylingprofile.pod.in | 11 | ||||
-rw-r--r-- | net-mgmt/torrus/files/patch-doc_xmlconfig.pod.in | 22 | ||||
-rw-r--r-- | net-mgmt/torrus/pkg-plist | 8 |
5 files changed, 12 insertions, 37 deletions
diff --git a/net-mgmt/torrus/Makefile b/net-mgmt/torrus/Makefile index 703044037294..a586f9f83efa 100644 --- a/net-mgmt/torrus/Makefile +++ b/net-mgmt/torrus/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= torrus -PORTVERSION= 2.07 -PORTREVISION= 2 +PORTVERSION= 2.09 CATEGORIES= net-mgmt MASTER_SITES= SF/torrus/torrus/ diff --git a/net-mgmt/torrus/distinfo b/net-mgmt/torrus/distinfo index 473b09fc2402..96a56a202ffc 100644 --- a/net-mgmt/torrus/distinfo +++ b/net-mgmt/torrus/distinfo @@ -1,2 +1,3 @@ -SHA256 (torrus-2.07.tar.gz) = b4ee8930cb36c8985956c852ad6fa2cd284d1d54d4ef54799e77eeee3eb9a6c6 -SIZE (torrus-2.07.tar.gz) = 627347 +TIMESTAMP = 1464142651 +SHA256 (torrus-2.09.tar.gz) = d460bf14661aec8a8840d185274589abe76a35e9d23fe54ee55bea094c478a1d +SIZE (torrus-2.09.tar.gz) = 653126 diff --git a/net-mgmt/torrus/files/patch-doc_stylingprofile.pod.in b/net-mgmt/torrus/files/patch-doc_stylingprofile.pod.in deleted file mode 100644 index d8daa9faaf19..000000000000 --- a/net-mgmt/torrus/files/patch-doc_stylingprofile.pod.in +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/stylingprofile.pod.in.orig 2014-06-09 14:51:17.000000000 +0000 -+++ doc/stylingprofile.pod.in 2014-06-09 14:51:37.000000000 +0000 -@@ -198,7 +198,7 @@ - - =over 4 - --=item * Applying your Schema -+=item 1. Applying your Schema - - In the F<torrus-siteconfig.pl> file, add the variable - diff --git a/net-mgmt/torrus/files/patch-doc_xmlconfig.pod.in b/net-mgmt/torrus/files/patch-doc_xmlconfig.pod.in deleted file mode 100644 index b8c5f7e1eda4..000000000000 --- a/net-mgmt/torrus/files/patch-doc_xmlconfig.pod.in +++ /dev/null @@ -1,22 +0,0 @@ ---- doc/xmlconfig.pod.in.orig 2014-06-09 14:53:44.000000000 +0000 -+++ doc/xmlconfig.pod.in 2014-06-09 14:54:43.000000000 +0000 -@@ -1306,17 +1306,15 @@ - The first one defines the starting time. C<end> may be also optionally - specified. - --C<print-cf> specifies oe or more consolidation functions, separated by comma. -+C<print-cf> specifies one or more consolidation functions, separated by comma. - The result of the rendering is the text line with the output values - separated by colon (:). - --=back -- - =item * C<disable-legend>, C<disable-title>, C<disable-vertical-label> - - When set to C<yes>, the corresponding elements of the graph are not displayed. - -- -+=back - - =head3 Styling Profiles - diff --git a/net-mgmt/torrus/pkg-plist b/net-mgmt/torrus/pkg-plist index 97854fe66992..da22924bc3eb 100644 --- a/net-mgmt/torrus/pkg-plist +++ b/net-mgmt/torrus/pkg-plist @@ -25,6 +25,7 @@ libexec/torrus/genddx libexec/torrus/genlist libexec/torrus/genreport libexec/torrus/install_plugin +libexec/torrus/launcher libexec/torrus/monitor libexec/torrus/nodeid libexec/torrus/rrddir2xml @@ -60,6 +61,7 @@ man/man7/torrus_action_notify.7.gz man/man7/torrus_action_printemail.7.gz man/man7/torrus_action_snmptrap.7.gz man/man7/torrus_install_plugin.7.gz +man/man7/torrus_launcher.7.gz %%DOCSDIR%%/devdoc/architecture.pod %%DOCSDIR%%/devdoc/devdiscover.pod %%DOCSDIR%%/devdoc/progstyle.pod @@ -141,6 +143,7 @@ man/man7/torrus_install_plugin.7.gz %%DATADIR%%/xmlconfig/generic/rfc2670.docsis-if.xml %%DATADIR%%/xmlconfig/generic/rfc2790.host-resources.xml %%DATADIR%%/xmlconfig/generic/rfc2863.if-mib.xml +%%DATADIR%%/xmlconfig/generic/rfc4293.ip-mib.xml %%DATADIR%%/xmlconfig/generic/rfc4319_hdsl2_shdsl_line.xml %%DATADIR%%/xmlconfig/old/cisco-mac-accounting-example.xml %%DATADIR%%/xmlconfig/old/cisco.generic.old-0.1.4.xml @@ -152,6 +155,7 @@ man/man7/torrus_install_plugin.7.gz %%DATADIR%%/xmlconfig/old/rfc2863.if-mib.old-0.1.7.xml %%DATADIR%%/xmlconfig/old/snmp-defs.old-0.1.2.xml %%DATADIR%%/xmlconfig/snmp-defs.xml +%%DATADIR%%/xmlconfig/vendor/albis-ulaf.xml %%DATADIR%%/xmlconfig/vendor/alteon.xml %%DATADIR%%/xmlconfig/vendor/alu-timetra.xml %%DATADIR%%/xmlconfig/vendor/apc.powernet.xml @@ -175,6 +179,7 @@ man/man7/torrus_install_plugin.7.gz %%DATADIR%%/xmlconfig/vendor/empire.systemedge.ntregperf.xml %%DATADIR%%/xmlconfig/vendor/empire.systemedge.xml %%DATADIR%%/xmlconfig/vendor/f5.bigip.xml +%%DATADIR%%/xmlconfig/vendor/fortinet.xml %%DATADIR%%/xmlconfig/vendor/foundry.xml %%DATADIR%%/xmlconfig/vendor/ftos.xml %%DATADIR%%/xmlconfig/vendor/jacarta.xml @@ -219,6 +224,7 @@ man/man7/torrus_install_plugin.7.gz %%SITE_PERL%%/Torrus/DevDiscover/ALU_Timetra.pm %%SITE_PERL%%/Torrus/DevDiscover/APC_PowerNet.pm %%SITE_PERL%%/Torrus/DevDiscover/ATMEL.pm +%%SITE_PERL%%/Torrus/DevDiscover/Albis_ULAF.pm %%SITE_PERL%%/Torrus/DevDiscover/AlliedTelesyn_PBC18.pm %%SITE_PERL%%/Torrus/DevDiscover/Alteon.pm %%SITE_PERL%%/Torrus/DevDiscover/Apple_AE.pm @@ -244,6 +250,7 @@ man/man7/torrus_install_plugin.7.gz %%SITE_PERL%%/Torrus/DevDiscover/DevDetails.pm %%SITE_PERL%%/Torrus/DevDiscover/EmpireSystemedge.pm %%SITE_PERL%%/Torrus/DevDiscover/F5BigIp.pm +%%SITE_PERL%%/Torrus/DevDiscover/Fortinet.pm %%SITE_PERL%%/Torrus/DevDiscover/Foundry.pm %%SITE_PERL%%/Torrus/DevDiscover/FTOS.pm %%SITE_PERL%%/Torrus/DevDiscover/Jacarta.pm @@ -267,6 +274,7 @@ man/man7/torrus_install_plugin.7.gz %%SITE_PERL%%/Torrus/DevDiscover/RFC2737_ENTITY_MIB.pm %%SITE_PERL%%/Torrus/DevDiscover/RFC2790_HOST_RESOURCES.pm %%SITE_PERL%%/Torrus/DevDiscover/RFC2863_IF_MIB.pm +%%SITE_PERL%%/Torrus/DevDiscover/RFC4293_IP_MIB.pm %%SITE_PERL%%/Torrus/DevDiscover/RFC4319_HDSL2_SHDSL_LINE_MIB.pm %%SITE_PERL%%/Torrus/DevDiscover/Symmetricom.pm %%SITE_PERL%%/Torrus/DevDiscover/Thomson_xDSL.pm |