diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-03-14 17:52:39 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-03-14 17:52:39 +0000 |
commit | 8ea6adaeb1e3d0aa6348c2a2c3a385d185372d06 (patch) | |
tree | 3aeb1b8dfccb164dd42268d250478e9f8b47318f /lib | |
parent | df4595e98f953432267756c84a37a5495e9720ef (diff) | |
download | puppet-8ea6adaeb1e3d0aa6348c2a2c3a385d185372d06.tar.gz puppet-8ea6adaeb1e3d0aa6348c2a2c3a385d185372d06.tar.xz puppet-8ea6adaeb1e3d0aa6348c2a2c3a385d185372d06.zip |
Clarifying that the ruby RRD support is provided by a binary library
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2282 980ebf18-57e1-0310-9a29-db15c13687c0
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 |