diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/puppet/reports/rrdgraph.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/reports/rrdgraph.rb b/lib/puppet/reports/rrdgraph.rb index 34162ac25..15bbc1a90 100644 --- a/lib/puppet/reports/rrdgraph.rb +++ b/lib/puppet/reports/rrdgraph.rb @@ -2,7 +2,7 @@ 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 library installed to use this report, which + must have the RRD binary ruby library installed to use this report, which you can get from [Tobias Oetiker's site](http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/contrib/). This report will create, manage, and graph RRD database files for each |