summaryrefslogtreecommitdiffstats
path: root/web/content/development.md
diff options
context:
space:
mode:
Diffstat (limited to 'web/content/development.md')
-rw-r--r--web/content/development.md43
1 files changed, 43 insertions, 0 deletions
diff --git a/web/content/development.md b/web/content/development.md
new file mode 100644
index 0000000..1b71c24
--- /dev/null
+++ b/web/content/development.md
@@ -0,0 +1,43 @@
1title: Development
2parent: Home
3menu-position: 5
4---
5
6# Development
7
8## Software Repositories
9
10The [Nagios Plugins Development Team][team] takes care of three projects:
11
12* Nagios Plugins — the core bundle of standard plugins.
13* Nagios::Plugin — a module used by plugins written in Perl.
14* NagiosMIB — SNMP MIB files for traps sent from [Nagios][nagios].
15
16These projects are maintained in separate repositories on [GitHub][github]:
17
18* <https://github.com/nagios-plugins/repositories>
19
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
22case you're not familiar with Git, you might want to look into [Scott
23Chacon][scott]'s [Pro Git][book] book available on the [Git web site][git]
24first.
25
26## Development Guidelines
27
28Apart from the actual code, the [team][team] also maintains the official
29[Nagios Plugin Development Guidelines][guidelines]. If you plan on
30contributing to the standard plugins package, or writing your own checks, you
31should read them!
32
33[team]: team.html "Nagios Plugins Development Team"
34[nagios]: http://www.nagios.org/ "Nagios"
35[github]: https://github.com/ "GitHub"
36[fork]: https://help.github.com/articles/fork-a-repo "Fork Documentation"
37[pull]: https://help.github.com/articles/using-pull-requests "Pull Request Documentation"
38[scott]: http://scottchacon.com/ "Scott Chacon"
39[book]: http://git-scm.com/book "Pro Git"
40[git]: http://git-scm.com/ "Git"
41[guidelines]: doc/guidelines.html "Nagios Plugin Development Guidelines"
42
43<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %-->