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
|
Source: torrus
Section: net
Priority: extra
Maintainer: Torrus maintainers <pkg-torrus-maintainers@lists.alioth.debian.org>
Uploaders: Marc Haber <mh+debian-packages@zugschlus.de>,
Jurij Smakov <jurij@debian.org>, Bernhard Schmidt <berni@debian.org>
Standards-Version: 3.9.8
Build-Depends: debhelper (>= 9), autotools-dev
Vcs-Browser: https://anonscm.debian.org/git/pkg-torrus/pkg-torrus.git/
Vcs-Git: git://anonscm.debian.org/pkg-torrus/pkg-torrus.git
Homepage: http://torrus.org/
Package: torrus-common
Architecture: all
Depends: ${misc:Depends}, netbase, rrdtool, perl, librrds-perl,
libberkeleydb-perl, libxml-libxml-perl, libproc-daemon-perl, libnet-snmp-perl,
libapache-session-perl, libtemplate-perl, libtimedate-perl, libcgi-fast-perl,
libjson-perl, liburi-perl, adduser, lsb-base, db-util
Pre-Depends: dpkg (>= 1.15.7.2)
Suggests: libapache2-mod-fcgid | libapache2-mod-fastcgi | lighttpd,
libcrypt-des-perl, libdigest-hmac-perl, libio-socket-inet6-perl
Replaces: torrus-apache2
Conflicts: torrus-apache2
Provides: torrus-apache2
Description: Universal front-end for Round-Robin Databases (common files)
Core part of the Torrus suite, providing support files needed by the
other Torrus packages. It can be installed directly and used with any
FastCGI-compatible webserver package.
.
Torrus is designed to be a universal front-end framework for
Round-Robin Databases using Tobias Oetiker's RRDtool. It may be configured
to collect and monitor arbitrary data series from various data
sources which can in turn be displayed on a web page.
.
One of the traditional applications of this functionality is the collection
and visualization of network information using the Simple Network Management
Protocol (SNMP) from SNMP-enabled devices.
.
You will need to install libcrypt-des-perl and libdigest-hmac-perl for SNMPv3
support. SNMP over IPv6-transport is also supported after installing
libio-socket-inet6-perl.
.
Torrus has been formerly known as rrfw, round-robin database framework.
|