[root@jxglapp1 pfwx-master]# cat /etc/rsyslog.conf
ModLoad imuxsock # provides support for local system logging (e.g. via logger command)
$ModLoad imklog # provides kernel logging support (previously done by rklogd)
module(load="imfile" PollingInterval="5")
$ModLoad imtcp
$InputTCPServerRun 514
$ActionFileDefaultTemplate RSYSLOG_TraditionalFileFormat
$IncludeConfig /etc/rsyslog.d/*.conf
*.info;mail.none;authpriv.none;cron.none;local5.none /var/log/messages
authpriv.* /var/log/secure
mail.* -/var/log/maillog
cron.* /var/log/cron
uucp,news.crit /var/log/spooler
local7.* /var/log/boot.log
$InputFilePersistStateInterval 1
$WorkDirectory /var/lib/rsyslog
input(type="imfile"
File="/root/pfwx-master/nohup.out"
Tag="Fortress-10.3.172.15"
PersistStateInterval="1"
reopenOnTruncate="on"
Severity="info"
Facility="local5")
local5.* @@10.5.100.232:9514