|
From: Veiko K. <ve...@pa...> - 2004-12-15 08:25:45
|
Yves wrote:
> I have an idea...
> What version of nagios are you using ? Let me guess : 1.2 :)
> If you are using 1.2, how did you compile nagios ?
Suse 9.1-s official Nagios rpm package.
./configure \
--with-cgiurl=/nagios/cgi-bin \
--with-htmurl=/nagios \
--with-lockfile=/var/run/nagios.pid \
--with-nagios-user=%{nsusr} \
--with-nagios-grp=%{nsgrp} \
--with-command-user=%{cmdusr} \
--with-command-grp=%{cmdgrp} \
--prefix=%{_prefix} \
--exec-prefix=%{_prefix}/sbin \
--bindir=%{_prefix}/sbin \
--sbindir=%{_prefix}/lib/nagios/cgi \
--libexecdir=%{_prefix}/lib/nagios/plugins \
--datadir=%{_prefix}/share/nagios \
--sysconfdir=/etc/nagios \
--with-init-dir=/etc/init.d \
--localstatedir=/var/log/nagios \
--with-gd-inc=/usr/include/gd \
--enable-embedded-perl \
--with-perlcache
So im going to compile nagios by myself.
--
Veiko
|