From ac05442d35c2c76a912baff6b13edd240b1cca21 Mon Sep 17 00:00:00 2001 From: luke Date: Mon, 18 Jun 2007 16:26:22 +0000 Subject: 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 --- lib/puppet/reports/rrdgraph.rb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'lib') 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 -- cgit