Logging, Syslog and Log Anaylsys Forums
»
Forums
»
Syslog & syslogd
syslog-ng.conf Client Config not working
Username:
1 Hour
1 Day
1 Week
1 Month
Forever
Password:
Home
Help
Search
Quick Search
Advanced Search
Login
Register
News
:
« previous
next »
Pages: [
1
]
0 Members and 1 Guest are viewing this topic.
Topic Tools
Topic Tools
Print
November 06, 2008, 10:52:20 am
#0
jdenver47
jdenver47
Send jdenver47 an email.
Show jdenver47's last posts.
Show general stats for jdenver47.
Newbie
Posts: 2
syslog-ng.conf Client Config not working
Hello All,
I am trying to implement centralised logging via syslog-ng.Here are my details
On my server I succesfully installed a front end and I can view all my syslog messages generated by that server on web interface
I am using AIX as a client and I am getting some config errors.
691>syslog-ng -d
Error binding socket; addr='AF_INET(0.0.0.0:514)', error='Address already in use (67)'
Error initializing source driver; source='local'
Here is my config file, What it does is it needs to send logs to syslog-ng centralised server
690>cat syslog-ng.conf
options {
dir_perm(0755);
perm(0644);
chain_hostnames(no);
keep_hostname(yes);
};
source local {
unix-dgram("/dev/log");
udp(ip(0.0.0.0) port(514));
internal();
};
filter f_1 { facility(auth) and level(debug..emerg); };
filter f_2 { facility(kern) and level(debug..emerg); };
filter f_3 { facility(daemon) and level(warning..emerg); };
filter f_4 { facility(local1) and level(debug..emerg); };
filter f_5 { facility(local2) and level(debug..emerg);};
log { source(local); filter(f_1); destination(d_1); };
log { source(local); filter(f_2); destination(d_1); };
log { source(local); filter(f_3); destination(d_1); };
log { source(local); filter(f_4); destination(d_1); };
log { source(local); filter(f_5); destination(d_1); };
destination d_1 { udp("redhat9.qlogic.com" port(1099)); };
So I am not sure why this is not working.....Can some one help me fix this...
Pages: [
1
]
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Forums
-----------------------------
=> Syslog & syslogd
===> syslog-ng
=> Log Data and Analysis
=> Windows Event Log
=> Web Server Logs
=> Security
=> General Discussion
=> Red Light District
=> Logs, Sarbanes Oxley and Compliance
GoogleTagged:
syslog client aix
binding
syslogng conf
syslog-ng client
syslog-ng source conf
syslog-ng client source file
starting error binding
already
syslog server config
syslog-ng conf pdf
error binding
syslog-ng error binding already use
how config filter conf
syslogd client
mss
syslog-ng config select source
error binding socket syslog-ng
error initializing source driver syslog-ng
syslog-ng client config
syslog-ng binding
Information Security News
|
Jerry Bell's blog
|
Enterprise IT
|
Tropical Fish Information
|
Tropical Fish Forums
Loading...