diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-01-23 11:20:52 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-01-23 11:20:52 (GMT) |
commit | 581d4dd88b55136e82dc6e4de4321f3591778e06 (patch) | |
tree | 697772a71715899a4bd194a95f4a8654d4dd62e4 /web | |
parent | ce59d8dd8a133b09e2be56f102c0c6f56f3ed18d (diff) | |
download | site-581d4dd88b55136e82dc6e4de4321f3591778e06.tar.gz |
"nagios-plugins" -> "monitoring-plugins" again
Fix a few remaining references to "nagios-plugins".
Diffstat (limited to 'web')
-rw-r--r-- | web/input/doc/faq/contribute.md | 2 | ||||
-rw-r--r-- | web/input/doc/faq/git.md | 4 | ||||
-rw-r--r-- | web/input/doc/state-retention.md | 6 | ||||
-rw-r--r-- | web/input/doc/writing-perl-plugins.md | 4 | ||||
-rw-r--r-- | web/input/support.md | 2 |
5 files changed, 9 insertions, 9 deletions
diff --git a/web/input/doc/faq/contribute.md b/web/input/doc/faq/contribute.md index c92594f..026b939 100644 --- a/web/input/doc/faq/contribute.md +++ b/web/input/doc/faq/contribute.md | |||
@@ -21,6 +21,6 @@ to the list of contributors in the [THANKS][thanks] file. | |||
21 | [pull]: https://help.github.com/articles/using-pull-requests "Pull Request Documentation" | 21 | [pull]: https://help.github.com/articles/using-pull-requests "Pull Request Documentation" |
22 | [github]: https://github.com/ "GitHub" | 22 | [github]: https://github.com/ "GitHub" |
23 | [list]: list/listinfo/devel/ "Development Mailing List" | 23 | [list]: list/listinfo/devel/ "Development Mailing List" |
24 | [thanks]: repositories/nagios-plugins/plain/THANKS.in "THANKS File" | 24 | [thanks]: repositories/monitoring-plugins/plain/THANKS.in "THANKS File" |
25 | 25 | ||
26 | <!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> | 26 | <!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> |
diff --git a/web/input/doc/faq/git.md b/web/input/doc/faq/git.md index 81f5263..f47cfca 100644 --- a/web/input/doc/faq/git.md +++ b/web/input/doc/faq/git.md | |||
@@ -49,9 +49,9 @@ run this command instead: | |||
49 | 49 | ||
50 | $ git clone git://github.com/monitoring-plugins/monitoring-plugins.git | 50 | $ git clone git://github.com/monitoring-plugins/monitoring-plugins.git |
51 | 51 | ||
52 | This will create a directory called `nagios-plugins` with all the `master` | 52 | This will create a directory called `monitoring-plugins` with all the `master` |
53 | code and history (this is roughly equivalent to CVS/SVN `HEAD`). Change | 53 | code and history (this is roughly equivalent to CVS/SVN `HEAD`). Change |
54 | directory to `nagios-plugins`. | 54 | directory to `monitoring-plugins`. |
55 | 55 | ||
56 | ## Editing Files | 56 | ## Editing Files |
57 | 57 | ||
diff --git a/web/input/doc/state-retention.md b/web/input/doc/state-retention.md index 8251cae..489c21f 100644 --- a/web/input/doc/state-retention.md +++ b/web/input/doc/state-retention.md | |||
@@ -113,11 +113,11 @@ Cleanup. | |||
113 | 113 | ||
114 | ## References | 114 | ## References |
115 | 115 | ||
116 | - <https://www.nagios-plugins.org/archive/devel/2009-September/007767.html> | 116 | - <https://www.monitoring-plugins.org/archive/devel/2009-September/007767.html> |
117 | for the initial patch. | 117 | for the initial patch. |
118 | - <https://www.nagios-plugins.org/archive/devel/2009-September/thread.html#7773> | 118 | - <https://www.monitoring-plugins.org/archive/devel/2009-September/thread.html#7773> |
119 | for a conversation about the patch. | 119 | for a conversation about the patch. |
120 | - <https://www.nagios-plugins.org/archive/devel/2009-September/007749.html> | 120 | - <https://www.monitoring-plugins.org/archive/devel/2009-September/007749.html> |
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" |
diff --git a/web/input/doc/writing-perl-plugins.md b/web/input/doc/writing-perl-plugins.md index e89d973..e8175e6 100644 --- a/web/input/doc/writing-perl-plugins.md +++ b/web/input/doc/writing-perl-plugins.md | |||
@@ -21,8 +21,8 @@ page][download]. | |||
21 | [team]: team.html "Monitoring Plugins Development Team" | 21 | [team]: team.html "Monitoring Plugins Development Team" |
22 | [fosdem]: https://fosdem.org/ "FOSDEM" | 22 | [fosdem]: https://fosdem.org/ "FOSDEM" |
23 | [talk]: https://archive.fosdem.org/2007/schedule/events/lt_nagios_plugins.html "Ton's Talk" | 23 | [talk]: https://archive.fosdem.org/2007/schedule/events/lt_nagios_plugins.html "Ton's Talk" |
24 | [screencast]: https://www.nagios-plugins.org/download/presentation/fosdem.mov "Screencast" | 24 | [screencast]: https://www.monitoring-plugins.org/download/presentation/fosdem.mov "Screencast" |
25 | [script]: https://www.nagios-plugins.org/download/presentation/check_weather.pl "check_weather" | 25 | [script]: https://www.monitoring-plugins.org/download/presentation/check_weather.pl "check_weather" |
26 | [download]: download.html "Download" | 26 | [download]: download.html "Download" |
27 | 27 | ||
28 | <!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> | 28 | <!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> |
diff --git a/web/input/support.md b/web/input/support.md index 99a4e4b..340ce7d 100644 --- a/web/input/support.md +++ b/web/input/support.md | |||
@@ -37,7 +37,7 @@ take time, if at all. | |||
37 | Plugin usage and development issues can be discussed in the | 37 | Plugin usage and development issues can be discussed in the |
38 | [#Monitoring-Plugins][plugins-irc] channel on [freenode][freenode]. | 38 | [#Monitoring-Plugins][plugins-irc] channel on [freenode][freenode]. |
39 | 39 | ||
40 | [snapshot]: download/snapshot/nagios-plugins-master.tar.gz "Current Snapshot Tarball" | 40 | [snapshot]: download/snapshot/monitoring-plugins-master.tar.gz "Current Snapshot Tarball" |
41 | [search]: https://github.com/monitoring-plugins/monitoring-plugins/search?type=Issues "Issue Tracker Search" | 41 | [search]: https://github.com/monitoring-plugins/monitoring-plugins/search?type=Issues "Issue Tracker Search" |
42 | [tracker]: https://github.com/monitoring-plugins/monitoring-plugins/issues "Issue Tracker" | 42 | [tracker]: https://github.com/monitoring-plugins/monitoring-plugins/issues "Issue Tracker" |
43 | [new]: https://github.com/monitoring-plugins/monitoring-plugins/issues/new "New Issue" | 43 | [new]: https://github.com/monitoring-plugins/monitoring-plugins/issues/new "New Issue" |