diff options
-rw-r--r-- | INSTALLING | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -10,15 +10,11 @@ Nagios Plugins Quick-and-Dirty Installation Instructions | |||
10 | tools/setup | 10 | tools/setup |
11 | 11 | ||
12 | 1) Run the configure script to initialize variables and create a Makefile, etc. | 12 | 1) Run the configure script to initialize variables and create a Makefile, etc. |
13 | ./configure --prefix=BASEDIRECTORY --with-nagios-user=SOMEUSER --with-nagios-group=SOMEGROUP --with-cgiurl=SOMEURL | 13 | ./configure --prefix=BASEDIRECTORY --with-cgiurl=SOMEURL |
14 | 14 | ||
15 | a) Replace BASEDIRECTORY with the path of the directory under which Nagios | 15 | a) Replace BASEDIRECTORY with the path of the directory under which Nagios |
16 | is installed (default is '/usr/local/nagios') | 16 | is installed (default is '/usr/local/nagios') |
17 | b) Replace SOMEUSER with the name of a user on your system that will be | 17 | b) Replace CGIURL with the path used to access the Nagios CGIs with |
18 | assigned permissions to the installed plugins (default is 'nagios') | ||
19 | c) Replace SOMEGRP with the name of a group on your system that will be | ||
20 | assigned permissions to the installed plugins (default is 'nagios') | ||
21 | d) Replace CGIURL with the path used to access the Nagios CGIs with | ||
22 | a web browser (default is '/nagios/cgi-bin') | 18 | a web browser (default is '/nagios/cgi-bin') |
23 | 19 | ||
24 | 20 | ||