Configuration de nagios-2.10 sur linuxredhat9

Fermé
sanga - 14 nov. 2007 à 10:14
 tdriss - 7 déc. 2007 à 15:47
Bonjour,
Svp est ce que kelk1 pe me donner ll'explication détaillée de ce script, je travaille sur la conguration de nagios-2.10 sur linux redhat 9

./configure --prefix=prefix --with-cgiurl=cgiurl --with-htmurl=htmurl --with-nagios-user=someuser --with-nagios-group=somegroup --with-command-group=cmdgroup

* Replace prefix with the installation directory that you created in the step above (default is /usr/local/nagios)
* Replace cgiurl with the actual url you will be using to access the CGIs (default is /nagios/cgi-bin). Do NOT append a slash at the end of the url.
* Replace htmurl with the actual url you will be using to access the HTML for the main interface and documentation (default is /nagios/)
* Replace someuser with the name of a user on your system that will be used for setting permissions on the installed files (default is nagios)
* Replace somegroup with the name of a group on your system that will be used for setting permissions on the installed files (default is nagios)
* Replace cmdgroup with the name of the group running the web server (default is nagios, in the example above it was nagcmd). This will allow group members (i.e. your web server) to be able to submit external commands to Nagios.

MERCI
A voir également:

1 réponse

voici comment le nouveau script va se présenter:./configure --prefix=/usr/local/nagios --with-cgiurl=/nagios/cgi-bin --with-htmurl=/nagios --with-nagios-user=nagios --with-nagios-group=nagios

prefix=/usr/local/nagios
cgiurl=/nagios/cgi-bin
htmurl=/nagios
nagios-user=nagios
nagios-group=nagios
0

Discussions similaires