Thomas

Results 7 comments of Thomas

This indicator will only got up with the ".cumsum()", right? This cannot be the 1:1 implementation of the zenbot strategy as far as I can see.

My guess would be that they are being collected for the simulation / backtesting.

Did you make any progress on this? I have the exact same problem.

I will describe the situation from the beginning: What do I want to accomplish: Rsyslog should send logs to 2 servers, 1 active, 2nd as backup if 1st fails. If...

Sure, it now reads: `ruleset(name="remotelogs" queue.type="linkedlist" queue.filename="remotequeue" queue.saveOnShutdown="on" action.resumeRetryCount="-1")` I tested this now: Stopped the receiving servers, waited, turned the receiving servers back on. I would expect to get the...

Here you go. The receiving servers were offline between 10:30 and 10:33 [pstats.txt](https://github.com/rsyslog/rsyslog/files/12226372/pstats.txt)

Thanks, we had a communication issue here it seems :) I was wondering why I should put action statements into ruleset. Anyways, I tried your suggestion and it almost works:...