summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2008-04-01 10:40:25 +1100
committerJames Turnbull <james@lovedthanlost.net>2008-04-01 10:40:25 +1100
commitf927b97f9ba454dab23255a259642b6b5dc1aae9 (patch)
tree8eda5a40fb0bce51f8305f99cf73c4da8b0d5f80
parente51d05c9aa86db2911a68622fcf983e543576f07 (diff)
downloadpuppet-f927b97f9ba454dab23255a259642b6b5dc1aae9.tar.gz
puppet-f927b97f9ba454dab23255a259642b6b5dc1aae9.tar.xz
puppet-f927b97f9ba454dab23255a259642b6b5dc1aae9.zip
Updates to rrdgraph documentation
-rw-r--r--lib/puppet/reports/rrdgraph.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/puppet/reports/rrdgraph.rb b/lib/puppet/reports/rrdgraph.rb
index 2611f0369..03d8a5bdd 100644
--- a/lib/puppet/reports/rrdgraph.rb
+++ b/lib/puppet/reports/rrdgraph.rb
@@ -1,8 +1,10 @@
Puppet::Reports.register_report(:rrdgraph) do
desc "Graph all available data about hosts using the RRD library. You
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.
+ you can get from `the RubyRRDTool RubyForge page`_. This package may also
+ be available as ``ruby-rrd`` or ``rrdtool-ruby`` in your distribution's package
+ management system. The library and/or package will both require the binary
+ ``rrdtool`` package from your distribution to be installed.
.. _the RubyRRDTool RubyForge page: http://rubyforge.org/projects/rubyrrdtool/