Difference between revisions of "RRDTool"

Jump to navigation Jump to search
761 bytes added ,  14:57, 26 September 2011
m
→‎Getting Started: Added installation (in progress)
(Added PHP)
m (→‎Getting Started: Added installation (in progress))
Line 2: Line 2:


== Getting Started ==
== Getting Started ==
=== Installation ===
This section assumes you want to install both RRDTool (which is responsible for managing and presenting data) and MRTG (which is responsible for data collection).  Strictly speaking MRTG isn't needed, but when you're first getting started it makes things much easier.


If you're installing on Windows see here - http://oss.oetiker.ch/mrtg/doc/mrtg-nt-guide.en.html
To install on Ubuntu...
# Install MRTG
#* <code> apt-get mrtg </code>
#* Answer yes to making mrtg.conf accessible by root only
# Install RRDTool
#* <code> apt-get rrdtool </code>
=== Config Maker (cfgmaker) ===
<code> cfgmaker --global "Interval: 1" --global "LogFormat: rrdtool" --global "Options[_]: bits,growright" --output /home/mrtg/cfg/mrtg.cfg public@router </code>


== Create a Database ==
== Create a Database ==

Navigation menu