[Bug 693608] Review Request: icinga - System Monitoring Application

bugzilla at redhat.com bugzilla at redhat.com
Wed Jun 29 09:58:42 UTC 2011


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=693608

--- Comment #14 from Michael Friedrich <michael.friedrich at univie.ac.at> 2011-06-29 05:58:40 EDT ---
i've taken the liberty to move some proposed patches on icinga.spec for
upcoming 1.4.2 release.

there's a small bug in the spec file over here on the logging directory for the
cgis.

initially, %{logdir}/gui is created, but the cgi.cfg reflects that as
%{logdir}/cgis

this only is in effect, if you enable gui logging, but should be changed if
this spec is taken upstream.


 %{__perl} -pi -e '
-        s|cgi_log_file.*|cgi_log_file=%{logdir}/cgi/icinga-cgi.log|;
+        s|cgi_log_file.*|cgi_log_file=%{logdir}/gui/icinga-cgi.log|;
         s|cgi_log_archive_path=.*|cgi_log_archive_path=%{logdir}/archives|;
    ' %{buildroot}%{_sysconfdir}/icinga/cgi.cfg


for 1.5 i am planning to add a configure option for that.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list