aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGravatar Holger Weiss <holger@zedat.fu-berlin.de> 2013-09-20 17:08:03 +0200
committerGravatar Holger Weiss <holger@zedat.fu-berlin.de> 2013-09-20 17:08:03 +0200
commit04a8f40a96ce40161507c36f6b7c21c766c79e95 (patch)
tree06b7900e35a7b48f8e675f23c53dd50804d11046 /README
parent95468ffe4748f0c3da2c5ec1f8bdb631a80b43fe (diff)
downloadmonitoring-plugins-04a8f40a96ce40161507c36f6b7c21c766c79e95.tar.gz
README: Apply another few cosmetic changes
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 6 insertions, 10 deletions
diff --git a/README b/README
index 7571dc48..2959310a 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-Nagios Plugins README
-=====================
+Nagios Plugins
+==============
* For instructions on installing these plugins for use with Nagios,
see below. In addition, generic instructions for the GNU toolchain can be
@@ -52,10 +52,10 @@ Installation Instructions
./configure --prefix=BASEDIRECTORY --with-cgiurl=SOMEURL
- * Replace `BASEDIRECTORY` with the path of the directory under which
- Nagios is installed (default is `/usr/local/nagios`).
- * Replace `CGIURL` with the path used to access the Nagios CGIs with a
- web browser (default is `/nagios/cgi-bin`).
+ Replace `BASEDIRECTORY` with the path of the directory under which Nagios
+ is installed (default is `/usr/local/nagios`), and replace `SOMEURL` with
+ the path used to access the Nagios CGIs with a web browser (default is
+ `/nagios/cgi-bin`).
3. Compile the plugins with the following command:
@@ -88,7 +88,3 @@ with the additional exemption that compiling, linking and/or using OpenSSL
is allowed.
See the `COPYING` file for the complete GPLv3 text.
-
-
---
-Nagios Plugins Development Team