From c3d1d703cdcbb911561c34f30f190067c641176f Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 11 Apr 2007 18:53:50 -0400 Subject: Kickstart tracking now mines the apache logs rather than relying on the watcher.py mod_python script, so there is room for greater platform compatibility. A cgi-based more-portable alternative to watcher is still desirable. Since apache logs are cycled more frequently than cobbler logs, this does mean that we lose a bit of granularity with regards to start/stop times, though this can presumably be refined. Last request time (the most important bit) is still solid. Need to verify that Apache log time parsing (strptime) isn't doing anything strange with time zones as cobbler is logging GMT. I suspect it might and that would affect results and state detection. --- cobbler.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cobbler.spec') diff --git a/cobbler.spec b/cobbler.spec index 08c3742..b50f616 100644 --- a/cobbler.spec +++ b/cobbler.spec @@ -79,7 +79,6 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT %dir /var/www/cobbler/profiles %dir /var/www/cobbler/systems %dir /var/www/cobbler/links -/var/www/cobbler/watcher.py* %defattr(-,root,root) %dir /tftpboot/pxelinux.cfg %dir /tftpboot/images @@ -105,6 +104,7 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT /var/lib/cobbler/elilo-3.6-ia64.efi /var/lib/cobbler/menu.c32 /etc/init.d/cobblersyslogd +/etc/httpd/conf.d/cobbler.conf %dir /var/log/cobbler/syslog %doc AUTHORS CHANGELOG NEWS README COPYING -- cgit