Network Administration Visualized 4.0b1

Milestone information

Project:
Network Administration Visualized
Series:
4.0
Version:
4.0b1
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:
1 Morten Brekkevold
Blueprints:
No blueprints are targeted to this milestone.
Bugs:
1 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-4.0b1.tar.gz (md5, sig) NAV 4.0b1 source code tarball 25
last downloaded 41 weeks ago
Total downloads: 25

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 4.0
========

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

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

New dependencies:

- Graphite_
- Sass_ >= 3.2.12 (only required at build time)

Changed version requirements:

- `Python` >= 2.7.0

Removed dependencies:

- Cricket
- rrdtool

.. _Graphite: http://graphite.wikidot.com/
.. _Sass: http://sass-lang.com/

Major changes to statistics collection
--------------------------------------

NAV 4.0 ditches Cricket for collection and presentation of time-series data.
Cricket is great for manually maintaining large configurations, but becomes
quite inflexible when integrating with a tool like NAV. Also, Cricket has not
been actively developed since 2004.

Collection of time-series data via SNMP has become the responsibility of NAV's
existing SNMP collector engine, `ipdevpoll`, implemented as new plugins and
job configurations.

RRDtool has also been ditched in favor of Graphite_, a more flexible and
scalable system for storage of time-series data. Graphite provides a networked
service for receiving *"metrics"*, meaning it can be installed on a separate
server, if desirable. It will even scale horizontally, if needed.

The parts of NAV that collect or otherwise produce time-series data, such as
values collected via SNMP, ping roundtrip times or ipdevpoll job performance
metrics, will now send these to a configured Carbon backend (Graphite's
metric-receiving daemon).

Due to this extensive change, the threshold manager interface and the treshold
monitor have been rewritten from scratch. The new threshold monitoring system
uses *"threshold rules"*, which leverage functionality built-in to Graphite.
It is also essentially independent of NAV, which means it can also monitor
thresholds for data that was put into Graphite by 3rd party software.

Migrating existing data
-----------------------

Existing threshold values for RRD-based datasources cannot be consistently
migrated to the new threshold rule system, so you will need to configure your
threshold rules from scratch.

We will, however, provide a program for migrating time-series data stored in
RRD files into Graphite, which will enable you to keep historic data when
upgrading from an older NAV version. The current development version of this
program cannot be distributed because of licensing issues arising from
combining NAV and Graphite code. The program will be rewritten during the 4.0
beta period, so that we can provide a workable migration solution for the
final 4.0 release.

Changelog 

View the full changelog

Version 4.0b1
(released 12 Dec 2013)

 User-visible features and improvements:

  * The web-based user interface has been overhauled/redesigned, using the
    Foundation CSS framework. One of the goals of this process is to have
    design elements that are properly re-usable, and a responsive design that
    will work better on small-screen devices.

  * Cricket and RRDtool have been replaced with ipdevpoll plugins for
    time-series data collection and Graphite for data storage and
    presentation. More information about Graphite can be found at
    http://graphite.wikidot.com/ .

  * System and port traffic graphs are now browsable directly in the ipdevinfo
    tool under each IP device or network interface. The advanced user can also
    build more complex, customized graphs from the data collected by NAV by
    utilizing Graphite's own web interface.

  * The threshold management interface has been rewritten from scratch to work
    with data from Graphite.

 These are fairly large, not backwards compatible changes to NAV. Please refer
 to the release notes for upgrade instructions. For testing the 4.0 beta
 version we recommend installing NAV on a separate, perhaps virtual, server,
 and migrate production data according to the data migration howto found in
 the documentation.

0 blueprints and 1 bug targeted

Bug report Importance Assignee Status
1062313 #1062313 Replace Cricket with Graphite 6 Wishlist Morten Brekkevold  10 Fix Released
This milestone contains Public information
Everyone can see this information.