Displaying 4 results from an estimated 4 matches for "imudp".
Did you mean:
imap
2010 Dec 14
1
Binding rsyslogd to specific ip address
Hi all,
Somebody knows how can I bind rsyslogd to a specific ip adress?? I have two
different interfaces on a centos5.5 host and I need to bind rsyslog to only one.
Thanks.
--
CL Martinez
carlopmart {at} gmail {d0t} com
2012 Jul 23
1
n00b rsyslog.conf question - how to separate local syslog from network appliance syslog?
...review.
I installed rsyslog and am looking through the /etc/rsyslog.conf file
for what I configure to (a) listen for syslog input from other devices
(UDP port 514 is fine), (b) make a log, and (c) log rotate files.
(a) I see in there (if I comment it out)
# Provides UDP syslog reception
$ModLoad imudp
$UDPServerRun 514
(Obviously add an iptables rule to let this traffic in)
(b) I see options in there, but am not sure how to separate the local
logs from the remote logs. Is it something like the following?
*.*;local6.none;
auth,authpriv.none -/var/log/syslog
(c) I understand I can do...
2012 Jan 06
1
rsyslog server cannot get the logs
I have an rsyslog server which is running Debian Stable,
and its version of rsyslog is 4.6.4-2.
All of my Debian Stable server can send log to it now.
and run both
nc $IP $PORT <<< "HELLO"
and
echo "HELLO" | nc $IP $PORT
on client, I can get log on the server.
While for my CentOS 5.7 server,
nc $IP $PORT <<< "HELLO"
works well, but
echo
2012 Jul 11
0
[CentOS 6.3] rsyslog 5.8.10-2 - PreserveFQDN directive ignored
...MODULES ####
$ModLoad imuxsock.so # provides support for local system logging
(e.g. via logger command)
$ModLoad imklog.so # provides kernel logging support (previously
done by rklogd)
#$ModLoad immark.so # provides --MARK-- message capability
# Provides UDP syslog reception
#$ModLoad imudp.so
#$UDPServerRun 514
# Provides TCP syslog reception
#$ModLoad imtcp.so
#$InputTCPServerRun 514
#### GLOBAL DIRECTIVES ####
# Use default timestamp format
$ActionFileDefaultTemplate RSYSLOG_TraditionalFileFormat
#
# (BUG!)
# FQDN must be the first directive or it is not honored
# http://bugzil...