diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 16 |
1 files changed, 6 insertions, 10 deletions
@@ -1,5 +1,5 @@ | |||
1 | Nagios Plugins README | 1 | Nagios 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 | ||
60 | 3. Compile the plugins with the following command: | 60 | 3. Compile the plugins with the following command: |
61 | 61 | ||
@@ -88,7 +88,3 @@ with the additional exemption that compiling, linking and/or using OpenSSL | |||
88 | is allowed. | 88 | is allowed. |
89 | 89 | ||
90 | See the `COPYING` file for the complete GPLv3 text. | 90 | See the `COPYING` file for the complete GPLv3 text. |
91 | |||
92 | |||
93 | -- | ||
94 | Nagios Plugins Development Team | ||