From 0b6423f9c99d9edf8c96fefd0f6c453859395aa1 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Mon, 30 Sep 2013 00:03:24 +0200 Subject: Import Nagios Plugins site Import the Nagios Plugins web site, Cronjobs, infrastructure scripts, and configuration files. --- web/content/development.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 web/content/development.md (limited to 'web/content/development.md') 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 @@ +title: Development +parent: Home +menu-position: 5 +--- + +# Development + +## Software Repositories + +The [Nagios Plugins Development Team][team] takes care of three projects: + +* Nagios Plugins — the core bundle of standard plugins. +* Nagios::Plugin — a module used by plugins written in Perl. +* NagiosMIB — SNMP MIB files for traps sent from [Nagios][nagios]. + +These projects are maintained in separate repositories on [GitHub][github]: + +* + +Contributions are always welcome! If you'd like to provide patches, please +[fork][fork] the desired repository and submit a [pull request][pull]. In +case you're not familiar with Git, you might want to look into [Scott +Chacon][scott]'s [Pro Git][book] book available on the [Git web site][git] +first. + +## Development Guidelines + +Apart from the actual code, the [team][team] also maintains the official +[Nagios Plugin Development Guidelines][guidelines]. If you plan on +contributing to the standard plugins package, or writing your own checks, you +should read them! + +[team]: team.html "Nagios Plugins Development Team" +[nagios]: http://www.nagios.org/ "Nagios" +[github]: https://github.com/ "GitHub" +[fork]: https://help.github.com/articles/fork-a-repo "Fork Documentation" +[pull]: https://help.github.com/articles/using-pull-requests "Pull Request Documentation" +[scott]: http://scottchacon.com/ "Scott Chacon" +[book]: http://git-scm.com/book "Pro Git" +[git]: http://git-scm.com/ "Git" +[guidelines]: doc/guidelines.html "Nagios Plugin Development Guidelines" + + -- cgit v1.2.3-74-g34f1