diff options
Diffstat (limited to 'web/input')
-rw-r--r-- | web/input/doc/index.md | 8 |
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" |