From 7193db3c413fcbd454a3127547fb55191432df08 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Wed, 25 Sep 2013 09:49:18 +0200 Subject: developer-guidelines.sgml: Normalize spelling - Write "plugin" instead of "plug-in". - Write "development guidelines" instead of "developer guidelines" - Capitalize "Nagios Plugin Development Guidelines". diff --git a/doc/developer-guidelines.sgml b/doc/developer-guidelines.sgml index eb5b039..61b9f17 100644 --- a/doc/developer-guidelines.sgml +++ b/doc/developer-guidelines.sgml @@ -1,6 +1,6 @@ - Nagios Plug-in Developer Guidelines + Nagios Plugin Development Guidelines @@ -12,7 +12,7 @@ 2013 - Nagios plug-in development guidelines + Nagios Plugin Development Guidelines @@ -31,10 +31,10 @@ Preface The purpose of this guidelines is to provide a reference for - the plug-in developers and encourage the standarization of the - different kind of plug-ins: C, shell, perl, python, etc. + the plugin developers and encourage the standarization of the + different kind of plugins: C, shell, perl, python, etc. - Nagios Plug-in Development Guidelines Copyright (C) 2000-2013 + Nagios Plugin Development Guidelines Copyright (C) 2000-2013 (Nagios Plugins Team) Permission is granted to make and distribute verbatim @@ -48,8 +48,8 @@
Development platform requirements - Nagios plugins are developed to the GNU standard, so any OS which is supported by GNU - should run the plugins. While the requirements for compiling the Nagios plugins release + Nagios Plugins are developed to the GNU standard, so any OS which is supported by GNU + should run the plugins. While the requirements for compiling the Nagios Plugins release are very basic, developing from the Git repository requires additional software to be installed. These are the minimum levels of software required: @@ -141,7 +141,7 @@
Screen Output - The plug-in should print the diagnostic and just the + The plugin should print the diagnostic and just the usage part of the help message. A well written plugin would then have --help as a way to get the verbose help. @@ -330,7 +330,7 @@ to provide some to prevent the last pair of a) and the first of b) getting run together.) Please refer to the Nagios documentation for information on how to configure such processing. However, it is the responsibility of the plugin writer - to ensure the performance data is in a "Nagios plugins" format. + to ensure the performance data is in a "Nagios Plugins" format. This is the expected format: @@ -379,7 +379,7 @@ - It is up to third party programs to convert the Nagios plugins + It is up to third party programs to convert the Nagios Plugins performance data into graphs.
-- cgit v0.10-9-g596f