summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2014-01-21 20:56:23 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2014-01-21 20:56:23 (GMT)
commit67f225260445a798eb249978348a4709387f1a08 (patch)
treed024e6cb32831404bee7a0956ff1971177bd4013 /README
parent01e570f4a4e2a2701b6afeaba4eddf91a31fbe45 (diff)
downloadmonitoring-plugins-67f225260445a798eb249978348a4709387f1a08.tar.gz
README: Minor fixes regarding new project name
Talk about "monitoring systems", not just about "Nagios". Also, the default installation prefix has changed to /usr/local. (While at it, wrap lines consistently at 76 characters.)
Diffstat (limited to 'README')
-rw-r--r--README20
1 files changed, 10 insertions, 10 deletions
diff --git a/README b/README
index a4f7a88..beb7769 100644
--- a/README
+++ b/README
@@ -1,9 +1,9 @@
1Monitoring Plugins 1Monitoring 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:
26Send an email to <help@monitoring-plugins.org> for assistance. Please 26Send an email to <help@monitoring-plugins.org> for assistance. Please
27include the OS type and version that you are using. Also, run the plugin 27include the OS type and version that you are using. Also, run the plugin
28with the `-vvv` option and provide the resulting version information. Of 28with the `-vvv` option and provide the resulting version information. Of
29course, there may be additional diagnostic information required as well. Use 29course, there may be additional diagnostic information required as well.
30good judgment. 30Use good judgment.
31 31
32Send an email to <devel@monitoring-plugins.org> for developer discussions. 32Send 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
613. Compile the plugins with the following command: 613. Compile the plugins with the following command:
62 62