Bug 1113447

Summary: Implement additional keep-alive options for imtcp
Product: Red Hat Enterprise Linux 7 Reporter: Tomas Heinrich <theinric>
Component: rsyslogAssignee: Jiří Vymazal <jvymazal>
Status: CLOSED NEXTRELEASE QA Contact: BaseOS QE Security Team <qe-baseos-security>
Severity: low Docs Contact:
Priority: unspecified    
Version: 7.0CC: dapospis, dkopecek, jlieskov, jvymazal, lkundrak, mah.darade, pvrabec, rsroka, tosykora
Target Milestone: rcKeywords: Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: 1113441 Environment:
Last Closed: 2017-05-05 08:40:01 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1113441    
Bug Blocks:    

Description Tomas Heinrich 2014-06-26 08:24:29 UTC
+++ This bug was initially created as a clone of Bug #1113441 +++

Description of problem:
The imtcp plugin supports TCP keep-alive, but unlike the imptcp and imrelp plugins, it doesn't allow to set additional keep-alive parameters.

Version-Release number of selected component (if applicable):
rsyslog-7.4.10-2.fc21

Steps to Reproduce:
Search the imtcp documentation for "keepalive".

Actual results:
tcp_keepalive_intvl, tcp_keepalive_probes, tcp_keepalive_time can't be set.

Expected results:
tcp_keepalive_intvl, tcp_keepalive_probes, tcp_keepalive_time can be set.

Additional info:
See tcp(7) man page.

This can be worked around by changing the system-wide settings in /proc/sys/net/ipv4/tcp_keepalive_*.

Comment 5 Jiří Vymazal 2017-03-15 10:01:54 UTC
this is fixed in rsyslog v8, linking rebase issue

Comment 6 Jiří Vymazal 2017-03-15 10:08:51 UTC
As all options are present in rebased version (KeepAlive.Probes, KeepAlive.Interval and KeepAlive.Time) setting this to post