diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-01-23 00:29:04 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-01-23 00:29:04 (GMT) |
commit | e269dad05c719e1c7389c4e0ffefa0dc7f073fd0 (patch) | |
tree | d6919edbd434375400285c2174482b89f88bf9c9 /web/input/doc/faq | |
parent | 2810a4adace3453e83f7c8d1ba9075b2c64c063b (diff) | |
download | site-e269dad05c719e1c7389c4e0ffefa0dc7f073fd0.tar.gz |
Rename Nagios Plugin Development Guidelines
We now host the "Monitoring Plugin Development Guidelines".
Diffstat (limited to 'web/input/doc/faq')
-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 |
3 files changed, 4 insertions, 4 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: # %--> |