1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta name="generator" content="HTML Tidy for Linux/x86 (vers 1st August 2004), see www.w3.org">
<title>The Cacti Manual</title>
<meta name="GENERATOR" content="Modular DocBook HTML Stylesheet Version 1.79">
<link rel="NEXT" title="Installation" href="installation.html">
<link rel="STYLESHEET" type="text/css" href="manual.css">
</head>
<body class="BOOK" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#840084" alink="#0000FF">
<div class="BOOK">
<a name="AEN1" id="AEN1"></a>
<div class="TITLEPAGE">
<h1 class="TITLE"><a name="AEN2" id="AEN2">The Cacti Manual</a></h1>
<h3 class="AUTHOR"><a name="AEN5" id="AEN5"></a>Ian Berry</h3>
<h3 class="AUTHOR"><a name="AEN8" id="AEN8"></a>Tony Roman</h3>
<h3 class="AUTHOR"><a name="AEN11" id="AEN11"></a>Larry Adams</h3>
<p class="COPYRIGHT"><a href="LICENSE.html">Copyright</a> 2005 The Cacti Group</p>
<hr>
</div>
<div class="TOC">
<dl>
<dt><b>Table of Contents</b></dt>
<dt>I. <a href="installation.html">Installation</a></dt>
<dd>
<dl>
<dt>1. <a href="requirements.html">Requirements</a></dt>
<dt>2. <a href="install_unix.html">Installing Under Unix</a></dt>
<dt>3. <a href="install_windows.html">Installing Under Windows</a></dt>
<dt>4. <a href="upgrade.html">Upgrading Cacti</a></dt>
</dl>
</dd>
<dt>II. <a href="basics.html">Basics</a></dt>
<dd>
<dl>
<dt>5. <a href="graph_overview.html">Graph Overview</a></dt>
<dt>6. <a href="graph_howto.html">How to Graph Your Network</a></dt>
<dd>
<dl>
<dt><a href="graph_howto.html#NEW_DEVICE">Creating a Device</a></dt>
<dt><a href="new_graphs.html">Creating the Graphs</a></dt>
</dl>
</dd>
<dt>7. <a href="graph_viewing.html">Viewing Graphs</a></dt>
<dd>
<dl>
<dt><a href="graph_viewing.html#NEW_GRAPH_TREES">Graph Trees</a></dt>
</dl>
</dd>
<dt>8. <a href="user_management.html">User Management</a></dt>
<dd>
<dl>
<dt><a href="user_management.html#CREATE_NEW_USER">Creating a New User</a></dt>
<dt><a href="realm_permissions.html">Realm Permissions</a></dt>
<dt><a href="graph_permissions.html">Graph Permissions</a></dt>
<dt><a href="graph_settings.html">Graph Settings</a></dt>
</dl>
</dd>
</dl>
</dd>
<dt>III. <a href="advanced_topics.html">Advanced Topics</a></dt>
<dd>
<dl>
<dt>9. <a href="data_input_methods.html">Data Input Methods</a></dt>
<dd>
<dl>
<dt><a href="data_input_methods.html#NEW_DATA_INPUT_METHOD">Creating a Data Input Method</a></dt>
<dt><a href="making_scripts_work_with_cacti.html">Making Your Scripts Work With Cacti</a></dt>
</dl>
</dd>
<dt>10. <a href="data_queries.html">Data Queries</a></dt>
<dd>
<dl>
<dt><a href="data_queries.html#NEW_DATA_QUERY">Creating a Data Query</a></dt>
<dt><a href="snmp_query_xml.html">SNMP Query XML Syntax</a></dt>
<dt><a href="script_query_xml.html">Script Query XML Syntax</a></dt>
</dl>
</dd>
<dt>11. <a href="templates.html">Templates</a></dt>
<dd>
<dl>
<dt><a href="templates.html#GRAPH_TEMPLATES">Graph Templates</a></dt>
<dt><a href="data_templates.html">Data Templates</a></dt>
<dt><a href="host_templates.html">Host Templates</a></dt>
</dl>
</dd>
<dt>12. <a href="php_script_server.html">PHP Script Server</a></dt>
<dd>
<dl>
<dt><a href="php_script_server.html#USING_SCRIPT_SERVER">Using the Script Server</a></dt>
<dt><a href="upgrade_using_hostmib_data_queries.html">Upgrade Steps for the Example HostMib Data Queries</a></dt>
<dt><a href="migration_php_scripts_to_script_server.html">Migration of Existing PHP Scripts to Script Server</a></dt>
<dt><a href="testing_script_in_script_server.html">Testing Your Script in the Script Server</a></dt>
</dl>
</dd>
</dl>
</dd>
<dt>IV. <a href="using_cacti.html">Using Cacti</a></dt>
<dd>
<dl>
<dt>13. <a href="how_to.html">How To</a></dt>
<dd>
<dl>
<dt><a href="how_to.html#GRAPH_SNMP_OID">Graph a Single SNMP OID</a></dt>
<dt><a href="script_to_graph.html">Simplest Method of Going from Script to Graph (Walkthrough)</a></dt>
</dl>
</dd>
<dt>14. <a href="faq.html">Frequently Asked Questions</a></dt>
</dl>
</dd>
<dt>V. <a href="reference.html">Reference</a></dt>
<dd>
<dl>
<dt>15. <a href="variables.html">Variables</a></dt>
<dd>
<dl>
<dt><a href="variables.html#GRAPH_VARIABLES">Graph Variables</a></dt>
<dt><a href="host_variables.html">Host Variables</a></dt>
</dl>
</dd>
<dt>16. <a href="rrdtool_features.html">RRDTool Specific Features</a></dt>
<dd>
<dl>
<dt><a href="rrdtool_features.html#GPRINT_PRESETS">GPRINT Presets</a></dt>
<dt><a href="cdefs.html">CDEFs</a></dt>
</dl>
</dd>
</dl>
</dd>
</dl>
</div>
</div>
<div class="NAVFOOTER">
<hr align="left" width="100%">
<table summary="Footer navigation table" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="33%" align="left" valign="top"></td>
<td width="34%" align="center" valign="top"></td>
<td width="33%" align="right" valign="top"><a href="installation.html" accesskey="N">Next</a></td>
</tr>
<tr>
<td width="33%" align="left" valign="top"></td>
<td width="34%" align="center" valign="top"></td>
<td width="33%" align="right" valign="top">Installation</td>
</tr>
</table>
</div>
</body>
</html>
|