From 67f225260445a798eb249978348a4709387f1a08 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Tue, 21 Jan 2014 21:56:23 +0100 Subject: 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.) diff --git a/README b/README index a4f7a88..beb7769 100644 --- a/README +++ b/README @@ -1,9 +1,9 @@ Monitoring Plugins -============== +================== -* For instructions on installing these plugins for use with Nagios, - see below. In addition, generic instructions for the GNU toolchain can be - found in the `INSTALL` file. +* For instructions on installing these plugins for use with your monitoring + system, see below. In addition, generic instructions for the GNU + toolchain can be found in the `INSTALL` file. * For major changes between releases, read the `NEWS` file. @@ -26,8 +26,8 @@ You can check for the latest plugins at: Send an email to for assistance. Please include the OS type and version that you are using. Also, run the plugin with the `-vvv` option and provide the resulting version information. Of -course, there may be additional diagnostic information required as well. Use -good judgment. +course, there may be additional diagnostic information required as well. +Use good judgment. Send an email to for developer discussions. @@ -53,10 +53,10 @@ Installation Instructions ./configure --prefix=BASEDIRECTORY --with-cgiurl=SOMEURL - Replace `BASEDIRECTORY` with the path of the directory under which Nagios - is installed (default is `/usr/local/nagios`), and replace `SOMEURL` with - the path used to access the Nagios CGIs with a web browser (default is - `/nagios/cgi-bin`). + Replace `BASEDIRECTORY` with the path of the directory under which your + monitoring system is installed (default is `/usr/local`), and replace + `SOMEURL` with the path used to access the monitoring system CGIs with a + web browser (default is `/nagios/cgi-bin`). 3. Compile the plugins with the following command: -- cgit v0.10-9-g596f