File: control

package info (click to toggle)
torrus 3.00-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,548 kB
  • sloc: perl: 34,614; xml: 20,934; sh: 3,650; makefile: 713
file content (43 lines) | stat: -rw-r--r-- 1,951 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
Source: torrus
Section: net
Priority: optional
Maintainer: Torrus maintainers <torrus@packages.debian.org>
Uploaders: Bernhard Schmidt <berni@debian.org>,
  Marc Haber <mh+debian-packages@zugschlus.de>,
Standards-Version: 4.1.4
Build-Depends: debhelper (>= 9), autotools-dev
Vcs-Browser: https://salsa.debian.org/debian/torrus
Vcs-Git: https://salsa.debian.org/debian/torrus.git
Homepage: http://torrus.org/

Package: torrus-common
Architecture: all
Depends: ${misc:Depends}, adduser, rrdtool, perl, redis,
 libredis-fast-perl, libgit-objectstore-perl, libjson-perl, libcache-ref-perl,
 libxml-libxml-perl, libnet-snmp-perl, libproc-daemon-perl, librrds-perl, 
 libcgi-fast-perl, libapache-session-perl, libtemplate-perl, libtimedate-perl
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.