Network Administration Visualized 3.12.3

Bugfix release

Milestone information

Project:
Network Administration Visualized
Series:
3.12
Version:
3.12.3
Released:
 
Registrant:
Morten Brekkevold
Release registered:
Active:
No. Drivers cannot target bugs and blueprints to this milestone.  

Download RDF metadata

Activities

Assigned to you:
No blueprints or bugs assigned to you.
Assignees:
4 John-Magne Bredal, 4 Morten Brekkevold, 2 Trond Kandal
Blueprints:
No blueprints are targeted to this milestone.
Bugs:
10 Fix Released

Download files for this release

After you've downloaded a file, you can verify its authenticity using its MD5 sum or signature. (How do I verify a download?)

File Description Downloads
download icon nav-3.12.3.tar.gz (md5, sig) NAV 3.12.3 source tarball 82
last downloaded 57 weeks ago
Total downloads: 82

Release notes 

=================================================
 Network Administration Visualized release notes
=================================================

Please report bugs at https://bugs.launchpad.net/nav/+filebug . To browse
existing bug reports, go to https://bugs.launchpad.net/nav .

If you are upgrading from versions of NAV older than 3.7, please refer to the
release notes of the in-between versions before reading any further.

Known problems
==============

The recommended SNMP library for use with ipdevpoll is `pynetsnmp`. If you
choose to go with the original TwistedSNMP, the latest version (0.3.13)
contains a bug that manifests in table retrieval operations. Timeouts and
retries aren't handled properly, and this may cause slow or otherwise busy
devices to be bombarded with requests from NAV. The `contrib/patches`
directory contains a patch for TwistedSNMP that solves this problem. The
patch has been submitted upstream, but not yet accepted into a new release.

NAV 3.12
========

To see the overview of scheduled features and reported bugs on the 3.12 series
of NAV, please go to https://launchpad.net/nav/3.12 .

Dependency changes
------------------

- Python >= 2.6 is now required. NAV will not work under Python 3.
- Django >= 1.2 is now required. NAV will likely not work under Django 1.4.

Cricket configuration
---------------------

Your subtree-sets configuration for Cricket must be updated. This file is most
likely placed in /etc/cricket/. Compare manually with or copy from
`doc/cricket/cricket/subtree-sets`.

Take note of `$(NAV)/etc/mcc.conf`. Module `interfaces` should be there instead
of `routerinterfaces` and `switchports`.

IPv6 statistics for router interfaces will now be collected. For this to work
you need to copy some configuration templates to your `cricket-config`
directory. NB: Make sure the `dataDir` is the same as the original after
copying the `Defaults` file. If your NAV is installed in `/usr/local/nav`, run
these commands::

  sudo cp doc/cricket/cricket-config/Defaults \
             /usr/local/nav/etc/cricket-config/

  sudo cp -r doc/cricket/cricket-config/ipv6-interfaces \
             /usr/local/nav/etc/cricket-config/

Room map
--------

If you have registered coordinates (latitude, longitude) on your rooms you may
include a geographical map of the rooms on the front page by editing
`etc/webfront/welcome-registered.txt` and/or `welcome-anonymous.txt` and
adding the following HTML::

  <div id="mapwrapper">
      <div id="room_map" class="smallmap"></div>
  </div>

If you feel like having a bigger map, replace `smallmap` with `bigmap`. The
markers are clickable and will take you to the new "Room view" for the clicked
room.

Toolbar search
--------------

The toolbar search now searches for more than IP devices. Try it!

Files to remove
---------------

If any of the following files and directories are still in your installation
after upgrading to NAV 3.12, they should be removed (installation prefix has
been stripped from these file names). If you installed and upgraded NAV using
a packaging system, you should be able to safely ignore this section::

  doc/getting-started.txt
  doc/mailin/README
  doc/radius/
  etc/apache/subsystems/maintenance.conf
  etc/apache/subsystems/messages.conf
  etc/apache/subsystems/netmap.conf
  lib/python/nav/ipdevpoll/plugins/lastupdated.py
  lib/python/nav/web/maintenance/handler.py
  lib/python/nav/web/messages/handler.py
  lib/python/nav/web/netmap/datacollector.py
  share/htdocs/js/DeviceBrowserTemplate.js
  share/htdocs/js/devicehistory.js
  share/htdocs/js/EditTemplate.js
  share/htdocs/js/ipdevinfo.js
  share/htdocs/js/jquery-1.4.4.min.js
  share/htdocs/js/jquery-json-2.2.min.js
  share/htdocs/js/quickselect.js
  share/htdocs/js/seeddb.js
  share/htdocs/js/seeddbTemplate.js
  share/htdocs/netmap/

Changelog 

View the full changelog

Version 3.12.3
(released 01 Nov 2012)

 Bugfixes:

  * LP#343857 (Invalid IP in subnet matrix)
  * LP#1052907 (Threshold configurator does not indicate the unit/scale of a
                metric when editing a threshold)
  * LP#1062230 (Removing a threshold doesn't clear an active threshold alert)
  * LP#1062236 (PSU alarms don't show up on Status page)
  * LP#1063728 (TemplateSyntaxError at /info/)
  * LP#1068097 (navtopology crashes on CDP data from Cisco Switch Clustering)
  * LP#1069688 (datasources have no default unit)
  * LP#1069751 (Subnet matrix crash on scope with only a few large subnets)
  * LP#1070798 (spaces in search words in navbar are not trimmed)
  * LP#1070846 (ipdevinfo crashes when searching for netbox that does not exist)

0 blueprints and 10 bugs targeted

Bug report Importance Assignee Status
1063728 #1063728 TemplateSyntaxError at /info/ 3 High John-Magne Bredal  10 Fix Released
1070846 #1070846 ipdevinfo crashes when searching for netbox that does not exist 3 High John-Magne Bredal  10 Fix Released
343857 #343857 Invalid IP in subnet matrix 4 Medium Morten Brekkevold  10 Fix Released
1052907 #1052907 Threshold configurator does not indicate the unit/scale of a metric when editing a threshold 4 Medium Trond Kandal  10 Fix Released
1062230 #1062230 Removing a threshold doesn't clear an active threshold alert 4 Medium Trond Kandal  10 Fix Released
1062236 #1062236 PSU alarms don't show up on Status page 4 Medium Morten Brekkevold  10 Fix Released
1068097 #1068097 navtopology crashes on CDP data from Cisco Switch Clustering 4 Medium Morten Brekkevold  10 Fix Released
1069688 #1069688 datasources have no default unit 4 Medium John-Magne Bredal  10 Fix Released
1069751 #1069751 Subnet matrix crash on scope with only a few large subnets 4 Medium Morten Brekkevold  10 Fix Released
1070798 #1070798 spaces in search words in navbar are not trimmed 5 Low John-Magne Bredal  10 Fix Released
This milestone contains Public information
Everyone can see this information.