summaryrefslogtreecommitdiffstats
path: root/web/content/development.md
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2013-09-29 22:03:24 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2013-09-29 22:03:24 (GMT)
commit0b6423f9c99d9edf8c96fefd0f6c453859395aa1 (patch)
tree1c2b6b21704a294940f87c7892676998d8371707 /web/content/development.md
downloadsite-0b6423f9c99d9edf8c96fefd0f6c453859395aa1.tar.gz
Import Nagios Plugins site
Import the Nagios Plugins web site, Cronjobs, infrastructure scripts, and configuration files.
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 &mdash; the core bundle of standard plugins.
13* Nagios::Plugin &mdash; a module used by plugins written in Perl.
14* NagiosMIB &mdash; 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: # %-->