diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-06-18 16:26:22 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-06-18 16:26:22 +0000 |
commit | ac05442d35c2c76a912baff6b13edd240b1cca21 (patch) | |
tree | 756ea1a97f04b9681fa995cd9f1ca56308d6282a | |
parent | 029a191dbe895048ef9bb54f7862d6135640fd70 (diff) | |
download | puppet-ac05442d35c2c76a912baff6b13edd240b1cca21.tar.gz puppet-ac05442d35c2c76a912baff6b13edd240b1cca21.tar.xz puppet-ac05442d35c2c76a912baff6b13edd240b1cca21.zip |
Updating rrdgraph documentation with a pointer to the new rrd package.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2603 980ebf18-57e1-0310-9a29-db15c13687c0
-rw-r--r-- | lib/puppet/reports/rrdgraph.rb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/puppet/reports/rrdgraph.rb b/lib/puppet/reports/rrdgraph.rb index 3f46980e3..7209a8401 100644 --- a/lib/puppet/reports/rrdgraph.rb +++ b/lib/puppet/reports/rrdgraph.rb @@ -2,10 +2,11 @@ require 'puppet' Puppet::Network::Handler.report.newreport(:rrdgraph) do desc "Graph all available data about hosts using the RRD library. You - must have the RRD binary ruby library installed to use this report, which - you can get from `Tobias Oetiker's site`_. + must have the Ruby RRDtool library installed to use this report, which + you can get from `the RubyRRDTool RubyForge page`_. This package requires + the binary rrdtool2 package to be installed. - .. _tobias oetiker's site: http://oss.oetiker.ch/rrdtool/pub/contrib/ + .. _the RubyRRDTool RubyForge page: http://rubyforge.org/projects/rubyrrdtool/ This report will create, manage, and graph RRD database files for each of the metrics generated during transactions, and it will create a |