Displaying 5 results from an estimated 5 matches for "imrelp".
2013 Oct 28
1
rsyslog not loading relp
centos 6.4, setup to be syslog server. Doing remote syslog using tcp
works fine, so now want to add relp. I installed the rsyslog-relp
package and told rsyslog.conf to use it:
# RELP Syslog Server:
$ModLoad imrelp # provides RELP syslog reception
$InputRELPServerRun 20514
when I restart rsyslog I am told it does not like my InputRELPServerRun line:
Oct 28 13:43:54 scan rsyslogd: [origin software="rsyslogd"
swVersion="5.8.10" x-pid="7102" x-info="http://www.rsyslog.com&qu...
2015 Mar 16
0
rsyslog 5.8.10 crashing on centos 6.6 due to relp
...)[0x7f80c9210e66]
/usr/lib64/librelp.so.0(relpTcpDestruct+0x5f)[0x7f80c7f1a9bf]
/usr/lib64/librelp.so.0(relpSrvRun+0x4c)[0x7f80c7f1d08c]
/usr/lib64/librelp.so.0(relpEngineListnerConstructFinalize+0x26)[0x7f80c7f16ac6]
/usr/lib64/librelp.so.0(relpEngineAddListner+0x91)[0x7f80c7f16c61]
/lib64/rsyslog/imrelp.so(+0xd4c)[0x7f80c8122d4c]
[...]
7fff6c305000-7fff6c31c000 rw-p 00000000 00:00 0 [stack]
7fff6c3ff000-7fff6c400000 r-xp 00000000 00:00 0 [vdso]
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0
[vsyscall]
^C
[root at scan ~]#
Since this i...
2016 Jun 02
0
Rsyslog on C7
...cal system logging (e.g. via logger command)
$OmitLocalLogging off
$ModLoad imjournal # provides access to the systemd journal
$ModLoad imklog # reads kernel messages (the same are read from journald)
$ModLoad immark # provides --MARK-- message capability
# Provides RELP syslog reception
$ModLoad imrelp
$InputRELPServerRun 2514
# provides RELP syslog transmission
$ModLoad omrelp
#### GLOBAL DIRECTIVES ####
# Where to place auxiliary files
$WorkDirectory /var/lib/rsyslog
# Use default timestamp format
$ActionFileDefaultTemplate RSYSLOG_TraditionalFileFormat
# File syncing capability is disable...
2013 Feb 19
1
remote logging with rsyslog
...erver, using the RELP module.
First of all, the client is a stock install of CentOS 6.3 running rsyslog
v5.8.10. I inherited the server, but the change logging that we keep indicates
it is pretty much stock too, and it is v5.8.10 as well.
?
On the server, I added to /etc/rsyslog.conf:
??? $ModLoad imrelp
??? $InputRELPServerRun 20514
?
And restarted the daemon:
??? sudo service rsyslog restart
??? Shutting down system logger:?????????????????????????????? [? OK? ]
??? Starting system logger:??????????????????????????????????? [? OK? ]
?
On the client, I added to /etc/rsyslog.conf:
??? $ModLoad?????...
2016 Apr 17
1
Rsyslog problems
...ODULES ####
$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)
$OmitLocalLogging off
$ModLoad imjournal # provides access to the systemd journal
$ModLoad imklog # reads kernel messages (the same are read from journald)
# Provides RELP syslog reception
$ModLoad imrelp
$InputRELPServerRun 2514
#### GLOBAL DIRECTIVES ####
# Where to place auxiliary files
$WorkDirectory /var/lib/rsyslog
# Use default timestamp format
#$ActionFileDefaultTemplate RSYSLOG_TraditionalFileFormat
# File syncing capability is disabled by default. This feature is usually not required,...