generated from smedev/Template-for-SMEServer-Contribs-Package
- Fixed attributes - Cleaned spec - Updated to latest version * Sat Apr 14 2007 Nick Hemmesch <nick@ndhsoft.com> 2.1-1.3.4 - Added CentOS 5 i386 support - Added CentOS 5 x86_64 support * Fri Feb 23 2007 Nick Hemmesch <nick@ndhsoft.com> 2.1-1.3.3 - Fix ownership of cron.sh to root:root * Wed Nov 01 2006 Erik A. Espinoza <espinoza@forcenetworks.com> 2.1-1.3.2 - Added Fedora Core 6 support * Mon Jun 05 2006 Nick Hemmesch <nick@ndhsoft.com> 2.1-1.3.1 - Add SuSE 10.1 support - Set apacheuser and apachegroup correctly in cron.sh * Sat May 13 2006 Nick Hemmesch <nick@ndhsoft.com> 2.1-1.2.10 - Add Fedora Core 5 support * Sun Nov 20 2005 Nick Hemmesch <nick@ndhsoft.com> 2.1-1.2.9 - Add SuSE 10.0 and Mandriva 2006.0 support * Sat Oct 15 2005 Nick Hemmesch <nick@ndhsoft.com> 2.1-1.2.8 - Add Fedora Core 4 x86_64 support * Sat Oct 01 2005 Nick Hemmesch <nick@ndhsoft.com> 2.1-1.2.7 - Add CentOS 4 x86_64 support * Fri Sep 22 2005 Nick Hemmesch <nick@ndhsoft.com> 2.1-1.2.6 - Remove automake config for Mandrake acct build failures * Fri Jul 01 2005 Nick Hemmesch <nick@ndhsoft.com> 2.1-1.2.5 - Add Fedora Core 4 support * Fri Jun 03 2005 Torbjorn Turpeinen <tobbe@nyvalls.se> 2.1-1.2.4 - Gnu/Linux Mandrake 10.0,10.1,10.2 support * Fri May 27 2005 Nick Hemmesch <nick@ndhsoft.com> 2.1-1.2.3 - Remove doc rpm * Sun Feb 27 2005 Nick Hemmesch <nick@ndhsoft.com> 2.1-1.2.2 - Add Fedora Core 3 support - Add CentOS 4 support * Thu Jun 03 2004 Nick Hemmesch <nick@ndhsoft.com> 2.1-1.2.1 - Add Fedora Core 2 support * Wed Feb 11 2004 Nick Hemmesch <nick@ndhsoft.com> 2.1-1.1.5 - Fix Trustix 2.0 crontab call to fcrontab - Define crontab - Define appacheuser and apachegroup * Mon Dec 29 2003 Nick Hemmesch <nick@ndhsoft.com> 2.1-1.1.4 - Add Fedora Core 1 support * Tue Nov 25 2003 Nick Hemmesch <nick@ndhsoft.com> 2.1-1.1.3 - Add Red Hat 9 support - Add Trustix 2.0 support - Add Mandrake 9.2 support - Fix images to images-toaster * Sun Mar 30 2003 Miguel Beccari <miguel.beccari@clikka.com> 2.1-1.1.2 - Toaster HTML templates (alpha status) * Sat Mar 29 2003 Miguel Beccari <miguel.beccari@clikka.com> 2.1-1.1.1 - First rpm: everything is OK. Templates are NOT ok.
69 lines
2.0 KiB
Plaintext
Executable File
69 lines
2.0 KiB
Plaintext
Executable File
Isoqlog 2.2.x INSTALL
|
|
|
|
- Installation
|
|
|
|
1. ./configure
|
|
If you would like to use default options just type 'configure'
|
|
To see more options type 'configure --help'
|
|
|
|
2. make
|
|
Compiling...
|
|
3. make install
|
|
Installing...
|
|
4. make clean
|
|
Removing objects files...
|
|
|
|
copy images and library directory that under htmltemp directory to isoqlog output directory
|
|
5. cp -pr /usr/local/share/isoqlog/htmltemp/images /usr/local/share/isoqlog/htmltemp/library isoqlogoutputdir/
|
|
|
|
6. You can run isoqlog more than once in a day, though you must run at least once before 00:00
|
|
(i.e. 23:58) to get current day's statistics.
|
|
|
|
7. If you're using postfix, sendmail or qmail-syslog, it is strongly suggested you rotate
|
|
your log files to get the data healthier.
|
|
|
|
# crontab -e
|
|
|
|
58 * * * * /usr/local/bin/isoqlog 1>/dev/null 2>/dev/null
|
|
this will run isoqlog every hour at 58. minute
|
|
|
|
That's all
|
|
IMPORTANT NOTE: If you type make and get an error like:
|
|
Makefile line:XXX need an operator, you better use gmake, not make.
|
|
|
|
- Files
|
|
When you untar package, you should see following files and directories:
|
|
|
|
Makefile -> You know what is this.
|
|
configure -> Prepares your system for custom installations.
|
|
isoqlog.conf -> Configuration file. (more isoqlog.conf)
|
|
isoqlog.domains -> Domains
|
|
htmltemp -> Contains HTML output templates. Edit them if you would like.
|
|
|
|
- After installation
|
|
|
|
Don't forget! If you configure your system with 'configure --prefix=install_dir'
|
|
edit isoqlog.conf and change prefix variables. Also change others.
|
|
|
|
NOTE:
|
|
An important thing to note here is that; keep the size of your log file large.
|
|
if you're using qmail with multilog, you can set this in the qmail-send/log/run
|
|
file with the s (size) parameter like this: (all in one line)
|
|
#!/bin/sh
|
|
exec /usr/local/bin/setuidgid \
|
|
qmaill /usr/local/bin/multilog t s5000000 \
|
|
/var/log/qmail
|
|
|
|
if you're using syslog, change the rotate size.
|
|
|
|
|
|
PROBLEMS
|
|
|
|
If you have trouble with GNU style configuration/installation please try Makefile.std
|
|
|
|
cp Makefile.std Makefile
|
|
make
|
|
make install
|
|
|
|
Sat Feb 26 17:27:47 EET 2005
|