1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: cacti
Section: web
Priority: extra
Maintainer: sean finney <seanius@debian.org>
Build-Depends: debhelper (>= 4.2.8), po-debconf, dpatch
Standards-Version: 3.7.2
Package: cacti
Architecture: all
Depends: apache2 | apache | apache-ssl | apache-perl | httpd, libapache2-mod-php4 | php4 | libapache2-mod-php5 | php5, php4-mysql (>= 4.3.10-9) | php5-mysql, php4-cli | php5-cli, php4-snmp | php5-snmp, virtual-mysql-client, rrdtool, snmp, logrotate, libphp-adodb (>= 4.50-1), ucf, dbconfig-common (>= 1.8.8), ${misc:Depends}
Recommends: mysql-server, iputils-ping
Description: Frontend to rrdtool for monitoring systems and services
Cacti is a complete frontend to rrdtool, it stores all of the necessary
information to create graphs and populates them with data in a MySQL
database. The frontend is completely PHP driven. Along with being able
to maintain Graphs, Data Sources, and Round Robin Archives in a
database, cacti handles the data gathering also. There is also 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 remotely accessible system. If you do not already
have a database server available, you should also install mysql-server.
|