summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2013-09-20 14:58:17 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2013-09-20 14:58:17 (GMT)
commit1a5d2f24f6e6aee347cd30b51fdf1ca6c179e6a0 (patch)
tree42f9a6e8d17d74eb909a918460e4366497a9c267 /README
parentbce7e739cc94708609f372b7bdcaf123c11d3279 (diff)
downloadmonitoring-plugins-1a5d2f24f6e6aee347cd30b51fdf1ca6c179e6a0.tar.gz
README: Use code blocks for commands
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 5 insertions, 5 deletions
diff --git a/README b/README
index 5f492f6..7571dc4 100644
--- a/README
+++ b/README
@@ -42,7 +42,7 @@ Installation Instructions
421. If you are using the Git tree, you will need m4, gettext, automake, and 421. 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
502. Run the configure script to initialize variables and create a Makefile, 502. 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
603. Compile the plugins with the following command: 603. Compile the plugins with the following command:
61 61
62 make 62 make
63 63
644. Install the compiled plugins and plugin scripts with the following 644. 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
79That's it! If you have any problems or questions, feel free to send an 79That's it! If you have any problems or questions, feel free to send an
80email to <nagiosplug-help@lists.sourceforge.net>. 80email to <nagiosplug-help@lists.sourceforge.net>.