diff options
| author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-04-23 06:16:10 +0000 |
|---|---|---|
| committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-04-23 06:16:10 +0000 |
| commit | a478ed2b5beadd1124c375ced21a9343dc6c591a (patch) | |
| tree | c1543b467e212a51249dd81a4db1aadaf7e47b2c /lib/puppet/reports | |
| parent | 70ec0cc1d90aad151141e8139a0d17213e49346b (diff) | |
| download | puppet-a478ed2b5beadd1124c375ced21a9343dc6c591a.tar.gz puppet-a478ed2b5beadd1124c375ced21a9343dc6c591a.tar.xz puppet-a478ed2b5beadd1124c375ced21a9343dc6c591a.zip | |
Translating all of the docs except the type docs to RST
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2406 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/puppet/reports')
| -rw-r--r-- | lib/puppet/reports/rrdgraph.rb | 4 | ||||
| -rw-r--r-- | lib/puppet/reports/tagmail.rb | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/lib/puppet/reports/rrdgraph.rb b/lib/puppet/reports/rrdgraph.rb index ce8414191..5371f8247 100644 --- a/lib/puppet/reports/rrdgraph.rb +++ b/lib/puppet/reports/rrdgraph.rb @@ -3,7 +3,9 @@ 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](http://oss.oetiker.ch/rrdtool/pub/contrib/). + you can get from `Tobias Oetiker's site`_. + + .. _tobias oetiker's site: http://oss.oetiker.ch/rrdtool/pub/contrib/ This report will create, manage, and graph RRD database files for each of the metrics generated during transactions, and it will create a diff --git a/lib/puppet/reports/tagmail.rb b/lib/puppet/reports/tagmail.rb index ba327bc85..c2225bf7d 100644 --- a/lib/puppet/reports/tagmail.rb +++ b/lib/puppet/reports/tagmail.rb @@ -6,7 +6,7 @@ require 'net/smtp' Puppet::Network::Handler.report.newreport(:tagmail) do desc "This report sends specific log messages to specific email addresses based on the tags in the log messages. See the - [tag documentation](/trac/puppet/wiki/UsingTags) for more information + `UsingTags tag documentation`:trac: for more information on tags. To use this report, you must create a ``tagmail.conf`` (in the location @@ -21,7 +21,7 @@ Puppet::Network::Handler.report.newreport(:tagmail) do Lastly, there is an ``all`` tag that will always match all log messages. - Here is an example tagmail.conf: + Here is an example tagmail.conf:: all: me@domain.com webserver, !mailserver: httpadmins@domain.com |
