diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -1,9 +1,9 @@ | |||
1 | Monitoring Plugins | 1 | Monitoring 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 your monitoring |
5 | see below. In addition, generic instructions for the GNU toolchain can be | 5 | system, see below. In addition, generic instructions for the GNU |
6 | found in the `INSTALL` file. | 6 | toolchain can be found in the `INSTALL` file. |
7 | 7 | ||
8 | * For major changes between releases, read the `NEWS` file. | 8 | * For major changes between releases, read the `NEWS` file. |
9 | 9 | ||
@@ -26,8 +26,8 @@ You can check for the latest plugins at: | |||
26 | Send an email to <help@monitoring-plugins.org> for assistance. Please | 26 | Send an email to <help@monitoring-plugins.org> for assistance. Please |
27 | include the OS type and version that you are using. Also, run the plugin | 27 | include the OS type and version that you are using. Also, run the plugin |
28 | with the `-vvv` option and provide the resulting version information. Of | 28 | with the `-vvv` option and provide the resulting version information. Of |
29 | course, there may be additional diagnostic information required as well. Use | 29 | course, there may be additional diagnostic information required as well. |
30 | good judgment. | 30 | Use good judgment. |
31 | 31 | ||
32 | Send an email to <devel@monitoring-plugins.org> for developer discussions. | 32 | Send an email to <devel@monitoring-plugins.org> for developer discussions. |
33 | 33 | ||
@@ -53,10 +53,10 @@ Installation Instructions | |||
53 | 53 | ||
54 | ./configure --prefix=BASEDIRECTORY --with-cgiurl=SOMEURL | 54 | ./configure --prefix=BASEDIRECTORY --with-cgiurl=SOMEURL |
55 | 55 | ||
56 | Replace `BASEDIRECTORY` with the path of the directory under which Nagios | 56 | Replace `BASEDIRECTORY` with the path of the directory under which your |
57 | is installed (default is `/usr/local/nagios`), and replace `SOMEURL` with | 57 | monitoring system is installed (default is `/usr/local`), and replace |
58 | the path used to access the Nagios CGIs with a web browser (default is | 58 | `SOMEURL` with the path used to access the monitoring system CGIs with a |
59 | `/nagios/cgi-bin`). | 59 | web browser (default is `/nagios/cgi-bin`). |
60 | 60 | ||
61 | 3. Compile the plugins with the following command: | 61 | 3. Compile the plugins with the following command: |
62 | 62 | ||