|
|
Subject: You are sending visruses in your e-mails. Please fix it. - msg#00116
List: syslog-ng
The item GSEBODY_691125_3712_1085713249.txt, from
syslog-ng-admin@xxxxxxxxxxxxxxxx, addressed to syslog-ng@xxxxxxxxxxxxxxxx, with
subject line syslog-ng digest, Vol 1 #1107 - 3 msgs, has been replaced because
it was infected by the W32/Bagle.aa@MM virus.
Was this page helpful?
Thread at a glance:
Previous Message by Date:
click to view message preview
created dirs problem
Hi all!
Here is a part from my .conf file:
####################################################################
source udp_mesg { udp( port(514));};
destination d_locals{
file("/var/log/test/$HOST/$FACILITY_$LEVEL/$DAY.$MONTH.$YEAR.log" owner("root")
group("adm") perm (0640) dir_perm(0740) create_dirs(yes));};
log {
source(udp_mesg);filter(f_messages);destination(d_locals);};
####################################################################
It logs fine, still without facilities, but the
problem comes perhaps from my devices, not from syslog-ng.
The strange what happend is:
As I listed the directories in my log-directory, I
found out, that there are about hundred hidden dierectories.
I log from tho devices, and there were, as it
should be, two dirs for their logs. But in the hidden directories(.00 to .99)
there were logs from the devices, most from severity 'notice'.
Has anyone idea, what could be the
problem?
cheers
Dian
P.S. How can I get
------------------------------------------------------------- Windows
95/NT - 32 bit extensions and a graphical shell for a 16 bit
patch to an 8 bit operating system
originally coded for
a 4 bit microprocessor,
written by a 2 bit company
that can't stand 1 bit of competition.
Next Message by Date:
click to view message preview
Cisco Devices
I am trying to log debugging messages from 3 Cisco 7206
VXR's. Anyone have any suggestions on how to do this?
Evan
Previous Message by Thread:
click to view message preview
created dirs problem
Hi all!
Here is a part from my .conf file:
####################################################################
source udp_mesg { udp( port(514));};
destination d_locals{
file("/var/log/test/$HOST/$FACILITY_$LEVEL/$DAY.$MONTH.$YEAR.log" owner("root")
group("adm") perm (0640) dir_perm(0740) create_dirs(yes));};
log {
source(udp_mesg);filter(f_messages);destination(d_locals);};
####################################################################
It logs fine, still without facilities, but the
problem comes perhaps from my devices, not from syslog-ng.
The strange what happend is:
As I listed the directories in my log-directory, I
found out, that there are about hundred hidden dierectories.
I log from tho devices, and there were, as it
should be, two dirs for their logs. But in the hidden directories(.00 to .99)
there were logs from the devices, most from severity 'notice'.
Has anyone idea, what could be the
problem?
cheers
Dian
P.S. How can I get
------------------------------------------------------------- Windows
95/NT - 32 bit extensions and a graphical shell for a 16 bit
patch to an 8 bit operating system
originally coded for
a 4 bit microprocessor,
written by a 2 bit company
that can't stand 1 bit of competition.
Next Message by Thread:
click to view message preview
Cisco Devices
I am trying to log debugging messages from 3 Cisco 7206
VXR's. Anyone have any suggestions on how to do this?
Evan
|
|