From mk200726@sac.sfbay.sun.com Tue Nov 24 07:54:32 2009
Received: from sunmail3mpk.sfbay.sun.com (sunmail3mpk.SFBay.Sun.COM [129.146.11.52])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id nAOFsVXx006684
	for <LSARC-ext@sac.sfbay.sun.com>; Tue, 24 Nov 2009 07:54:32 -0800 (PST)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail3mpk.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id nAOFsTZo016314;
	Tue, 24 Nov 2009 07:54:31 -0800 (PST)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KTM00M0PEUVAP00@brm-avmta-1.central.sun.com>; Tue,
 24 Nov 2009 08:54:31 -0700 (MST)
Received: from dm-sfbay-02.sfbay.sun.com ([129.146.11.31])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KTM00CG6EUU4X90@brm-avmta-1.central.sun.com>; Tue,
 24 Nov 2009 08:54:30 -0700 (MST)
Received: from sac.sfbay.sun.com (sac.SFBay.Sun.COM [129.146.226.132])
	by dm-sfbay-02.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4)
 with ESMTP id nAOFsUQK029635; Tue, 24 Nov 2009 07:54:30 -0800 (PST)
Received: from sac.sfbay.sun.com (localhost [127.0.0.1])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id nAOFsSDG006679; Tue,
 24 Nov 2009 07:54:28 -0800 (PST)
Received: (from mk200726@localhost)
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8/Submit) id nAOFsSfE006675; Tue,
 24 Nov 2009 07:54:28 -0800 (PST)
Date: Tue, 24 Nov 2009 07:54:28 -0800 (PST)
From: Michael Kearney <mk200726@sac.sfbay.sun.com>
Subject: Cacti 0.8.x [LSARC/2009/641 FastTrack timeout 12/07/2009]
To: LSARC-ext@sun.com
Message-id: <200911241554.nAOFsSfE006675@sac.sfbay.sun.com>
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
Status: RO
Content-Length: 19667


Template Version: @(#)sac_nextcase 1.68 02/23/09 SMI
This information is Copyright 2009 Sun Microsystems
1. Introduction
    1.1. Project/Component Working Name:
	 Cacti 0.8.x
    1.2. Name of Document Author/Supplier:
	 Author:  Rajiv Rajanna
    1.3  Date of This Document:
	24 November, 2009
4. Technical Description
1. Introduction
   1.1. Project/Component Working Name:
        Port cacti 0.8.x to OpenSolaris

   1.2. Name of Document Author/Supplier:
        Author: Rajiv Rajanna

   1.3. Date of This Document:
        23 November 2009

2. Project Summary
   2.1 Project Description

       This project will port cacti 0.8.x(0.8.7e) to OpenSolaris. 
	Cacti will be installed as SUNWcacti which will be part
    of SFW consolidation.

4. Technical Description:

	Cacti is a complete frontend to RRDTool, it stores all of the necessary 
	information to create graphs and populate 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. There is also SNMP support for those 
	used to creating traffic graphs with MRTG.
	
	cacti is free software distributed under the terms of 
	GNU GENERAL PUBLIC LICENSE Version 2, June 1991


5. Interfaces 

   Exported interface                                    Classification Interface type
   =============================                         ============== ==============
   SUNWcacti                                             Uncommitted     Package name
    /usr/cacti/poller.php                                Committed       This script runs through 
                                                                         crontab at peroidic intervals 
                                                                         set by the user
    /usr/cacti/cli/add_data_query.php                    Committed       Command
    /usr/cacti/cli/add_device.php                        Committed       Command
    /usr/cacti/cli/add_graphs.php                        Committed       Command 
    /usr/cacti/cli/add_graph_template.php                Committed       Command
    /usr/cacti/cli/add_perms.php                         Committed       Command
    /usr/cacti/cli/add_tree.php                          Committed       Command
    /usr/cacti/cli/copy_user.php                         Committed       Command
    /usr/cacti/cli/host_update_template.php              UnCommitted     Command
    /usr/cacti/cli/import_template.php                   Uncommitted     Command
    /usr/cacti/cli/poller_data_sources_reapply_names.php UnCommitted     Command
    /usr/cacti/cli/poller_graphs_reapply_names.php       Committed       Command
    /usr/cacti/cli/poller_output_empty.php               Committed       Command
    /usr/cacti/cli/poller_reindex_hosts.php              Committed       Command
    /usr/cacti/cli/rebuild_poller_cache.php              Committed       Command
    /usr/cacti/cli/repair_database.php                   Uncommitted     Command
    /usr/cacti/cli/structure_rra_paths.php               Uncommitted     Command
    /usr/cacti/cli/upgrade_database.php                  Uncommitted     Command
	/usr/cacti/include/config.php                        Committed       Contains database config
                                                                         params such as db type, user, password
 
   
   Imported interface        Classification   Comments
   =======================   ==============   =================================== 
   SUNWmysql5                Uncommitted      MySQL Database Management System (usr component)
   SUNWmysql-base            Uncommitted      MySQL Database Management System (Base)
   SUNWphp52                 Uncommitted      PHP Server 5.2
   SUNWphp52- mysql          Uncommitted      PHP 5.2 module for MySQL
   SUNWapch22m-php52         Uncommitted      PHP Server 5.2 module for Apache Web Server V2.2
   SUNWphp52-mysql           Uncommitted      PHP 5.2 module for MySQL
   SUNWapch22                Uncommitted      Apache Web Server V2.2
   SUNWapch22m-fcgid         Uncommitted      FastCGI plugin for Apache Web Server V2.2
   SUNWapch22m-php52         Uncommitted      PHP Server 5.2 module for Apache Web Server V2.2
   SUNWapch22m-security      Uncommitted      Mod Security plugin for Apache Web Server V2.2
   SUNWapr13                 Uncommitted      Apache Portable Runtime (APR) 1.3 development header files and libraries
   SUNWapu13                 Uncommitted      Apache Portable Runtime Utility (APR-util) 1.3 development header files and libraries
   SUNWapu13-ldap            Uncommitted      Apache Portable Runtime Utility (APR-util) 1.3 LDAP's stub
   SUNWrrdtool               Uncommitted      Data analysis tool generating graphical representations
   SUNWnet-snmp-core         Uncommitted      Net-SNMP Agent files and libraries
   SUNWnet-snmp-utils        Uncommitted      Net-SNMP Agent applications and utilities
   SUNWnet-snmp-addons       Uncommitted      Net-SNMP addon libraries
   SUNWperl584core           Uncommitted      Perl 5.8.4 (core)
   SUNWperl584usr            Uncommitted      Perl 5.8.4 (non-core)
   


6. Resources and Schedule:
   6.4. Product Approval Committee requested information:
   	6.4.1. Consolidation or Component Name:
	       SFW
   6.5. ARC review type: Automatic

   6.6. ARC Exposure: open

Reference Documents
===================
   [1] http://cacti.net/

================================================================
Appendix 1: cacti Directory and File Structure.


/usr/cacti:
    about.php
    auth_changepassword.php
    auth_login.php
    cacti.sql
    cdef.php
    cmd.php
    color.php
    data_input.php
    data_queries.php
    data_sources.php
    data_templates.php
    gprint_presets.php
    graph_image.php
    graph.php
    graph_settings.php
    graphs_items.php
    graphs_new.php
    graphs.php
    graph_templates_inputs.php
    graph_templates_items.php
    graph_templates.php
    graph_view.php
    graph_xport.php
    host.php
    host_templates.php
    index.php
    LICENSE
    logout.php
    poller_commands.php
    poller_export.php
    poller.php
    README
    rra.php
    script_server.php
    script_server.pl
    settings.php
    templates_export.php
    templates_import.php
    tree.php
    user_admin.php
    utilities.php
    /usr/cacti/cli:
        add_data_query.php
        add_device.php
        add_graphs.php
        add_graph_template.php
        add_perms.php
        add_tree.php
        copy_user.php
        host_update_template.php
        .htaccess
        import_template.php
        poller_data_sources_reapply_names.php
        poller_graphs_reapply_names.php
        poller_output_empty.php
        poller_reindex_hosts.php
        rebuild_poller_cache.php
        repair_database.php
        structure_rra_paths.php
        upgrade_database.php
    /usr/cacti/docs:
        CHANGELOG
        CONTRIB
		README
        /usr/cacti/docs/html:
            advanced_topics.html
            basics.html
            batch_copy_users.html
            bsd_ports.html
            cacti_help.html
            cdefs.html
            check_cacti_poller.html
            check_data_gathering.html
            check_mysql_updating.html
            check_rrd_graph.html
            check_rrd_numbers.html
            check_rrd_owner.html
            check_rrd_updating.html
            check_zero_values.html
            cli_add_data_query.html
            cli_add_device.html
            cli_add_graphs.html
            cli_add_graph_template.html
            cli_add_perms.html
            cli_add_tree.html
            cli_copy_user.html
            cli_poller_graphs_reapply_names.html
            cli_poller_output_empty.html
            cli_poller_reindex_hosts.html
            copying_user.html
            create_new_user.html
            data_input_methods.html
            data_presentation.html
            data_queries.html
            data_storage.html
            debugging.html
            debug_miscellaneous.html
            debug_rpm_installation.html
            delete_users.html
            enable_disable_users.html
            faq.html
            graph_howto.html
            graph_overview.html
            graph_snmp_oid.html
            graph_templates.html
            graph_viewing.html
            guest_access.html
            host_templates.html
            host_variables.html
            how_to.html
            index.html
            installation.html
            install_unix.html
            install_windows.html
            LICENSE.html
            making_scripts_work_with_cacti.html
            migration_php_scripts_to_script_server.html
            new_graphs.html
            operating_principles.html
            php_script_server.html
            reference.html
            requirements.html
            rrdtool_features.html
            script_query_xml.html
            scripts.html
            snmp_query_xml.html
            template_export.html
            template_import.html
            templates.html
            testing_script_in_script_server.html
            unix_apply_patches.html
            unix_configure_cacti.html
            unix_configure_httpd.html
            unix_configure_mysql.html
            unix_configure_php.html
            unix_configure_spine.html
            upgrade.html
            upgrade_using_hostmib_data_queries.html
            user_management.html
            using_spine.html
            variables.html
            /usr/cacti/docs/html/images:
                data_source_title_example1.png
                data_source_title_example2.png
                data_source_title_template.png
                data_template.png
                export_template.png
                graph_template.png
                graph_tree.png
                host_template.png
                import_template.png
                new_device.png
                new_graphs.png
                principles_of_operation.png
                user_management_batch_copy_1.png
                user_management_batch_copy_2.png
                user_management_copy_1.png
                user_management_copy_2.png
                user_management_delete_1.png
                user_management_delete_2.png
                user_management_edit.png
                user_management_enable_disable_1.png
                user_management_enable_disable_2.png
                user_management_list.png
                user_management_new.png
        /usr/cacti/docs/pdf:
            README
        /usr/cacti/docs/txt:
            manual.txt
    /usr/cacti/images:
        arrow.gif
        auth_deny.gif
        auth_login.gif
        auth_logout.gif
        button_add.gif
        button_cancel2.gif
        button_cancel.gif
        button_clear.gif
        button_colapse_all.gif
        button_create.gif
        button_default.gif
        button_delete.gif
        button_expand_all.gif
        button_export.gif
        button_go.gif
        button_help.gif
        button_import.gif
        button_no.gif
        button_purge.gif
        button_refresh.gif
        button_save.gif
        button_view.gif
        button_yes.gif
        cacti_about_logo.gif
        cacti_backdrop2.gif
        cacti_backdrop.gif
        cacti_logo.gif
        calendar.gif
        delete_icon.gif
        delete_icon_large.gif
        favicon.ico
        graph_page_top.gif
        graph_properties.gif
        graph_query.png
        graph_zoom.gif
        hide.gif
        left_border.gif
        menuarrow.gif
        menu_line.gif
        move_down.gif
        move_left.gif
        move_right.gif
        move_up.gif
        reload_icon_small.gif
        shadow.gif
        shadow_gray.gif
        show.gif
        tab_cacti.gif
        tab_console_down.gif
        tab_console.gif
        tab_graphs_down.gif
        tab_graphs.gif
        tab_mode_list_down.gif
        tab_mode_list.gif
        tab_mode_preview_down.gif
        tab_mode_preview.gif
        tab_mode_tree_down.gif
        tab_mode_tree.gif
        tab_settings_down.gif
        tab_settings.gif
        transparent_line.gif
    /usr/cacti/include:
        auth.php
        bottom_footer.php
        config.php
        global_arrays.php
        global_constants.php
        global_form.php
        global.php
        global_settings.php
        layout.js
        main.css
        top_graph_header.php
        top_header.php
        zoom.js
        /usr/cacti/include/jscalendar:
            calendar.js
            calendar-setup.js
            /usr/cacti/include/jscalendar/lang:
                calendar-hu.js
                calendar-it.js
                calendar-jp.js
                calendar-ko.js
                calendar-ko-utf8.js
                calendar-lt.js
                calendar-lt-utf8.js
                calendar-lv.js
                calendar-nl.js
                calendar-no.js
                calendar-pl.js
                calendar-pl-utf8.js
                calendar-pt.js
                calendar-ro.js
                calendar-ru.js
                calendar-ru_win_.js
                calendar-si.js
                calendar-sk.js
                calendar-sp.js
                calendar-sv.js
                calendar-tr.js
                calendar-zh.js
                cn_utf8.js
        /usr/cacti/include/treeview:
            ftiens4_export.js
            ftiens4.js
            ftv2blank.gif
            ftv2lastnode.gif
            ftv2mlastnode.gif
            ftv2mnode.gif
            ftv2node.gif
            ftv2plastnode.gif
            ftv2pnode.gif
            ftv2vertline.gif
            ua.js
    /usr/cacti/install:
        0_8_1_to_0_8_2.php
        0_8_2a_to_0_8_3.php
        0_8_2_to_0_8_2a.php
        0_8_3_to_0_8_4.php
        0_8_4_to_0_8_5.php
        0_8_5a_to_0_8_6.php
        0_8_6c_to_0_8_6d.php
        0_8_6d_to_0_8_6e.php
        0_8_6f_to_0_8_6g.php
        0_8_6g_to_0_8_6h.php
        0_8_6h_to_0_8_6i.php
        0_8_6j_to_0_8_7.php
        0_8_6_to_0_8_6a.php
        0_8_7a_to_0_8_7b.php
        0_8_7b_to_0_8_7c.php
        0_8_7c_to_0_8_7d.php
        0_8_7d_to_0_8_7e.php
        0_8_7_to_0_8_7a.php
        0_8_to_0_8_1.php
        index.php
        install_finish.gif
        install_next.gif
    /usr/cacti/lib:
        api_automation_tools.php
        api_data_source.php
        api_device.php
        api_graph.php
        api_poller.php
        api_tree.php
        auth.php
        cdef.php
        database.php
        data_query.php
        export.php
        functions.php
        graph_export.php
        graph_variables.php
        html_form.php
        html_form_template.php
        html.php
        html_tree.php
        html_utility.php
        html_validate.php
        import.php
        ldap.php
        ping.php
        poller.php
        rrd.php
        snmp.php
        sort.php
        template.php
        time.php
        timespan_settings.php
        tree.php
        utility.php
        variables.php
        xml.php
        /usr/cacti/lib/adodb:
            adodb-csvlib.inc.php
            adodb-datadict.inc.php
            adodb-errorhandler.inc.php
            adodb-error.inc.php
            adodb-errorpear.inc.php
            adodb-exceptions.inc.php
            adodb.inc.php
            adodb-iterator.inc.php
            adodb-lib.inc.php
            adodb-pear.inc.php
            adodb-perf.inc.php
            adodb-php4.inc.php
            adodb-time.inc.php
            adodb-xmlschema.inc.php
            license.txt
            toexport.inc.php
            tohtml.inc.php
            /usr/cacti/lib/adodb/datadict:
                datadict-access.inc.php
                datadict-db2.inc.php
                datadict-firebird.inc.php
                datadict-generic.inc.php
                datadict-ibase.inc.php
                datadict-informix.inc.php
                datadict-mssql.inc.php
                datadict-mysql.inc.php
                datadict-oci8.inc.php
                datadict-postgres.inc.php
                datadict-sapdb.inc.php
                datadict-sybase.inc.php
            /usr/cacti/lib/adodb/drivers:
                adodb-access.inc.php
                adodb-ado5.inc.php
                adodb-ado_access.inc.php
                adodb-ado.inc.php
                adodb-ado_mssql.inc.php
                adodb-borland_ibase.inc.php
                adodb-csv.inc.php
                adodb-db2.inc.php
                adodb-fbsql.inc.php
                adodb-firebird.inc.php
                adodb-ibase.inc.php
                adodb-informix72.inc.php
                adodb-informix.inc.php
                adodb-ldap.inc.php
                adodb-mssql.inc.php
                adodb-mssqlpo.inc.php
                adodb-mysqli.inc.php
                adodb-mysql.inc.php
                adodb-mysqlt.inc.php
                adodb-netezza.inc.php
                adodb-oci805.inc.php
                adodb-oci8.inc.php
                adodb-oci8po.inc.php
                adodb-odbc.inc.php
                adodb-odbc_mssql.inc.php
                adodb-odbc_oracle.inc.php
                adodb-odbtp.inc.php
                adodb-odbtp_unicode.inc.php
                adodb-oracle.inc.php
                adodb-pdo.inc.php
                adodb-postgres64.inc.php
                adodb-postgres7.inc.php
                adodb-postgres.inc.php
                adodb-proxy.inc.php
                adodb-sapdb.inc.php
                adodb-sqlanywhere.inc.php
                adodb-sqlite.inc.php
                adodb-sqlitepo.inc.php
                adodb-sybase.inc.php
                adodb-vfp.inc.php
            /usr/cacti/lib/adodb/lang:
                adodb-ar.inc.php
                adodb-bg.inc.php
                adodb-bgutf8.inc.php
                adodb-ca.inc.php
                adodb-cn.inc.php
                adodb-cz.inc.php
                adodb-de.inc.php
                adodb-en.inc.php
                adodb-es.inc.php
                adodb-fr.inc.php
                adodb-hu.inc.php
                adodb-it.inc.php
                adodb-nl.inc.php
                adodb-pl.inc.php
                adodb-pt-br.inc.php
                adodb-ro.inc.php
                adodb-ru1251.inc.php
                adodb-sv.inc.php
    /usr/cacti/log:
        cacti.log
        .htaccess
        .placeholder
    /usr/cacti/resource:
        /usr/cacti/resource/script_queries:
            host_cpu.xml
            host_disk.xml
            unix_disk.xml
        /usr/cacti/resource/script_server:
            host_cpu.xml
            host_disk.xml
        /usr/cacti/resource/snmp_queries:
            host_disk.xml
            interface.xml
            kbridge.xml
            net-snmp_disk.xml
            netware_cpu.xml
            netware_disk.xml
    /usr/cacti/rra:
        .placeholder
    /usr/cacti/scripts:
        3com_cable_modem.pl
        diskfree.pl
        diskfree.sh
        linux_memory.pl
        loadavg_multi.pl
        loadavg.pl
        ping.pl
        query_host_cpu.php
        query_host_partitions.php
        query_unix_partitions.pl
        sql.php
        ss_fping.php
        ss_host_cpu.php
        ss_host_disk.php
        ss_sql.php
        unix_processes.pl
        unix_tcp_connections.pl
        unix_users.pl
        weatherbug.pl
        webhits.pl

6. Resources and Schedule
    6.4. Steering Committee requested information
   	6.4.1. Consolidation C-team Name:
		SFW
    6.5. ARC review type: FastTrack
    6.6. ARC Exposure: open


From Darren.Moffat@sun.com Tue Nov 24 08:05:02 2009
Received: from newsunmail1brm.central.sun.com (newsunmail1brm.Central.Sun.COM [129.147.62.245])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id nAOG52q8007120
	for <LSARC-ext@sac.sfbay.sun.com>; Tue, 24 Nov 2009 08:05:02 -0800 (PST)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by newsunmail1brm.central.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.4) with ESMTP id nAOG4wg3048993
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Tue, 24 Nov 2009 09:05:02 -0700 (MST)
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KTM0090XFCD2900@nwk-avmta-2.sfbay.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Tue, 24 Nov 2009 08:05:01 -0800 (PST)
Received: from gmp-eb-inf-2.sun.com ([192.18.6.24])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KTM0066BFCCBM40@nwk-avmta-2.sfbay.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@sun.com); Tue,
 24 Nov 2009 08:05:01 -0800 (PST)
Received: from fe-emea-10.sun.com
 (gmp-eb-lb-1-fe1.eu.sun.com [192.18.6.7] (may be forged))
	by gmp-eb-inf-2.sun.com (8.13.7+Sun/8.12.9) with ESMTP id nAOG4xnf010674	for
 <LSARC-ext@sun.com>; Tue, 24 Nov 2009 16:05:00 +0000 (GMT)
Received: from conversion-daemon.fe-emea-10.sun.com by fe-emea-10.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KTM00J00F60LF00@fe-emea-10.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Tue, 24 Nov 2009 16:04:47 +0000 (GMT)
Received: from [192.168.1.105]
 (cpc2-rdng20-2-0-cust917.15-3.cable.virginmedia.com [86.28.167.150])
 by fe-emea-10.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 with ESMTPSA id <0KTM004RPFBNFB10@fe-emea-10.sun.com>; Tue,
 24 Nov 2009 16:04:36 +0000 (GMT)
Date: Tue, 24 Nov 2009 16:04:35 +0000
From: Darren J Moffat <Darren.Moffat@sun.com>
Subject: Re: Cacti 0.8.x [LSARC/2009/641 FastTrack timeout 12/07/2009]
In-reply-to: <200911241554.nAOFsSfE006675@sac.sfbay.sun.com>
Sender: Darren.Moffat@sun.com
To: Michael Kearney <mk200726@sac.sfbay.sun.com>
Cc: LSARC-ext@sun.com
Message-id: <4B0C0413.9040001@Sun.COM>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <200911241554.nAOFsSfE006675@sac.sfbay.sun.com>
User-Agent: Thunderbird 2.0.0.23 (X11/20091027)
Status: RO
Content-Length: 621


Why /usr/cacti ?  This isn't were it gets installed on Linux 
distributions and we shouldn't be creating lots of new toplevel 
directories in /usr on OpenSolaris either.

Instead I think this should be in

	/usr/lib/cacti/
	/usr/share/cacti/
	/var/cacti/	- for anything expected to be large and growing
	/etc/cacti/

etc as appropriate.

When I've installed cacti before I've usually just put it all under the 
htdocs directory of an Apache installed.  So how will this install be 
hooked into the Apache ?  What will the admin have to do to get Cacti 
running after doing 'pkg install SUNWcacti' ?

-- 
Darren J Moffat

From Michael.Kearney@sun.com Tue Dec  1 09:15:59 2009
Received: from sunmail3mpk.sfbay.sun.com (sunmail3mpk.SFBay.Sun.COM [129.146.11.52])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id nB1HFx2l026746
	for <LSARC-ext@sac.sfbay.sun.com>; Tue, 1 Dec 2009 09:15:59 -0800 (PST)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail3mpk.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id nB1HFwOH011184
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Tue, 1 Dec 2009 09:15:58 -0800 (PST)
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KTZ00503HAMGE00@nwk-avmta-2.sfbay.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Tue, 01 Dec 2009 09:15:58 -0800 (PST)
Received: from brmea-mail-1.sun.com ([192.18.98.31])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KTZ00L44HAL1NC0@nwk-avmta-2.sfbay.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@sun.com); Tue,
 01 Dec 2009 09:15:58 -0800 (PST)
Received: from fe-amer-09.sun.com ([192.18.109.79])
	by brmea-mail-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id nB1HFv7h016938	for
 <LSARC-ext@sun.com>; Tue, 01 Dec 2009 17:15:57 +0000 (GMT)
Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KTZ00700GVM8I00@mail-amer.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Tue, 01 Dec 2009 10:15:57 -0700 (MST)
Received: from [129.147.223.4] ([unknown] [129.147.223.4])
 by mail-amer.sun.com (Sun Java(tm) System Messaging Server 7u2-7.04 64bit
 (built Jul  2 2009)) with ESMTPSA id <0KTZ00G9CHAI6YG0@mail-amer.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@sun.com); Tue,
 01 Dec 2009 10:15:54 -0700 (MST)
Date: Tue, 01 Dec 2009 10:15:54 -0700
From: Michael Kearney <Michael.Kearney@sun.com>
Subject: [Fwd: Re: Cacti 0.8.x [LSARC/2009/641 FastTrack timeout 12/07/2009]]
Sender: Michael.Kearney@sun.com
To: LSARC-ext@sun.com
Message-id: <4B154F4A.9040204@Sun.com>
MIME-version: 1.0
Content-type: multipart/mixed; boundary="Boundary_(ID_K3y6xfUI+9bmWH2wFF3uIQ)"
X-PMX-Version: 5.4.1.325704
User-Agent: Thunderbird 2.0.0.23 (Windows/20090812)
Status: RO
Content-Length: 2754

This is a multi-part message in MIME format.

--Boundary_(ID_K3y6xfUI+9bmWH2wFF3uIQ)
Content-type: text/plain; CHARSET=US-ASCII; format=flowed
Content-transfer-encoding: 7BIT

Forwarding answer.

-------- Original Message --------
Subject: 	Re: Cacti 0.8.x [LSARC/2009/641 FastTrack timeout 12/07/2009]
Date: 	Wed, 25 Nov 2009 16:45:54 +0530
From: 	Rajiv Rajanna <Rajiv.Rajanna@Sun.COM>
To: 	Michael Kearney <Michael.Kearney@Sun.COM>
CC: 	Darren J Moffat <Darren.Moffat@Sun.COM>
References: 	<200911241554.nAOFsSfE006675@sac.sfbay.sun.com> 
<4B0C0413.9040001@Sun.COM> <4B0C1A67.20104@Sun.com>



Please see below for embeded reply
Michael Kearney wrote:
> Hello Darren,
> 
> I'm CCing Rajiv on this.  He usually responds overnight.
> 
>        Regards,
>           Michael
> 
> Darren J Moffat wrote:
>>
>> Why /usr/cacti ?  This isn't were it gets installed on Linux 
>> distributions and we shouldn't be creating lots of new toplevel 
>> directories in /usr on OpenSolaris either.
>>
>> Instead I think this should be in
>>
>>     /usr/lib/cacti/
>>     /usr/share/cacti/
>>     /var/cacti/    - for anything expected to be large and growing

   /var/cacti is appropriate as cacti collects graphing data which can 
grow over time


>>     /etc/cacti/
>>
>> etc as appropriate.
>>
>> When I've installed cacti before I've usually just put it all under 
>> the htdocs directory of an Apache installed.  So how will this install 
>> be hooked into the Apache ?  

a symbolic link is created in htdocs which points to cacti dir


>>What will the admin have to do to get 
>> Cacti running after doing 'pkg install SUNWcacti' ?

http://<localhost or hostname>/cacti


regards
Rajiv



>>
> 
> -- 
> <http://www.sun.com> 	* Michael Kearney *
> Staff Software Engineer
> 
> *Sun Microsystems, Inc.*
> MS UBRM05-390, 500 Eldorado Blvd
> Broomfield, CO 80021 US
> Phone 303-272-2402
> Fax 303-272-6554
> Email Michael.Kearney@Sun.COM
> 	
> 




-- 
<http://www.sun.com> 	* Michael Kearney *
Staff Software Engineer

*Sun Microsystems, Inc.*
MS UBRM05-390, 500 Eldorado Blvd
Broomfield, CO 80021 US
Phone 303-272-2402
Fax 303-272-6554
Email Michael.Kearney@Sun.COM
	


--Boundary_(ID_K3y6xfUI+9bmWH2wFF3uIQ)
Content-type: text/x-vcard; CHARSET=US-ASCII; name=Michael_Kearney.vcf
Content-transfer-encoding: 7BIT
Content-disposition: attachment; filename=Michael_Kearney.vcf

begin:vcard
fn:Michael Kearney
n:Kearney;Michael
org:Sun Microsystems, Inc.;Archive Core Engineering
adr:500 Eldorado Blvd.;;Mailstop UBRM05-390;Broomfield;CO;80021;US
email;internet:Michael.Kearney@Sun.com
title:Staff Software Engineer
tel;work:303-272-2402
tel;fax:303-272-6554
x-mozilla-html:TRUE
url:http://www.sun.com/
version:2.1
end:vcard


--Boundary_(ID_K3y6xfUI+9bmWH2wFF3uIQ)--

From Michael.Kearney@Sun.COM Tue Dec  1 12:16:22 2009
Received: from sunmail3mpk.sfbay.sun.com (sunmail3mpk.SFBay.Sun.COM [129.146.11.52])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id nB1KGMjP007827
	for <LSARC-ext@sac.sfbay.sun.com>; Tue, 1 Dec 2009 12:16:22 -0800 (PST)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail3mpk.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id nB1KGLOi021646
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Tue, 1 Dec 2009 12:16:21 -0800 (PST)
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KTZ00F01PN9WU00@nwk-avmta-2.sfbay.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Tue, 01 Dec 2009 12:16:21 -0800 (PST)
Received: from brmea-mail-1.sun.com ([192.18.98.31])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KTZ007L6PN9RRA0@nwk-avmta-2.sfbay.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@sun.com); Tue,
 01 Dec 2009 12:16:21 -0800 (PST)
Received: from fe-amer-09.sun.com ([192.18.109.79])
	by brmea-mail-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id nB1KGKaP017234	for
 <LSARC-ext@sun.com>; Tue, 01 Dec 2009 20:16:20 +0000 (GMT)
Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KTZ00H00PBGI100@mail-amer.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Tue, 01 Dec 2009 13:16:20 -0700 (MST)
Received: from [129.147.223.4] ([unknown] [129.147.223.4])
 by mail-amer.sun.com (Sun Java(tm) System Messaging Server 7u2-7.04 64bit
 (built Jul  2 2009)) with ESMTPSA id <0KTZ00BA9PN8YJ50@mail-amer.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@sun.com); Tue,
 01 Dec 2009 13:16:20 -0700 (MST)
Date: Tue, 01 Dec 2009 13:16:19 -0700
From: Michael Kearney <Michael.Kearney@Sun.COM>
Subject: Cacti 0.8.x [LSARC/2009/641 FastTrack timeout 12/07/2009]
In-reply-to: <4B0D11EA.40401@sun.com>
Sender: Michael.Kearney@Sun.COM
To: Rajiv Rajanna <Rajiv.Rajanna@Sun.COM>
Cc: LSARC-ext@Sun.COM
Message-id: <4B157993.3020608@Sun.com>
MIME-version: 1.0
Content-type: multipart/mixed; boundary="Boundary_(ID_4zwYPpyjWueCgqCkayd6tg)"
X-PMX-Version: 5.4.1.325704
References: <200911241554.nAOFsSfE006675@sac.sfbay.sun.com>
 <4B0C0413.9040001@Sun.COM> <4B0C1A67.20104@Sun.com> <4B0D11EA.40401@sun.com>
User-Agent: Thunderbird 2.0.0.23 (Windows/20090812)
Status: RO
Content-Length: 894

This is a multi-part message in MIME format.

--Boundary_(ID_4zwYPpyjWueCgqCkayd6tg)
Content-type: text/plain; CHARSET=US-ASCII; format=flowed
Content-transfer-encoding: 7BIT

This case was voted approved in today's meeting.
I have marked it closed approved.

       Best Regards,
          Michael

--Boundary_(ID_4zwYPpyjWueCgqCkayd6tg)
Content-type: text/x-vcard; CHARSET=US-ASCII; name=Michael_Kearney.vcf
Content-transfer-encoding: 7BIT
Content-disposition: attachment; filename=Michael_Kearney.vcf

begin:vcard
fn:Michael Kearney
n:Kearney;Michael
org:Sun Microsystems, Inc.;Archive Core Engineering
adr:500 Eldorado Blvd.;;Mailstop UBRM05-390;Broomfield;CO;80021;US
email;internet:Michael.Kearney@Sun.com
title:Staff Software Engineer
tel;work:303-272-2402
tel;fax:303-272-6554
x-mozilla-html:TRUE
url:http://www.sun.com/
version:2.1
end:vcard


--Boundary_(ID_4zwYPpyjWueCgqCkayd6tg)--

