[opensuse-factory] Documentation changes on page and help needed on what do I need in my index.html to use a lamp stack for cacti ?

Hello, What do I need in my index.html to use a lamp stack for cacti ? - I have no index.html in /srv/www/htdocs/ - Im trying to get cacti http://en.opensuse.org/Cacti to install/run on localhost[127.0.0.1] 1. Also can someone help/assist update the documentation details on this Cacti documentation web page http://en.opensuse.org/Cacti Some changes have been identified, see [6]for details on old/new lines. I am using this as a guide, but it looks like it is out of date by a version. 2. I am stuck on the configation part , can someone assist ? I've included a for list of Documentation changes, see[6] below. Thanks Glenn 127.0.0.1 I get following error: Access forbidden! You don't have permission to access the requested directory. There is either no index document or the directory is read-protected. If you think this is a server error, please contact the webmaster. Error 403 1. Using Cacti from http://download.opensuse.org/repositories/server:/monitoring/openSUSE_Factor... 2. Document root and file listing: # ls /srv/www/htdocs/ gif info2html.css 3. configuration files # ll /etc/apache2/vhosts.d/cacti.conf /srv/www/cacti/config.php -rw-r--r-- 1 root root 529 May 2 21:29 /etc/apache2/vhosts.d/cacti.conf -rw-r--r-- 1 wwwrun www 2114 May 2 21:31 /srv/www/cacti/config.php # cat /etc/apache2/vhosts.d/cacti.conf <VirtualHost *:80> ServerAdmin root@localhost ServerName localhost DocumentRoot /srv/www/cacti/ ErrorLog /var/log/apache2/cacti-error_log CustomLog /var/log/apache2/cacti-access_log combined HostnameLookups Off UseCanonicalName Off ServerSignature On <IfModule mod_userdir.c> UserDir public_html Include /etc/apache2/mod_userdir.conf </IfModule> <Directory "/usr/share/cacti"> Options Indexes FollowSymLinks AllowOverride None Order allow,deny Allow from all </Directory> </VirtualHost> # cat /srv/www/cacti/config.php <?php /* +-------------------------------------------------------------------------+ | Copyright (C) 2004-2011 The Cacti Group | | | | This program is free software; you can redistribute it and/or | | modify it under the terms of the GNU General Public License | | as published by the Free Software Foundation; either version 2 | | of the License, or (at your option) any later version. | | | | This program is distributed in the hope that it will be useful, | | but WITHOUT ANY WARRANTY; without even the implied warranty of | | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | | GNU General Public License for more details. | +-------------------------------------------------------------------------+ | Cacti: The Complete RRDTool-based Graphing Solution | +-------------------------------------------------------------------------+ | This code is designed, written, and maintained by the Cacti Group. See | | about.php and/or the AUTHORS file for specific developer information. | +-------------------------------------------------------------------------+ | http://www.cacti.net/ | +-------------------------------------------------------------------------+ */ /* make sure these values refect your actual database/host/user/password */ $database_type = "mysql"; $database_default = "cactidb"; $database_hostname = "localhost"; $database_username = "cacti"; $database_password = "cacti"; $database_port = "3306"; $database_ssl = false; /* Edit this to point to the default URL of your Cacti install ex: if your cacti install as at http://serverip/cacti/ this would be set to /cacti/ */ $url_path = "/"; /* Default session name - Session name must contain alpha characters */ $cacti_session_name = "Cacti"; ?> 5. cacti installed on /srv/www/cacti/ # ls /srv/www/cacti/ about.php color.php graph_image.php graphs.php index.php poller_commands.php settings.php auth_changepassword.php data_input.php graph_settings.php graphs_items.php install poller_export.php templates_export.php auth_login.php data_queries.php graph_templates.php graphs_new.php lib resource templates_import.php cacti.sql data_sources.php graph_templates_inputs.php host.php logout.php rra tree.php cdef.php data_templates.php graph_templates_items.php host_templates.php plugins rra.php user_admin.php cli gprint_presets.php graph_view.php images plugins.php script_server.php utilities.php cmd.php graph.php graph_xport.php include poller.php scripts [6] List of Documentation changes identified. ############################################ source http://en.opensuse.org/Cacti old lines in documentation identified: ===================================== zypper ar http://download.opensuse.org/repositories/server:/monitoring/openSUSE_11.4/ server:monitoring zypper in mysql-community-server mysql-community-server-client zypper in cacti-PA cacti-PA-boost cacti-PA-clog cacti-PA-cycle cacti-PA-discovery cacti-PA-docs cacti-PA cacti-PA-flowview cacti-PA-hostinfo cacti-PA-loginmod cacti-PA-mactrack cacti-PA-monitor cacti-PA-npc cacti-PA-ntop cacti-PA-realtime cacti-PA-routerconfigs cacti-PA-settings cacti-PA-ssl cacti-PA-syslog cacti-PA-thold cacti-PA-tools cacti-PA-update new lines in documentation identified: ===================================== zypper ar http://download.opensuse.org/repositories/server:/monitoring/openSUSE_12.3/ server:monitoring zypper in mariadb zypper in cacti cacti-plugin-autom8 cacti-plugin-boost cacti-PA-clog cacti-plugin-cycle cacti-plugin-discovery cacti-plugin-docs cacti-plugin-flowview cacti-plugin-hostinfo cacti-plugin-loginmod cacti-plugin-mactrack cacti-plugin-monitor cacti-plugin-npc cacti-plugin-ntop cacti-plugin-realtime cacti-plugin-routerconfigs cacti-plugin-settings cacti-plugin-ssl cacti-plugin-syslog cacti-plugin-thold cacti-plugin-tools cacti-plugin-update Replace text in documentation: ============================= /usr/share/cacti/ to /srv/www/cacti/ -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org

On 05/01/2013 08:14 PM, doiggl@velocitynet.com.au pecked at the keyboard and wrote:
Unless you are using factory you need to ask elsewhere, such as the opensuse mailing list or one of the forums. -- Ken Schneider SuSe since Version 5.2, June 1998 -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org

On 05/01/2013 08:14 PM, doiggl@velocitynet.com.au pecked at the keyboard and wrote:
Unless you are using factory you need to ask elsewhere, such as the opensuse mailing list or one of the forums. -- Ken Schneider SuSe since Version 5.2, June 1998 -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
participants (2)
-
doiggl@velocitynet.com.au
-
Ken Schneider - openSUSE