Displaying 4 results from an estimated 4 matches for "inputrelpserverrun".
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"] start
Oct 28 13:43:54 scan rsyslogd: the last err...
2016 Jun 02
0
Rsyslog on C7
...em 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 disabled by default. This f...
2013 Feb 19
1
remote logging with rsyslog
...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?????????????????? omrelp
???...
2016 Apr 17
1
Rsyslog problems
...###
$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,
# not useful and an...