jkimalane
jkimalane
The parameter "action.ResumeRetryCount="-1" for the last action, enables infinite retry loop. It's not clear how this relates to queue defined at the ruleset level. How should ruleset detect that all...
Tested lates and greatest version. Exactly the same result. If both destination are down, TCP buffers are maxed out and after that messages are silently dropped. ``` rsyslogd 8.2108.0.master (aka...
Any ideas why this config does not work as expected?
When both destination are down, kernel TCP buffers are filled and then all processing stops ``` # ss -t State Recv-Q Send-Q Local Address:Port Peer Address:Port ESTAB 5920864 0 172.1.1.1:5514...
``` rsyslogd-pstats: BEGIN rsyslogd-pstats: global: origin=dynstats rsyslogd-pstats: imuxsock: origin=imuxsock submitted=0 ratelimit.discarded=0 ratelimit.numratelimiters=0 rsyslogd-pstats: action 0: origin=core.action processed=375 failed=0 suspended=0 suspended.duration=0 resumed=0 rsyslogd-pstats: action 1: origin=core.action processed=0 failed=0 suspended=0 suspended.duration=0 resumed=0...
Here it is, just one sample before last posted entry ``` rsyslogd: action 'lag_be_primary' suspended, next retry is Tue Aug 24 14:24:18 2021 [v8.24.0-57.el7_9.1 try http://www.rsyslog.com/e/2007 ] rsyslogd-pstats: BEGIN rsyslogd-pstats:...
What do you mean by saying "real data"? Those two pstats samples are almost in directs sequence, sampling rate 60s. Stats, as far as I understand, are absolute and increment...
Nope, I personally gave up on this. It does not work the way the docs are stating. Rsyslog is still used but I introduced another moving part to this equation...
Although your findings are correct and reveal another issue, the problem I reported is not related to `flags` options parser unable to tokenise passed arguments when not surrounded with quotes....