File: NEWS

package info (click to toggle)
torrus 3.00-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 4,548 kB
  • sloc: perl: 34,614; xml: 20,934; sh: 3,650; makefile: 713
file content (548 lines) | stat: -rw-r--r-- 17,815 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
13-JUL-2017: Torrus release 3.00

This release replaces the database back-end completely. Now instead of
BerkeleyDB, it uses Git repository as data store. The XML compiler is
now incremental, and also the collector updates itself
incrementally. The file doc/devdoc/v3_changes contains details on
changed software requirements and obsoleted modules.

Also new in this release:

-- Health status icons for device reachability

-- Jitter statistics for Cisco SAA

-- Traffic usage statistics are generated in Excel format


17-FEB-2016: Torrus release 2.09

In this release:

-- RRDtool 1.4.8 or newer is required

-- New and improved SNMP discovery modules (Fortinet, Cisco Nexus, Albis
   ULAF, F5 BigIP)

-- Configuration parameters that prevent Collector and Monitor from
   exiting when there's no work to do: $Torrus::Collector::runAlways,
   $Torrus::Monitor::runAlways, and CLI option: --runalways.

-- Two new horizontal rules: warn-level, crit-level

-- Horizontal rules are drawn semi-transparent

-- New discovery parameter: RFC2863_IF_MIB::disable-all to disable all
   interface stats

-- Improvements and new options in the RPC interface

-- DNS errors are treated as host unreachable

-- New sysvinit startup script, more reliable and providing better
   control over processes

-- other minor bugfixes and improvements
   


02-OCT-2014: Torrus release 2.08

In this release:

-- Fix for a long time hidden bug in Cisco IOS discovery modules. It
   popped up first under Perl 5.18

-- IPv6 traffic statistics via RFC4293_IP_MIB

-- Cisco IOS: support for persistent interface indexes; 64-bit memory
   statistics; IOS and IOS XR detection from sysDescr string

-- Improvements for unknown devices (port name and comment hints)

-- RPC interface allows retrieving of time series.

-- Support for Albis Technologies ULAF devices

-- Support for context name in SNMPv3

-- Event escalation for threshold monitors

-- Various improvements in RFC2662_ADSL_LINE discovery module


29-APR-2013: Torrus release 2.07

This is a bugfix release that fixes some problems in tp-cbqos plugin

15-FEB-2013: Torrus release 2.06

In this release:

-- F5 BigIP LTM support added

-- action_snmptrap now sends the severity level properly

-- Bugfix in Cisco QoS plugin: unreachable devices could block the QoS
   collector from initialization.


07-OCT-2012: Torrus release 2.05

In this release:

-- Important bugfixes: collector worked incorrectly with SNMPv1 devices
   (maxrepetitions parameter is incompatible with v1);
   "disable-snmpcollector" in DDX produced invalid configuration.

-- APC PowerNet: added support for Modular Environmental Manager

-- Removed support for F5 BigIP version 4.x because it's end of life and
   outdated. Support for version 11 is in development.


16-AUG-2012: Torrus release 2.04

In this release:

-- Default value for $Torrus::Collector::SNMP::unreachableTimeout is set
   to 0 instead of 6 hours, and now collector never gives up on
   unreachable hosts.
        
-- CA eHealth SystemEDGE support is significantly refactored by Roman
   Hochuli.

-- New URL parameters: Gborder, Gcolors.

-- New graph view for embedding into external websites:
   "embedded-small", in addition to the existing "embedded" view.

-- Added support for Comtech EF Data satellite modems.

-- New plugin: "tp-rrdfit" for updating the existing RRD files to match
   the torrus conbfiguration.


22-APR-2012: Torrus release 2.03

This is a bugfix release. No new features are added. 
The MAC address based ifIndex mapping was broken in 2.02.


20-MAR-2012: Torrus release 2.02

In this release:

-- Collector and Monitor daemons now send logs to Syslog facility local0
   by default. torrus-siteconfig.pl can be used to change the facility
   or revert to the file logging (file logging is not recommended
   because of no rotation mechanism). File log rotation on SIGHUP is
   removed (it never was stable anyway). Syslog to a custom UNIX socket
   is also supported.

-- WebUI: In/Out graphs now use a slightly darker green area. Also new
   URL arguments are supported to display the maximums alongside
   averages: Gmaxline, Gmaxlinestep

-- RPN expressions can now refer to leaves by their NodeID: [[nodeid]]

-- Discovery modules refactored: $dd->walkSnmpTable() is the only
   recommended way to walk SNMP tables. Older methods are still
   supported, but deprecated.

-- New parameter: "snmp-maxrepetitions", with default value: 10. This
   ensures proper work of the Collector and Devdiscover when retrieving
   interface names.

-- RFC2863_IF_MIB: interface speed can be monitored (used for Actelis
   SHDSL modems).

-- New parameter "RFC2863_IF_MIB::sort-by-name" disables the sorting by
   ifIndex.

-- New discovery modules: RFC4319_HDSL2_SHDSL_LINE_MIB, APC_PowerNet

-- Improved discovery modules: NetBotz, RFC2670_DOCS_IF

-- "rrd-create-rra" is now automatically copied from DDX into Torrus
   configuration.

-- Minor bugfixes and improvements to increase the database stability.


04-SEP-2011: Torrus release 2.01

In this release:

-- New release numbering scheme. Torrus releases are two-number, and
   compatible plugins have 3-number versions.

-- New discovery modules: CiscoWLC, C-COM CAPSPAN, Thomson_xDSL, Actelis,
   NexComm, Patton

-- New MIBs supported: CISCO-WAN-3G-MIB

-- New IF-MIB selector action: AddTemplates

-- "rrgraph-view" parameter can be used in tokensets to define the
   default graph presentation. It can also be set by XXX-tokenset-rrgraph-view
   in DevDiscover input file.

-- RFC2662_ADSL_LINE discovery module is now compatible with Cisco 837

-- Port QoS stats for Cisco ME3400

-- ifDescr and ifName uniqueness is checked before using them as
   interface identifiers. This eases the use of new devices with their
   special interface naming.

-- WebUI now uses NodeID whenever it is available instead of tokens, and
   full node paths if NodeID is unavailable.

-- MicrosoftWindows discovery module is improved and lots of unneeded
   IF-MIB interfaces are eliminated.

-- New feature: SNMP reachability statistics for devices.

-- FastCGI handler is automatically re-spawning every 5000 requests.

-- Device uptime is no longer displayed in the graph legend.

-- Exclusive collector initialization lock is added for servers with
   multiple collector processes. This reduces the disk seek concurrency
   at collector startup.

-- Default rrd-create-heartbeat changed	from 500 to 720

-- Reduced the possibility for NaN values in RRD files at collector
   re-initialization

-- Integration into external portals: Web RPC, embedded graph view, PDF
   and SVG formats for the graphs

-- New plugin: tp-siam for SIAM library integration. It enables to build
   customer portals with the use of Extopus software and an external
   service inventory. See docs/nodeid_usage.pod for more details.



24-OCT-2010: Torrus release 1.0.9

It is recommended to re-run discovery and compilation immediately after
upgrading from 1.0.8.

In this release:

-- WebUI handling is re-designed. FastCGI is supported with Apache
   and Lighttpd. User authorization option has changed its name:
   "$Torrus::CGI::authorizeUsers". Login page has now "remember me" checkbox.
   Apache configuration statements for mod_perl have slightly changed.
   Removed dependency: libapreq2 is no longer needed.

-- New Perl module required by installer: JSON

-- New discovery modules: Force10, NetBotz, Arista, ALU_Timetra, Foundry,
   CasaCMTS, Jacarta.

-- Support for semi-transparent lines and areas in multigraphs.

-- Support for arbitrary names for subtrees and leaves (node-display-name
   parameter). Now original interface names are displayed, without underscores.

-- Monitor alarms are now preserved between config re-compilations. Also
   dynamic tokenset members are preserved. A new utility:
   "torrus flushmonitors" flushes old alarms.

-- New parameter: nodeid. It is designed for easier integration of Torrus with
   other OSS systems. See the "NodeID usage guidelines" document for more
   details.

-- Current SNMP failures are recorded in a database and displayed by
   "torrus snmpfailures" utility. The output is in JSON format, so it's easy
   to integrate into other alerting systems.

-- RHEL compatibility: the old Init script did not stop the daemons properly
   upon a system reboot.

-- Compatibility with the newest version of Net::SNMP module.

-- Host-based authentication: remote systems, such as customer self-care
   portals, can retrieve graphs from Torrus WebUI.

-- Performance optimizations: XML compiler runs 10-15% faster.

-- Custom CSS styles must no longer reside in Torrus installation directory.




26-APR-2010: Torrus release 1.0.8bf01

Bugfix release. No new features or functionality.

05-APR-2009: Torrus release 1.0.8

Note: a complete re-compile of the XML is required after upgrading.

In this release:

-- BerkeleyDB stability has significantly improved due to new signal handlers.

-- View parameters can be overridden with URL variables "Gstart",
   "Gend" and so on.

-- Collector initialization time is improved by shifting some work
   to the XML compiler.

-- New command-line utility: srvderive. It combines several serviceIDs into
   a single report by calculating their sum or maximum value
   (sponsored by nexellent ag, www.nexellent.ch)

-- A number of bugfixes and minor imprvements.

-- Added SNMP discovery support for Arbor E series and Liebert HVAC


05-AUG-2008: Torrus release 1.0.7

In this release:

-- Added and improved vendor support for Symmetricom, Juniper JunOS,
   Cisco SCE,

-- New discovery parameters, selectors and selector actions.

-- Default value for "collector-timeoffset-step" increased from 30 to 60
   seconds. 30 seconds is too short for many installations.

-- Support for PostgreSQL in reports generator.

-- Support for IPv6 in SNMP discovery and collector.

-- New collector plugin: "tp-rawexport" for plaintext export of collector data.

-- Cisco QoS monitoring plugin "tp-cisco-cbqos" upgraded to version 1.6.
   It fixes an old bug in RRD file naming, thus all the QoS-related RRD files
   would have to be renamed or started from scratch.

-- Other minor enhancements and bugfixes (see ChangeLog for details).


03-AUG-2007: Torrus release 1.0.6

In this release:

-- All the trees need to be recompiled after Torrus upgrade.

-- Search capability. The nodes can be searched within a tree or globally.
   The search database needs to be updated with "torrus buildsearchdb"
   utility.

-- GUI improvements. Recursive view is restricted and is not offered
   averywhere. Bugfix for Mozilla browser compatibility: now the graph
   images are clickable.

-- devdiscover accepts multiple DDX files. Combined with multithreading,
   this improves the discovery performance even further.

-- SNMP collector periodically refreshes the table mappings. This helps
   for modular routers with online insertion and removal: the collector
   does not need to be restarted after the physical configuration changes.
   Also the OIDs that return noSuchObject are excluded from polling
   immediately.

-- New MIBs support: Cisco SCE per-service traffic statistics; Cisco CAR
   statistics; Cisco Ethernet MAC accounting statistics now available on
   subinterfaces; JunOS per-CoS stats; support for Alteon hardware.

-- <filepattern> XML statement is no longer supported. Use the rrddir2xml
   utility instead.

-- The CDEF collector from Chrstian Schnidrig is integrated in the main
   distribution. Devdiscover supports traffic summaries for multiple
   interfaces.

-- The report generator can generate HTML in any tree. Earlier it was
   generating the reports only for the trees where data was collected.
   This improvement allows to split the collecting and viewing trees.

-- The installer allows multithreading for Perl version 5.8.8 or higher only.
   Earlier versions are known for memory leaks in multithreaded operation.

-- Multiple collector instances per tree. This improves the CPU utilization
   for multi-CPU servers. See the torrus_collector manpage.



25-JAN-2007: Torrus release 1.0.5

This is a major release with many new features.

In this release:

-- Bugfixes in SNMPv3 support

-- Perl multithreading. If threads are supported by local Perl,
   Devdiscover can perform parallel discoveries per output file.
   Also the Collector runs a background thread for RRD updates.

-- Improvement in SNMP collector initialization. Now the collector expands
   the interface names and other maps asynchronously, which dramatically
   reduces the initialization time for large installations.
   Cisco QoS plugin needs an upgrade to version 1.4 or higher.

-- New vendor support in SNMP discovery engine:
   Motorola BSR CMTS (ex-Riverdelta), Cisco SCE, BGP prefix statistics for
   Cisco IOS routers, Cisco IOS XR support.

-- DOCSIS upstream statistics have changed the format, therefore
   the old stats will be lost after upgrade. The stats now include the
   US Frequency graphs.

-- Interface statistics now contain "All Errors" tab with all error graphs
   in one page.

-- Interface traffic graphs may contain bandwidth utilization percentage
   information (see RFC2863_IF_MIB::bandwidth-usage in SNMP Discovery
   Guide).

-- Cisco MAC accounting can also be used for billing reports.


20-JUL-2006: Torrus release 1.0.4

This is a major release with many new features.

In this release:

-- SNMP Version 3 support in Devdiscover and SNMP collector.

-- Usage reports for billing. Including 95% percentile reports.
   More details at http://torrus.org/reporting_setup.pod.html

-- Various improvements in SNMP discovery engine and new equipment
   vendor support

-- Improved monitor notifications. New parameter: "severity"
   and new action "action_notify".

-- New torrus-siteconfig.pl variables to improve WebUI customization



02-AUG-2005: Torrus release 1.0.3

This is a minor bugfix release. Unreachable device handling is improved, and
also there's a possibility to specify extra Perl library path in ./configure


27-JUL-2005: Torrus release 1.0.2

The new release requires one additional Perl module to be
installed: Date::Parse. You can install it from CPAN by using the command:
  perl -MCPAN -e 'install Date::Parse'

In this release:

-- Unreachable SNMP devices handling has significantly improved.
   The default unreachable timeout is set to 6 hours.

-- Support for the new mod_perl 2.0 layout.

-- New OID in TORRUS-MIB: torrusMonitorDesc, for easier processing of
   SNMP traps.

-- ./configure checks if the user "torrus" exists in the system

-- New SNMP discovery parameters:
   RFC2863_IF_MIB::only-interfaces
   disable-snmpcollector

-- On the graph page, it is now possible to choose the date for displaying
   old statistics.

-- The Cisco CPUs are now managed by devdiscover's selectors.
   This allows you to add monitors to specific CPU graphs, and also add them
   to a tokenset.


21-JUN-2005: Torrus release 1.0.1

In this release:

-- SNMP errors are now handled better. See the User guide for more details.

-- New command line option for monitor: --delay. The init script
   launches the monitor with 20 minutes delay, to allow the collector
   update RRD files before monitoring them.

-- New devdiscover option: --fallback. It is useful in large production
   environments when it's important to have a device in the web interface
   even if it's turned off

-- Cisco DOCSIS templates now include Total, Active, and Registered
   modem quantities. RRD file structure has changed, so the graphs will
   start anew.

-- The meaning of $Torrus::Renderer::stylingProfileOverlay
   has changed: now it refers to a file name.


10-JUN-2005: Torrus release 1.0.0

In this release, compared to RRFW release 0.1.8:

-- New directory structure, with local configuration completely separated
   from the distribution files

-- Comand-line wrapper "torrus" for executing all commands, with short aliases
   ("dd" for "devdiscover" etc.)

-- Plugins may be easily added to existing installation

-- Relative file names in DDX files searched in the right directories

-- Discovery object selectors: the new way to customize the discovery results

-- New discovery modules:
   AxxessIT.pm: Cisco ONS 15300 SDH switches
   CiscoIOS_Docsis.pm: Cisco IOS DOCSIS specifics: upstream utilization and
     modem quantities
   BetterNetworks.pm: BetterNetworks EthernetBox sensors (temperature, humidity
     and so on)
   CiscoIOS_MacAccounting.pm: Automated discovery for Cisco MAC accounting.
     If applicable, MAC peers are associated with BGP peers.

-- Discovery modules improvements:
     IF-MIB indexing hints for unknown devices
     Docsis downstream utilization
     Selector actions for IF-MIB, Docsis, and temperature sensor objects
     Line cards and modules memory stats for modular Ciscso routers

-- Improved performance of monitor daemon

-- extended example of DOCSIS monitors and 3-level alarms in
   xmlconfig/examples/docsis-monitors.xml

-- Renderer module improved for multi-CPU servers

-- Web interface improvements:
     Recursive directory view,
     Monitor names and comments diaplayed,
     Sizes of tokensets displayed
     Multiple overviews possible for a subtree

-- SO_RCVBUF is set explicitly in SNMP collector to sustain bursts of traffic

-- RRD files automatically moved in case of conflicts

-- ttproclist: the new utility for automating the DDX files generation

-- action_snmptrap now sends an optional severity parameter

-- New option for devdiscover: --forcebundle to write the bundle file
   even if errors occur

-- The init script is configurable by a separate configuration file.
   It also launches the monitors with 20 minutes delay if monitors
   are launched together with collectors