|
Cacinda: Cacti Integration Dashboard
|
Documentation
Installation
============
1) Check out all files using a CVS client
2) Copy inc/configure.php.dist to inc/configure.php
3) Edit inc/configure.php to match your environment
Note 1: Required modules
Cacinda uses HTTP_Request for Nagios integration and Image_Canvas for
graph generation.
If you get an error about Image/Graph.php or Image/Canvas.php not being
found, the PEAR module Image_Graph is not on your system and you need
to install it. As root or as a user who can write to your local PEAR
repository, run the command
pear install Image_Graph
(Please note that Image_Graph also requires FreeType support)
If you get an error about HTTP/Request.php not being found, the PEAR module
HTTP_Request is not on your system and you need to install it. As root or
as a user who can write to your local PEAR repository, run the command
pear install HTTP_Request
Note 2: Authentication does not work properly, so trust your
user base (will be fixed in an upcoming release).
|