Navigation
FAQs in dieser Kategorie
- Debian 32bit Sarge Firecracker Raid1 Howto+grsecurity Kernel 2.6.11.12
- GPG Error
- Debian Sarge auf deutsche Sprache einstellen
- 3Ware Raid Tuning
- Zwei Server mit den selben Paketen und "dpkg" einrichten
- Debian 4.0 Software Raid1 install auf Hetzner Server
- Serverüberwachung unter Debian mit Munin
- clamav daemon auf Debian System überwachen
- Debian Lenny MC (Midnight Commander) internen Editor von Nano auf mcedit ändern.
- 3Ware Raid Controler (3DM2) kein Zugriff über Webinterface
Tags
Wichtige FAQs
Debian
clamav daemon auf Debian System überwachen
md /usr/local/src/clamdwatch
wget http://mikecathey.com/code/clamdwatch/clamdwatch.txt
Ausführbar machen:
chmod +x clamdwatch.txt
mv clamdwatch.txt clamdwatch.pl
Pfad in der clamdwatch.pl anpassen:
____SNIP____
my $Socket = $options{s} || "/var/run/clamd.ctl";
my $log = $options{l} || 0;
my $ip = "127.0.0.1";
my $timeout = $options{t} || 15;
my $lockFile = $options{L} || "/var/lock/subsys/clamd";.pl
____SNIP____
my $Socket = $options{s} || "/var/run/clamav/clamd.ctl";
my $log = $options{l} || 0;
my $ip = "127.0.0.1";
my $timeout = $options{t} || 15;
my $lockFile = $options{L} || "/var/lock/clamd/clamd";
md /var/lock/clamd
cp /usr/local/clamdwatch/clamdwatch.pl /usr/local/bin/clamdwatch.pl
crontab -e
*/1 * * * * root /usr/local/bin/clamdwatch.pl -q && ( /usr/bin/killall -9 clamd; rm -fr /var/amavis/clamd; /etc/init.d/clamav-daemon start 2>&1 )
Tags: -
Verwandte Artikel:
- SuSE 8.2 Postfix HOWTO Cyrus Spamschutz Virenscanner
- PortSentry installieren
- MailScanner Installation Guide
- PHP Apache Webserver unsicher!
- Update ProFTPd auf Version 1.2.9
Letzte Änderung der FAQ: 2008-03-27 06:24
Autor: Michael Stender
Revision: 1.1
Es ist möglich, diese FAQ zu kommentieren.