summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
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