summaryrefslogtreecommitdiffstats
path: root/web/input/doc
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2014-06-18 13:20:33 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2014-06-18 13:20:33 (GMT)
commit5f09dc65a249d2803563d177784a99977f954ced (patch)
tree1a1f4760c2f25952602e263b753c8a33279c921e /web/input/doc
parentb17e25f041dcfb2a4bdf9a01f53bb472f51bf8b7 (diff)
downloadsite-5f09dc65a249d2803563d177784a99977f954ced.tar.gz
Move State Retention docs to "Advanced Topics"
As State Retention is actually implemented by now, it's no longer just a "Proposal".
Diffstat (limited to 'web/input/doc')
-rw-r--r--web/input/doc/index.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/web/input/doc/index.md b/web/input/doc/index.md
index 7b6a98a..1162124 100644
--- a/web/input/doc/index.md
+++ b/web/input/doc/index.md
@@ -23,6 +23,10 @@ These documents cover specific topics that go beyond the basics:
23* **[Extra-Opts][extra-opts]** 23* **[Extra-Opts][extra-opts]**
24 Telling plugins to read options from a configuration file. 24 Telling plugins to read options from a configuration file.
25 25
26* **[State Retention Routines][retention-rfc]**
27 Saving state information between plugin invocations. Also see the
28 [FAQ entry][retention-api] on this topic.
29
26* **[Writing Perl Plugins][perl-plugins]** 30* **[Writing Perl Plugins][perl-plugins]**
27 This is a video that shows how to write your own check using the 31 This is a video that shows how to write your own check using the
28 [Monitoring::Plugin][module] Perl module. 32 [Monitoring::Plugin][module] Perl module.
@@ -40,10 +44,6 @@ The following ideas are not yet implemented (and might never be):
40* **[Check Aggregation: check\_many][check-many]** 44* **[Check Aggregation: check\_many][check-many]**
41 A plugin wrapper allowing aggregation and serialization of multiple checks. 45 A plugin wrapper allowing aggregation and serialization of multiple checks.
42 46
43* **[State Retention Routines][retention-rfc]**
44 Saving state information between plugin invocations. This is actually
45 [implemented][retention-api] by now.
46
47[man]: doc/man/index.html "Manual Pages" 47[man]: doc/man/index.html "Manual Pages"
48[faq]: doc/faq/index.html "Frequently Asked Questions" 48[faq]: doc/faq/index.html "Frequently Asked Questions"
49[extra-opts]: doc/extra-opts.html "Extra-Opts" 49[extra-opts]: doc/extra-opts.html "Extra-Opts"