diff options
author | Niels Horn <niels.horn@gmail.com> | 2010-05-13 00:59:55 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:59:55 +0200 |
commit | 9a981fcfe5780b39a066d4aad73fdb7bc38d3a5a (patch) | |
tree | 0a8623e06e9f418468354bb1282bf1446e611b59 /network/cacti/README | |
parent | c1c07adda66f6ee1324bb5bb80fa17744071df05 (diff) | |
download | slackbuilds-9a981fcfe5780b39a066d4aad73fdb7bc38d3a5a.tar.gz |
network/cacti: Added to 13.0 repository
Diffstat (limited to 'network/cacti/README')
-rw-r--r-- | network/cacti/README | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/network/cacti/README b/network/cacti/README new file mode 100644 index 0000000000..344146e40b --- /dev/null +++ b/network/cacti/README @@ -0,0 +1,25 @@ +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 + +Requires: +- rrdtool (available on SlackBuilds.org) +- httpd, php & mysql (as included in Slackware) configured & running + +Check the included documentation to setup your MySQL database and users. |