diff options
| author | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-09-20 16:58:17 +0200 |
|---|---|---|
| committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-09-20 16:58:17 +0200 |
| commit | 1a5d2f24f6e6aee347cd30b51fdf1ca6c179e6a0 (patch) | |
| tree | 42f9a6e8d17d74eb909a918460e4366497a9c267 | |
| parent | bce7e739cc94708609f372b7bdcaf123c11d3279 (diff) | |
| download | monitoring-plugins-1a5d2f24f6e6aee347cd30b51fdf1ca6c179e6a0.tar.gz | |
README: Use code blocks for commands
| -rw-r--r-- | README | 10 |
1 files changed, 5 insertions, 5 deletions
| @@ -42,7 +42,7 @@ Installation Instructions | |||
| 42 | 1. If you are using the Git tree, you will need m4, gettext, automake, and | 42 | 1. If you are using the Git tree, you will need m4, gettext, automake, and |
| 43 | autoconf. To start out, run: | 43 | autoconf. To start out, run: |
| 44 | 44 | ||
| 45 | ./tools/setup | 45 | ./tools/setup |
| 46 | 46 | ||
| 47 | For more detail, see the developer guidelines at | 47 | For more detail, see the developer guidelines at |
| 48 | <http://nagiosplug.sourceforge.net/developer-guidelines.html>. | 48 | <http://nagiosplug.sourceforge.net/developer-guidelines.html>. |
| @@ -50,7 +50,7 @@ Installation Instructions | |||
| 50 | 2. Run the configure script to initialize variables and create a Makefile, | 50 | 2. Run the configure script to initialize variables and create a Makefile, |
| 51 | etc. | 51 | etc. |
| 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 |
| 56 | Nagios is installed (default is `/usr/local/nagios`). | 56 | Nagios is installed (default is `/usr/local/nagios`). |
| @@ -59,12 +59,12 @@ Installation Instructions | |||
| 59 | 59 | ||
| 60 | 3. Compile the plugins with the following command: | 60 | 3. Compile the plugins with the following command: |
| 61 | 61 | ||
| 62 | make | 62 | make |
| 63 | 63 | ||
| 64 | 4. Install the compiled plugins and plugin scripts with the following | 64 | 4. Install the compiled plugins and plugin scripts with the following |
| 65 | command: | 65 | command: |
| 66 | 66 | ||
| 67 | make install | 67 | make install |
| 68 | 68 | ||
| 69 | The installation procedure will attempt to place the plugins in a | 69 | The installation procedure will attempt to place the plugins in a |
| 70 | `libexec/` subdirectory in the base directory you specified with the | 70 | `libexec/` subdirectory in the base directory you specified with the |
| @@ -74,7 +74,7 @@ Installation Instructions | |||
| 74 | a non-root user, they will not be installed. To install, switch to root | 74 | a non-root user, they will not be installed. To install, switch to root |
| 75 | and run: | 75 | and run: |
| 76 | 76 | ||
| 77 | make install-root | 77 | make install-root |
| 78 | 78 | ||
| 79 | That's it! If you have any problems or questions, feel free to send an | 79 | That's it! If you have any problems or questions, feel free to send an |
| 80 | email to <nagiosplug-help@lists.sourceforge.net>. | 80 | email to <nagiosplug-help@lists.sourceforge.net>. |
