]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
change more links to footnote-style 69/head
authorZooko Wilcox-O'Hearn <zooko@zooko.com>
Sun, 17 Nov 2013 15:46:31 +0000 (15:46 +0000)
committerZooko Wilcox-O'Hearn <zooko@zooko.com>
Sun, 17 Nov 2013 15:46:31 +0000 (15:46 +0000)
docs/stats.rst

index 75799a4f4a0632ea153e5bfdf55ca83d67768e11..0e151fbf31b031fb21fe056fbf837d7ee3b8a0a4 100644 (file)
@@ -309,8 +309,6 @@ and the next time the gatherer is started, it will start listening on the
 given port. The portnum file is actually a "strports specification string",
 as described in configuration.rst_.
 
-.. _configuration.rst: configuration.rst
-
 Once running, the stats gatherer will create a standard python "pickle" file
 in $BASEDIR/stats.pickle . Once a minute, the gatherer will pull stats
 information from every connected node and write them into the pickle. The
@@ -326,6 +324,8 @@ something useful. For example, a tool could sum the
 total-disk-available number for the entire grid (however, the "disk watcher"
 daemon, in misc/operations_helpers/spacetime/, is better suited for this specific task).
 
+.. _configuration.rst: configuration.rst
+
 Using Munin To Graph Stats Values
 =================================
 
@@ -335,8 +335,6 @@ typically polls target systems every 5 minutes and produces a web page with
 graphs of various things over multiple time scales (last hour, last month,
 last year).
 
-.. _Munin: http://munin-monitoring.org/
-
 Most of the plugins are designed to pull stats from a single Tahoe node, and
 are configured with the e.g. http://localhost:3456/statistics?t=json URL. The
 "tahoe_stats" plugin is designed to read from the pickle file created by the
@@ -347,3 +345,5 @@ stats-gatherer. Some plugins are to be used with the disk watcher, and a few
 Please see the docstrings at the beginning of each plugin for details, and
 the "tahoe-conf" file for notes about configuration and installing these
 plugins into a Munin environment.
+
+.. _Munin: http://munin-monitoring.org/