From 15ec07c19fa25cfb075f0e69c7f01c398b8f2622 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Mon, 13 Jan 2014 23:31:20 +0100 Subject: Import "State Retention" page from old web site MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add Ton's "State Retention" RFC to the list of "Proposals" (even though it has been implemented and documented¹ by now). ¹ https://www.nagios-plugins.org/doc/faq/private-c-api.html#state-information --- web/input/doc/index.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'web/input/doc/index.md') diff --git a/web/input/doc/index.md b/web/input/doc/index.md index f273e73..6604594 100644 --- a/web/input/doc/index.md +++ b/web/input/doc/index.md @@ -40,13 +40,19 @@ The following ideas are not yet implemented (and might never be): * **[Check Aggregation: check\_many][check-many]** A plugin wrapper allowing aggregation and serialization of multiple checks. +* **[State Retention Routines][retention-rfc]** + Saving state information between plugin invocations. This is actually + [implemented][retention-api] by now. + [man]: doc/man/index.html "Manual Pages" [faq]: doc/faq/index.html "Frequently Asked Questions" [extra-opts]: doc/extra-opts.html "Extra-Opts" [video]: doc/presentation.html "Nagios::Plugin Presentation" [module]: http://search.cpan.org/dist/Nagios-Plugin/ "Nagios::Plugin" [guidelines]: doc/guidelines.html "Nagios Plugin Development Guidelines" -[new-threshold]: doc/new-threshold-syntax.html "New Threshold Syntax" -[check-many]: doc/check-many.html "Check Aggregation Plugin" +[new-threshold]: doc/new-threshold-syntax.html "Proposal for New Threshold Syntax" +[check-many]: doc/check-many.html "Proposal for Check Aggregation Plugin" +[retention-rfc]: doc/state-retention.html "Proposal for State Retention Routines" +[retention-api]: doc/faq/private-c-api.html#state-information "State Retention API" -- cgit v1.2.3-74-g34f1