File: control

package info (click to toggle)
cacti 1.2.30%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 67,176 kB
  • sloc: php: 123,193; javascript: 29,825; sql: 2,595; xml: 1,823; sh: 1,228; perl: 194; makefile: 65; python: 51; ruby: 9
file content (76 lines) | stat: -rw-r--r-- 2,439 bytes parent folder | download
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
Source: cacti
Section: web
Priority: optional
Maintainer: Cacti Maintainer <pkg-cacti-maint@lists.alioth.debian.org>
Uploaders: Paul Gevers <elbrus@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-linktree,
               libjs-jquery-colorpicker,
               libjs-jquery-jstree,
               libjs-jquery-ui-theme-south-street,
               libjs-jquery-ui-theme-ui-darkness,
               libjs-jquery-ui-theme-smoothness,
               gettext,
               pandoc,
               po-debconf,
Rules-Requires-Root: binary-targets
Homepage: https://www.cacti.net/
Vcs-Browser: https://salsa.debian.org/debian/cacti
Vcs-Git: https://salsa.debian.org/debian/cacti.git
Standards-Version: 4.6.1

Package: cacti
Architecture: all
Depends: dbconfig-common,
         dbconfig-mysql | dbconfig-no-thanks,
         fonts-dejavu-core,
         fonts-dejavu-extra,
         fonts-fork-awesome,
         javascript-common,
         libapache2-mod-php | php,
         libjs-chart.js,
         node-d3,
         node-dompurify,
         libjs-jquery,
         libjs-jquery-cookie,
         libjs-jquery-hotkeys,
         libjs-jquery-metadata,
         libjs-jquery-tablesorter,
         libjs-jquery-timepicker,
         libjs-jquery-ui,
         libjs-jquery-ui-touch-punch,
         libphp-phpmailer (>= 6.1.5~),
         node-ua-parser-js,
         php-cli,
         php-gd,
         php-json,
         php-gmp,
         php-ldap,
         php-mbstring,
         php-mysql,
         php-phpmyadmin-motranslator,
         php-phpseclib,
         php-snmp,
         php-twig,
         php-xml,
         rrdtool,
         snmp,
         ucf,
         ${misc:Depends},
         ${perl:Depends},
Recommends: apache2 | lighttpd | nginx | httpd,
            default-mysql-server | virtual-mysql-server,
            inetutils-ping | iputils-ping,
            logrotate,
Suggests: cacti-spine,
          moreutils,
          snmpd,
Description: web interface for graphing of monitoring systems
 Cacti is a complete PHP-driven front-end for RRDTool. It stores all of
 the necessary data source information to create graphs, handles the data
 gathering, and populates the MySQL database with round-robin archives.
 It also includes SNMP support for those used to creating traffic graphs
 with MRTG.
 .
 This package requires a functional MySQL database server on either the
 installation host or a remotely accessible system.