Hello to all. I am sending it from another mailbox, as there were problems with reading the letter. I am trying to set up a rsyslog so that the message is not lost when transmitted over the network using the RELP protocol.
Server settings: module(load="imrelp") > input(type="imrelp" port="20514") Client settings: module(load="omrelp") *.* action(type="omrelp" Target="192.168.0.100" Port="20514" queue.type="LinkedList" queue.size="10000" > queue.filename="q_sendToLogserver" queue.highwatermark="9000" queue.lowwatermark="50" queue.maxdiskspace="500m" queue.saveOnShutdown="on" > action.resumeRetryCount="-1" > action.reportSuspension="on" action.reportSuspensionContinuation="on" > action.resumeInterval="10") Messages are lost if the server is disconnected from the network and the client's PC is rebooted. Enabling the saveOnShutdown option should prevent the loss of messages, but it doesn't. Is it possible to configure the client so that messages are not lost in this case? _______________________________________________ rsyslog mailing list https://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com/professional-services/ What's up with rsyslog? Follow https://twitter.com/rgerhards NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.

