hi,

we'r testing remote logging with omgssapi (git://v5-devel+v5-omgsss..) , and
tests shows that when cacahe is full, rsyslog stops delivering messages to local
storage ;(

while(true); do
logger `dd if=/dev/urandom bs=10 count=1 2>/dev/null | base64;
perl -e 'print("A"x100000)'`;
done

does anybody have any idea ?

thanks
bodik


---------------------------------
#  /etc/rsyslog.conf    Configuration file for rsyslog.
$ModLoad imuxsock # provides support for local system logging
$ModLoad imklog   # provides kernel logging support (previously done by rklogd)
$ActionFileDefaultTemplate RSYSLOG_TraditionalFileFormat
auth,authpriv.*                 /var/log/auth.log
*.*;auth,authpriv.none          -/var/log/syslog
#cron.*                         /var/log/cron.log
daemon.*                        -/var/log/daemon.log
kern.*                          -/var/log/kern.log
lpr.*                           -/var/log/lpr.log
mail.*                          -/var/log/mail.log
user.*                          -/var/log/user.log

mail.info                       -/var/log/mail.info
mail.warn                       -/var/log/mail.warn
mail.err                        /var/log/mail.err

news.crit                       /var/log/news/news.crit
news.err                        /var/log/news/news.err
news.notice                     -/var/log/news/news.notice

*.=debug;\
        auth,authpriv.none;\
        news.none;mail.none     -/var/log/debug
*.=info;*.=notice;*.=warn;\
        auth,authpriv.none;\
        cron,daemon.none;\
        mail,news.none          -/var/log/messages

*.emerg                         :omusrmsg:*

daemon.*;mail.*;\
        news.err;\
        *.=debug;*.=info;\
        *.=notice;*.=warn       |/dev/xconsole

$RepeatedMsgReduction on
$ModLoad omgssapi
$GSSForwardServiceName host
$WorkDirectory /var/cache/rsyslog  # default location for work (spool) files

#forward1
$ActionQueueType LinkedList        # use asynchronous processing
$ActionQueueFileName srvrfwd1       # set file name, also enables disk mode
$ActionResumeRetryCount -1         # infinite retries on insert failure
$ActionQueueSaveOnShutdown on      # save in-memory data if rsyslog shuts down
$ActionQueueMaxDiskSpace 1m
*.* :omgssapi:srvr1:515



_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com/professional-services/

Reply via email to