On 14.10.2011 07:36, [email protected] wrote: > this is probably a stupid question, but where in the configuration is the > disk assisted queue enabled? > > I see the queue type as being "linked list", which I thought was a > memory-only queue type. > > without the disk assist type won't it just fill the allocated memory and stop? >
i followed the example given here http://www.rsyslog.com/doc/rsyslog_reliable_forwarding.html. i thought a DA-queue is an in-memory queue with a filename (in forwarder.conf): $ActionQueueType LinkedList $ActionQueueFileName forward as explained in http://www.rsyslog.com/doc/queues.html: Disk-Assisted Memory Queues If a disk queue name is defined for in-memory queues (via $<object>QueueFileName), they automatically become "disk-assisted" (DA). In that mode, data is written to disk (and read back) on an as-needed basis. what must be changed in the configs to achieve the desired behaviour? i don't know what's wrong with the configuration so i ask you guys. BTW: i have a debug log ready but if it's configuration error, well, then it's not needed. regards, -ap _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com

