slackbuilds/network/cacti
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README network/cacti: Updated for version 1.1.38. 2018-06-03 18:11:02 +01:00
README.SBo network/cacti: Updated for version 1.1.38. 2018-06-03 18:11:02 +01:00
cacti.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
cacti.info network/cacti: Updated for version 1.1.38. 2018-06-03 18:11:02 +01:00
doinst.sh network/cacti: Updated for version 0.8.7h. 2011-10-11 21:20:28 -05:00
slack-desc network/cacti: Updated homepage and download links 2017-07-22 06:55:06 +07:00

README

Cacti is a complete network graphing solution designed to
harness the power of RRDTool's data storage and graphing funcionality.

Cacti provides a fast poller, advanced graph templating, multiple
data acquisition methods, and user-management features out of the box.

All of this is wrapped in an intuitive, easy to use interface that
makes sense for LAN-sized installations up to complex networks with
hundreds of devices.

This SlackBuild uses the following defaults:
* DOCROOT=/var/www/htdocs
* PHPUSER=root
* PHPGROUP=apache

Change these at build time if preferred:
# DOCROOT=/your/preferred/directory \
    PHPUSER=youruser PHPGROUP=yourgroup \
    ./cacti.SlackBuild

httpd, php, and mariadb (as included in Slackware) must also be configured
properly and running.  Check the included documentation to setup your
MariaDB database and users.  See also README.SBo.