summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2013-09-20 15:08:03 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2013-09-20 15:08:03 (GMT)
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 7571dc4..2959310 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
1Nagios Plugins README 1Nagios Plugins
2===================== 2==============
3 3
4* For instructions on installing these plugins for use with Nagios, 4* For instructions on installing these plugins for use with Nagios,
5 see below. In addition, generic instructions for the GNU toolchain can be 5 see below. In addition, generic instructions for the GNU toolchain can be
@@ -52,10 +52,10 @@ Installation Instructions
52 52
53 ./configure --prefix=BASEDIRECTORY --with-cgiurl=SOMEURL 53 ./configure --prefix=BASEDIRECTORY --with-cgiurl=SOMEURL
54 54
55 * Replace `BASEDIRECTORY` with the path of the directory under which 55 Replace `BASEDIRECTORY` with the path of the directory under which Nagios
56 Nagios is installed (default is `/usr/local/nagios`). 56 is installed (default is `/usr/local/nagios`), and replace `SOMEURL` with
57 * Replace `CGIURL` with the path used to access the Nagios CGIs with a 57 the path used to access the Nagios CGIs with a web browser (default is
58 web browser (default is `/nagios/cgi-bin`). 58 `/nagios/cgi-bin`).
59 59
603. Compile the plugins with the following command: 603. Compile the plugins with the following command:
61 61
@@ -88,7 +88,3 @@ with the additional exemption that compiling, linking and/or using OpenSSL
88is allowed. 88is allowed.
89 89
90See the `COPYING` file for the complete GPLv3 text. 90See the `COPYING` file for the complete GPLv3 text.
91
92
93--
94Nagios Plugins Development Team