summaryrefslogtreecommitdiffstats
path: root/web/input/development.md
diff options
context:
space:
mode:
Diffstat (limited to 'web/input/development.md')
-rw-r--r--web/input/development.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/web/input/development.md b/web/input/development.md
index 5fec2cd..76a52df 100644
--- a/web/input/development.md
+++ b/web/input/development.md
@@ -7,15 +7,15 @@ menu: 6
7 7
8## Software Repositories 8## Software Repositories
9 9
10The [Nagios Plugins Development Team][team] takes care of three projects: 10The [Monitoring Plugins Development Team][team] takes care of three projects:
11 11
12* Nagios Plugins — the core bundle of standard plugins. 12* Monitoring Plugins — the core bundle of standard plugins.
13* Nagios::Plugin — a module used by plugins written in Perl. 13* Nagios::Plugin — a module used by plugins written in Perl.
14* NagiosMIB — SNMP MIB files for traps sent from [Nagios][nagios]. 14* NagiosMIB — SNMP MIB files for traps sent from [Nagios][nagios].
15 15
16These projects are maintained in separate repositories on [GitHub][github]: 16These projects are maintained in separate repositories on [GitHub][github]:
17 17
18* <https://github.com/nagios-plugins/repositories> 18* <https://github.com/monitoring-plugins/repositories>
19 19
20Contributions are always welcome! If you'd like to provide patches, please 20Contributions are always welcome! If you'd like to provide patches, please
21[fork][fork] the desired repository and submit a [pull request][pull]. In 21[fork][fork] the desired repository and submit a [pull request][pull]. In
@@ -24,8 +24,8 @@ introduction][git-intro] or [some other Git documentation][git-ref], first.
24 24
25## Test Suite 25## Test Suite
26 26
27The Nagios Plugins bundle comes with an extensive test suite. Some of the 27The Monitoring Plugins bundle comes with an extensive test suite. Some of the
28tests require [libtap][libtap], a copy of which is shipped with the Nagios 28tests require [libtap][libtap], a copy of which is shipped with the Monitoring
29Plugins source tarball. In order to execute all tests, issue the following 29Plugins source tarball. In order to execute all tests, issue the following
30commands: 30commands:
31 31
@@ -39,7 +39,7 @@ Also see our testing-related [development FAQs][dev-faq].
39Regular tests of the latest code are scheduled automatically on various 39Regular tests of the latest code are scheduled automatically on various
40platforms, the results can be [viewed online][tests]. 40platforms, the results can be [viewed online][tests].
41 41
42[team]: team.html "Nagios Plugins Development Team" 42[team]: team.html "Monitoring Plugins Development Team"
43[nagios]: http://www.nagios.org/ "Nagios" 43[nagios]: http://www.nagios.org/ "Nagios"
44[github]: https://github.com/ "GitHub" 44[github]: https://github.com/ "GitHub"
45[fork]: https://help.github.com/articles/fork-a-repo "Fork Documentation" 45[fork]: https://help.github.com/articles/fork-a-repo "Fork Documentation"