diff options
Diffstat (limited to 'web/input/doc')
| -rw-r--r-- | web/input/doc/faq/git.md | 2 | ||||
| -rw-r--r-- | web/input/doc/faq/guidelines.md | 4 | ||||
| -rw-r--r-- | web/input/doc/faq/private-c-api.md | 2 | ||||
| -rw-r--r-- | web/input/doc/index.md | 4 | ||||
| -rw-r--r-- | web/input/doc/state-retention.md | 2 |
5 files changed, 7 insertions, 7 deletions
diff --git a/web/input/doc/faq/git.md b/web/input/doc/faq/git.md index e9bc27d..81f5263 100644 --- a/web/input/doc/faq/git.md +++ b/web/input/doc/faq/git.md | |||
| @@ -191,7 +191,7 @@ on the [Git web site][git]). | |||
| 191 | - Git for Computer Scientists | 191 | - Git for Computer Scientists |
| 192 | <http://eagain.net/articles/git-for-computer-scientists/> | 192 | <http://eagain.net/articles/git-for-computer-scientists/> |
| 193 | 193 | ||
| 194 | [guidelines]: doc/guidelines.html "Nagios Plugin Development Guidelines" | 194 | [guidelines]: doc/guidelines.html "Monitoring Plugin Development Guidelines" |
| 195 | [git]: http://git-scm.com/ "Git" | 195 | [git]: http://git-scm.com/ "Git" |
| 196 | [scott]: http://scottchacon.com/ "Scott Chacon" | 196 | [scott]: http://scottchacon.com/ "Scott Chacon" |
| 197 | [book-home]: http://www.apress.com/9781430218333 "Pro Git at Apress" | 197 | [book-home]: http://www.apress.com/9781430218333 "Pro Git at Apress" |
diff --git a/web/input/doc/faq/guidelines.md b/web/input/doc/faq/guidelines.md index acc73f7..9d0a5a0 100644 --- a/web/input/doc/faq/guidelines.md +++ b/web/input/doc/faq/guidelines.md | |||
| @@ -4,9 +4,9 @@ parent: FAQ | |||
| 4 | 4 | ||
| 5 | # How should a plugin be written? | 5 | # How should a plugin be written? |
| 6 | 6 | ||
| 7 | The [Nagios Plugin Development Guidelines][guidelines] provide the | 7 | The [Monitoring Plugin Development Guidelines][guidelines] provide the |
| 8 | specifications for writing a plugin. | 8 | specifications for writing a plugin. |
| 9 | 9 | ||
| 10 | [guidelines]: doc/guidelines.html "Nagios Plugin Development Guidelines" | 10 | [guidelines]: doc/guidelines.html "Monitoring Plugin Development Guidelines" |
| 11 | 11 | ||
| 12 | <!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> | 12 | <!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> |
diff --git a/web/input/doc/faq/private-c-api.md b/web/input/doc/faq/private-c-api.md index 700fd20..3e9199d 100644 --- a/web/input/doc/faq/private-c-api.md +++ b/web/input/doc/faq/private-c-api.md | |||
| @@ -110,7 +110,7 @@ file. | |||
| 110 | Same as `np_state_write_string()`, but writes binary data. *Currently | 110 | Same as `np_state_write_string()`, but writes binary data. *Currently |
| 111 | unimplemented.* | 111 | unimplemented.* |
| 112 | 112 | ||
| 113 | [guidelines]: doc/guidelines.html "Nagios Plugin Development Guidelines" | 113 | [guidelines]: doc/guidelines.html "Monitoring Plugin Development Guidelines" |
| 114 | [extra-opts]: doc/extra-opts.html "Extra-Opts" | 114 | [extra-opts]: doc/extra-opts.html "Extra-Opts" |
| 115 | 115 | ||
| 116 | <!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> | 116 | <!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> |
diff --git a/web/input/doc/index.md b/web/input/doc/index.md index ce63262..667abce 100644 --- a/web/input/doc/index.md +++ b/web/input/doc/index.md | |||
| @@ -27,7 +27,7 @@ These documents cover specific topics that go beyond the basics: | |||
| 27 | This is a video that shows how to write your own check using the | 27 | This is a video that shows how to write your own check using the |
| 28 | [Monitoring::Plugin][module] Perl module. | 28 | [Monitoring::Plugin][module] Perl module. |
| 29 | 29 | ||
| 30 | * **[Nagios Plugin Development Guidelines][guidelines]** | 30 | * **[Monitoring Plugin Development Guidelines][guidelines]** |
| 31 | Reference documentation for plugin developers. | 31 | Reference documentation for plugin developers. |
| 32 | 32 | ||
| 33 | ## Proposals | 33 | ## Proposals |
| @@ -49,7 +49,7 @@ The following ideas are not yet implemented (and might never be): | |||
| 49 | [extra-opts]: doc/extra-opts.html "Extra-Opts" | 49 | [extra-opts]: doc/extra-opts.html "Extra-Opts" |
| 50 | [perl-plugins]: doc/writing-perl-plugins.html "Monitoring::Plugin Presentation" | 50 | [perl-plugins]: doc/writing-perl-plugins.html "Monitoring::Plugin Presentation" |
| 51 | [module]: http://search.cpan.org/dist/Monitoring-Plugin/ "Monitoring::Plugin" | 51 | [module]: http://search.cpan.org/dist/Monitoring-Plugin/ "Monitoring::Plugin" |
| 52 | [guidelines]: doc/guidelines.html "Nagios Plugin Development Guidelines" | 52 | [guidelines]: doc/guidelines.html "Monitoring Plugin Development Guidelines" |
| 53 | [new-threshold]: doc/new-threshold-syntax.html "Proposal for New Threshold Syntax" | 53 | [new-threshold]: doc/new-threshold-syntax.html "Proposal for New Threshold Syntax" |
| 54 | [check-many]: doc/check-many.html "Proposal for Check Aggregation Plugin" | 54 | [check-many]: doc/check-many.html "Proposal for Check Aggregation Plugin" |
| 55 | [retention-rfc]: doc/state-retention.html "Proposal for State Retention Routines" | 55 | [retention-rfc]: doc/state-retention.html "Proposal for State Retention Routines" |
diff --git a/web/input/doc/state-retention.md b/web/input/doc/state-retention.md index 174abd1..8251cae 100644 --- a/web/input/doc/state-retention.md +++ b/web/input/doc/state-retention.md | |||
| @@ -121,6 +121,6 @@ Cleanup. | |||
| 121 | for Nagios::Plugin::Differences. | 121 | for Nagios::Plugin::Differences. |
| 122 | 122 | ||
| 123 | [extra-opts]: doc/extra-opts.html "Extra-Opts" | 123 | [extra-opts]: doc/extra-opts.html "Extra-Opts" |
| 124 | [guidelines]: doc/guidelines.html "Nagios Plugin Development Guidelines" | 124 | [guidelines]: doc/guidelines.html "Monitoring Plugin Development Guidelines" |
| 125 | 125 | ||
| 126 | <!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> | 126 | <!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> |
