1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
fwlogwatch for Debian
---------------------
By default fwlogwatch won't run as a daemon.
By default no cron jobs will run either.
Most of fwlogwatch's behaviour in Debian systems can be configured via Debconf.
Run 'dpkg-reconfigure fwlogwatch' if you want to change anything.
-- Alberto Gonzalez Iniesta <agi@agi.as>, Sun, 11 Nov 2001 11:25:14 +0100
fwlogwatch CGIs
---------------
The examples directory contains a couple of shell scripts. These scripts can
be run as CGIs from the web server to obtain HTML reports.
Note that default permissions won't allow the user the web server is running
under to read /var/log/messages. So you will have to add this user (usually
www-data) to the adm group if you want to use them.
-- Alberto Gonzalez Iniesta <agi@agi.as>, Wed, 27 Jun 2001 13:13:26 +0200
systemd
-------
In order for the service to start up correctly with systemd the pidfile needs
to be hardcoded to /run/fwlogwatch.pid in the configuration file.
-- William Grzybowski <william@grzy.org> Mon, 22 Jul 2019 09:27:20 -0300
|